X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkScalarTree.java;h=b7849bc4f6b9ee8bbd1a0dacd58b3f4f386a69f6;hb=refs%2Fchanges%2F26%2F4126%2F1;hp=fb0454c036f8f309e208434e720301a32ecdc7a6;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkScalarTree.java b/vtk/src/vtk/vtkScalarTree.java index fb0454c0..b7849bc4 100644 --- a/vtk/src/vtk/vtkScalarTree.java +++ b/vtk/src/vtk/vtkScalarTree.java @@ -1,46 +1,66 @@ -// java wrapper for vtkScalarTree object -// - -package vtk; -import vtk.*; - -public class vtkScalarTree extends vtkObject -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native void SetDataSet_2(vtkDataSet id0); - public void SetDataSet(vtkDataSet id0) - { SetDataSet_2(id0); } - - private native long GetDataSet_3(); - public vtkDataSet GetDataSet() { - long temp = GetDataSet_3(); - - if (temp == 0) return null; - return (vtkDataSet)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void BuildTree_4(); - public void BuildTree() - { BuildTree_4(); } - - private native void Initialize_5(); - public void Initialize() - { Initialize_5(); } - - private native void InitTraversal_6(double id0); - public void InitTraversal(double id0) - { InitTraversal_6(id0); } - - public vtkScalarTree() { super(); } - - public vtkScalarTree(long id) { super(id); } - -} +// java wrapper for vtkScalarTree object +// + +package vtk; +import vtk.*; + +public class vtkScalarTree extends vtkObject +{ + + private native int IsTypeOf_0(String id0); + public int IsTypeOf(String id0) + { return IsTypeOf_0(id0); } + + private native int IsA_1(String id0); + public int IsA(String id0) + { return IsA_1(id0); } + + private native void SetDataSet_2(vtkDataSet id0); + public void SetDataSet(vtkDataSet id0) + { SetDataSet_2(id0); } + + private native long GetDataSet_3(); + public vtkDataSet GetDataSet() { + long temp = GetDataSet_3(); + + if (temp == 0) return null; + return (vtkDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetScalars_4(vtkDataArray id0); + public void SetScalars(vtkDataArray id0) + { SetScalars_4(id0); } + + private native long GetScalars_5(); + public vtkDataArray GetScalars() { + long temp = GetScalars_5(); + + if (temp == 0) return null; + return (vtkDataArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void BuildTree_6(); + public void BuildTree() + { BuildTree_6(); } + + private native void Initialize_7(); + public void Initialize() + { Initialize_7(); } + + private native void InitTraversal_8(double id0); + public void InitTraversal(double id0) + { InitTraversal_8(id0); } + + private native double GetScalarValue_9(); + public double GetScalarValue() + { return GetScalarValue_9(); } + + private native int GetNumberOfCellBatches_10(); + public int GetNumberOfCellBatches() + { return GetNumberOfCellBatches_10(); } + + public vtkScalarTree() { super(); } + + public vtkScalarTree(long id) { super(id); } + +}