X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkSimpleScalarTree.java;h=8f1110b0ef6381f57a391f44131ea6fafa0ef977;hb=da945733caf267fed4cf28206cc99f4f57fbd1e9;hp=316e0333fecb1fc456cda2be514e212f2ac0c9bc;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkSimpleScalarTree.java b/vtk/src/vtk/vtkSimpleScalarTree.java index 316e0333..8f1110b0 100644 --- a/vtk/src/vtk/vtkSimpleScalarTree.java +++ b/vtk/src/vtk/vtkSimpleScalarTree.java @@ -1,71 +1,75 @@ -// java wrapper for vtkSimpleScalarTree object -// - -package vtk; -import vtk.*; - -public class vtkSimpleScalarTree extends vtkScalarTree -{ - - 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 SetBranchingFactor_2(int id0); - public void SetBranchingFactor(int id0) - { SetBranchingFactor_2(id0); } - - private native int GetBranchingFactorMinValue_3(); - public int GetBranchingFactorMinValue() - { return GetBranchingFactorMinValue_3(); } - - private native int GetBranchingFactorMaxValue_4(); - public int GetBranchingFactorMaxValue() - { return GetBranchingFactorMaxValue_4(); } - - private native int GetBranchingFactor_5(); - public int GetBranchingFactor() - { return GetBranchingFactor_5(); } - - private native int GetLevel_6(); - public int GetLevel() - { return GetLevel_6(); } - - private native void SetMaxLevel_7(int id0); - public void SetMaxLevel(int id0) - { SetMaxLevel_7(id0); } - - private native int GetMaxLevelMinValue_8(); - public int GetMaxLevelMinValue() - { return GetMaxLevelMinValue_8(); } - - private native int GetMaxLevelMaxValue_9(); - public int GetMaxLevelMaxValue() - { return GetMaxLevelMaxValue_9(); } - - private native int GetMaxLevel_10(); - public int GetMaxLevel() - { return GetMaxLevel_10(); } - - private native void BuildTree_11(); - public void BuildTree() - { BuildTree_11(); } - - private native void Initialize_12(); - public void Initialize() - { Initialize_12(); } - - private native void InitTraversal_13(double id0); - public void InitTraversal(double id0) - { InitTraversal_13(id0); } - - public vtkSimpleScalarTree() { super(); } - - public vtkSimpleScalarTree(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkSimpleScalarTree object +// + +package vtk; +import vtk.*; + +public class vtkSimpleScalarTree extends vtkScalarTree +{ + + 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 SetBranchingFactor_2(int id0); + public void SetBranchingFactor(int id0) + { SetBranchingFactor_2(id0); } + + private native int GetBranchingFactorMinValue_3(); + public int GetBranchingFactorMinValue() + { return GetBranchingFactorMinValue_3(); } + + private native int GetBranchingFactorMaxValue_4(); + public int GetBranchingFactorMaxValue() + { return GetBranchingFactorMaxValue_4(); } + + private native int GetBranchingFactor_5(); + public int GetBranchingFactor() + { return GetBranchingFactor_5(); } + + private native int GetLevel_6(); + public int GetLevel() + { return GetLevel_6(); } + + private native void SetMaxLevel_7(int id0); + public void SetMaxLevel(int id0) + { SetMaxLevel_7(id0); } + + private native int GetMaxLevelMinValue_8(); + public int GetMaxLevelMinValue() + { return GetMaxLevelMinValue_8(); } + + private native int GetMaxLevelMaxValue_9(); + public int GetMaxLevelMaxValue() + { return GetMaxLevelMaxValue_9(); } + + private native int GetMaxLevel_10(); + public int GetMaxLevel() + { return GetMaxLevel_10(); } + + private native void BuildTree_11(); + public void BuildTree() + { BuildTree_11(); } + + private native void Initialize_12(); + public void Initialize() + { Initialize_12(); } + + private native void InitTraversal_13(double id0); + public void InitTraversal(double id0) + { InitTraversal_13(id0); } + + private native int GetNumberOfCellBatches_14(); + public int GetNumberOfCellBatches() + { return GetNumberOfCellBatches_14(); } + + public vtkSimpleScalarTree() { super(); } + + public vtkSimpleScalarTree(long id) { super(id); } + public native long VTKInit(); + +}