X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkFrustumSource.java;h=88467f18918f566e7c81f94e11e2ee54ef78c140;hb=4dce64449d13ec20bb509954298168bd1dfe160b;hp=64a6e46fab9462fc03eb1b45dcb1b5d8b55a48c7;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkFrustumSource.java b/vtk/src/vtk/vtkFrustumSource.java index 64a6e46f..88467f18 100644 --- a/vtk/src/vtk/vtkFrustumSource.java +++ b/vtk/src/vtk/vtkFrustumSource.java @@ -1,63 +1,71 @@ -// java wrapper for vtkFrustumSource object -// - -package vtk; -import vtk.*; - -public class vtkFrustumSource extends vtkPolyDataAlgorithm -{ - - 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 long GetPlanes_2(); - public vtkPlanes GetPlanes() { - long temp = GetPlanes_2(); - - if (temp == 0) return null; - return (vtkPlanes)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetPlanes_3(vtkPlanes id0); - public void SetPlanes(vtkPlanes id0) - { SetPlanes_3(id0); } - - private native boolean GetShowLines_4(); - public boolean GetShowLines() - { return GetShowLines_4(); } - - private native void SetShowLines_5(boolean id0); - public void SetShowLines(boolean id0) - { SetShowLines_5(id0); } - - private native void ShowLinesOn_6(); - public void ShowLinesOn() - { ShowLinesOn_6(); } - - private native void ShowLinesOff_7(); - public void ShowLinesOff() - { ShowLinesOff_7(); } - - private native double GetLinesLength_8(); - public double GetLinesLength() - { return GetLinesLength_8(); } - - private native void SetLinesLength_9(double id0); - public void SetLinesLength(double id0) - { SetLinesLength_9(id0); } - - private native int GetMTime_10(); - public int GetMTime() - { return GetMTime_10(); } - - public vtkFrustumSource() { super(); } - - public vtkFrustumSource(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkFrustumSource object +// + +package vtk; +import vtk.*; + +public class vtkFrustumSource extends vtkPolyDataAlgorithm +{ + + 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 long GetPlanes_2(); + public vtkPlanes GetPlanes() { + long temp = GetPlanes_2(); + + if (temp == 0) return null; + return (vtkPlanes)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetPlanes_3(vtkPlanes id0); + public void SetPlanes(vtkPlanes id0) + { SetPlanes_3(id0); } + + private native boolean GetShowLines_4(); + public boolean GetShowLines() + { return GetShowLines_4(); } + + private native void SetShowLines_5(boolean id0); + public void SetShowLines(boolean id0) + { SetShowLines_5(id0); } + + private native void ShowLinesOn_6(); + public void ShowLinesOn() + { ShowLinesOn_6(); } + + private native void ShowLinesOff_7(); + public void ShowLinesOff() + { ShowLinesOff_7(); } + + private native double GetLinesLength_8(); + public double GetLinesLength() + { return GetLinesLength_8(); } + + private native void SetLinesLength_9(double id0); + public void SetLinesLength(double id0) + { SetLinesLength_9(id0); } + + private native int GetMTime_10(); + public int GetMTime() + { return GetMTime_10(); } + + private native void SetOutputPointsPrecision_11(int id0); + public void SetOutputPointsPrecision(int id0) + { SetOutputPointsPrecision_11(id0); } + + private native int GetOutputPointsPrecision_12(); + public int GetOutputPointsPrecision() + { return GetOutputPointsPrecision_12(); } + + public vtkFrustumSource() { super(); } + + public vtkFrustumSource(long id) { super(id); } + public native long VTKInit(); + +}