X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkTreeRingView.java;h=5c2e4750e2786d86db966a36a1bf86131a065a4a;hb=e75c2f6a2f0bdef0e8077879664715d99cede843;hp=18af1c5d127da4380812780f7f42c47d55513b70;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkTreeRingView.java b/vtk/src/vtk/vtkTreeRingView.java index 18af1c5d..5c2e4750 100644 --- a/vtk/src/vtk/vtkTreeRingView.java +++ b/vtk/src/vtk/vtkTreeRingView.java @@ -1,67 +1,67 @@ -// java wrapper for vtkTreeRingView object -// - -package vtk; -import vtk.*; - -public class vtkTreeRingView extends vtkTreeAreaView -{ - - 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 SetRootAngles_2(double id0,double id1); - public void SetRootAngles(double id0,double id1) - { SetRootAngles_2(id0,id1); } - - private native void SetRootAtCenter_3(boolean id0); - public void SetRootAtCenter(boolean id0) - { SetRootAtCenter_3(id0); } - - private native boolean GetRootAtCenter_4(); - public boolean GetRootAtCenter() - { return GetRootAtCenter_4(); } - - private native void RootAtCenterOn_5(); - public void RootAtCenterOn() - { RootAtCenterOn_5(); } - - private native void RootAtCenterOff_6(); - public void RootAtCenterOff() - { RootAtCenterOff_6(); } - - private native void SetLayerThickness_7(double id0); - public void SetLayerThickness(double id0) - { SetLayerThickness_7(id0); } - - private native double GetLayerThickness_8(); - public double GetLayerThickness() - { return GetLayerThickness_8(); } - - private native void SetInteriorRadius_9(double id0); - public void SetInteriorRadius(double id0) - { SetInteriorRadius_9(id0); } - - private native double GetInteriorRadius_10(); - public double GetInteriorRadius() - { return GetInteriorRadius_10(); } - - private native void SetInteriorLogSpacingValue_11(double id0); - public void SetInteriorLogSpacingValue(double id0) - { SetInteriorLogSpacingValue_11(id0); } - - private native double GetInteriorLogSpacingValue_12(); - public double GetInteriorLogSpacingValue() - { return GetInteriorLogSpacingValue_12(); } - - public vtkTreeRingView() { super(); } - - public vtkTreeRingView(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkTreeRingView object +// + +package vtk; +import vtk.*; + +public class vtkTreeRingView extends vtkTreeAreaView +{ + + 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 SetRootAngles_2(double id0,double id1); + public void SetRootAngles(double id0,double id1) + { SetRootAngles_2(id0,id1); } + + private native void SetRootAtCenter_3(boolean id0); + public void SetRootAtCenter(boolean id0) + { SetRootAtCenter_3(id0); } + + private native boolean GetRootAtCenter_4(); + public boolean GetRootAtCenter() + { return GetRootAtCenter_4(); } + + private native void RootAtCenterOn_5(); + public void RootAtCenterOn() + { RootAtCenterOn_5(); } + + private native void RootAtCenterOff_6(); + public void RootAtCenterOff() + { RootAtCenterOff_6(); } + + private native void SetLayerThickness_7(double id0); + public void SetLayerThickness(double id0) + { SetLayerThickness_7(id0); } + + private native double GetLayerThickness_8(); + public double GetLayerThickness() + { return GetLayerThickness_8(); } + + private native void SetInteriorRadius_9(double id0); + public void SetInteriorRadius(double id0) + { SetInteriorRadius_9(id0); } + + private native double GetInteriorRadius_10(); + public double GetInteriorRadius() + { return GetInteriorRadius_10(); } + + private native void SetInteriorLogSpacingValue_11(double id0); + public void SetInteriorLogSpacingValue(double id0) + { SetInteriorLogSpacingValue_11(id0); } + + private native double GetInteriorLogSpacingValue_12(); + public double GetInteriorLogSpacingValue() + { return GetInteriorLogSpacingValue_12(); } + + public vtkTreeRingView() { super(); } + + public vtkTreeRingView(long id) { super(id); } + public native long VTKInit(); + +}