X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkClipConvexPolyData.java;h=9d093df2c9c4afb57f3990cefc8f37ca8930c3fa;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=4d7252a0e9a7f24760c14ae6f6a12c97c8399392;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkClipConvexPolyData.java b/vtk/src/vtk/vtkClipConvexPolyData.java index 4d7252a0..9d093df2 100644 --- a/vtk/src/vtk/vtkClipConvexPolyData.java +++ b/vtk/src/vtk/vtkClipConvexPolyData.java @@ -1,39 +1,39 @@ -// java wrapper for vtkClipConvexPolyData object -// - -package vtk; -import vtk.*; - -public class vtkClipConvexPolyData 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 void SetPlanes_2(vtkPlaneCollection id0); - public void SetPlanes(vtkPlaneCollection id0) - { SetPlanes_2(id0); } - - private native long GetPlanes_3(); - public vtkPlaneCollection GetPlanes() { - long temp = GetPlanes_3(); - - if (temp == 0) return null; - return (vtkPlaneCollection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int GetMTime_4(); - public int GetMTime() - { return GetMTime_4(); } - - public vtkClipConvexPolyData() { super(); } - - public vtkClipConvexPolyData(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkClipConvexPolyData object +// + +package vtk; +import vtk.*; + +public class vtkClipConvexPolyData 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 void SetPlanes_2(vtkPlaneCollection id0); + public void SetPlanes(vtkPlaneCollection id0) + { SetPlanes_2(id0); } + + private native long GetPlanes_3(); + public vtkPlaneCollection GetPlanes() { + long temp = GetPlanes_3(); + + if (temp == 0) return null; + return (vtkPlaneCollection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int GetMTime_4(); + public int GetMTime() + { return GetMTime_4(); } + + public vtkClipConvexPolyData() { super(); } + + public vtkClipConvexPolyData(long id) { super(id); } + public native long VTKInit(); + +}