X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkTreeFieldAggregator.java;h=647d7a84d5395b3c8675cfe1f601b0dd8c4c10b8;hb=e75c2f6a2f0bdef0e8077879664715d99cede843;hp=4779ea9982799edb26182cea59c8b265c2cf6113;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkTreeFieldAggregator.java b/vtk/src/vtk/vtkTreeFieldAggregator.java index 4779ea99..647d7a84 100644 --- a/vtk/src/vtk/vtkTreeFieldAggregator.java +++ b/vtk/src/vtk/vtkTreeFieldAggregator.java @@ -1,71 +1,71 @@ -// java wrapper for vtkTreeFieldAggregator object -// - -package vtk; -import vtk.*; - -public class vtkTreeFieldAggregator extends vtkTreeAlgorithm -{ - - 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 String GetField_2(); - public String GetField() - { return GetField_2(); } - - private native void SetField_3(String id0); - public void SetField(String id0) - { SetField_3(id0); } - - private native double GetMinValue_4(); - public double GetMinValue() - { return GetMinValue_4(); } - - private native void SetMinValue_5(double id0); - public void SetMinValue(double id0) - { SetMinValue_5(id0); } - - private native void SetLeafVertexUnitSize_6(boolean id0); - public void SetLeafVertexUnitSize(boolean id0) - { SetLeafVertexUnitSize_6(id0); } - - private native boolean GetLeafVertexUnitSize_7(); - public boolean GetLeafVertexUnitSize() - { return GetLeafVertexUnitSize_7(); } - - private native void LeafVertexUnitSizeOn_8(); - public void LeafVertexUnitSizeOn() - { LeafVertexUnitSizeOn_8(); } - - private native void LeafVertexUnitSizeOff_9(); - public void LeafVertexUnitSizeOff() - { LeafVertexUnitSizeOff_9(); } - - private native void SetLogScale_10(boolean id0); - public void SetLogScale(boolean id0) - { SetLogScale_10(id0); } - - private native boolean GetLogScale_11(); - public boolean GetLogScale() - { return GetLogScale_11(); } - - private native void LogScaleOn_12(); - public void LogScaleOn() - { LogScaleOn_12(); } - - private native void LogScaleOff_13(); - public void LogScaleOff() - { LogScaleOff_13(); } - - public vtkTreeFieldAggregator() { super(); } - - public vtkTreeFieldAggregator(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkTreeFieldAggregator object +// + +package vtk; +import vtk.*; + +public class vtkTreeFieldAggregator extends vtkTreeAlgorithm +{ + + 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 String GetField_2(); + public String GetField() + { return GetField_2(); } + + private native void SetField_3(String id0); + public void SetField(String id0) + { SetField_3(id0); } + + private native double GetMinValue_4(); + public double GetMinValue() + { return GetMinValue_4(); } + + private native void SetMinValue_5(double id0); + public void SetMinValue(double id0) + { SetMinValue_5(id0); } + + private native void SetLeafVertexUnitSize_6(boolean id0); + public void SetLeafVertexUnitSize(boolean id0) + { SetLeafVertexUnitSize_6(id0); } + + private native boolean GetLeafVertexUnitSize_7(); + public boolean GetLeafVertexUnitSize() + { return GetLeafVertexUnitSize_7(); } + + private native void LeafVertexUnitSizeOn_8(); + public void LeafVertexUnitSizeOn() + { LeafVertexUnitSizeOn_8(); } + + private native void LeafVertexUnitSizeOff_9(); + public void LeafVertexUnitSizeOff() + { LeafVertexUnitSizeOff_9(); } + + private native void SetLogScale_10(boolean id0); + public void SetLogScale(boolean id0) + { SetLogScale_10(id0); } + + private native boolean GetLogScale_11(); + public boolean GetLogScale() + { return GetLogScale_11(); } + + private native void LogScaleOn_12(); + public void LogScaleOn() + { LogScaleOn_12(); } + + private native void LogScaleOff_13(); + public void LogScaleOff() + { LogScaleOff_13(); } + + public vtkTreeFieldAggregator() { super(); } + + public vtkTreeFieldAggregator(long id) { super(id); } + public native long VTKInit(); + +}