]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkAbstractMapper3D.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkAbstractMapper3D.java
index 6ad159624e21f1e66b782a8d2997e5ae49f45c0e..57aee1ded19b76b90f15acb7c6ce15a4726c3bae 100644 (file)
@@ -1,58 +1,54 @@
-// java wrapper for vtkAbstractMapper3D object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkAbstractMapper3D extends vtkAbstractMapper\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native double[] GetBounds_2();\r
-  public double[] GetBounds()\r
-    { return GetBounds_2(); }\r
-\r
-  private native void GetBounds_3(double id0[]);\r
-  public void GetBounds(double id0[])\r
-    { GetBounds_3(id0); }\r
-\r
-  private native double[] GetCenter_4();\r
-  public double[] GetCenter()\r
-    { return GetCenter_4(); }\r
-\r
-  private native void GetCenter_5(double id0[]);\r
-  public void GetCenter(double id0[])\r
-    { GetCenter_5(id0); }\r
-\r
-  private native double GetLength_6();\r
-  public double GetLength()\r
-    { return GetLength_6(); }\r
-\r
-  private native int IsARayCastMapper_7();\r
-  public int IsARayCastMapper()\r
-    { return IsARayCastMapper_7(); }\r
-\r
-  private native int IsARenderIntoImageMapper_8();\r
-  public int IsARenderIntoImageMapper()\r
-    { return IsARenderIntoImageMapper_8(); }\r
-\r
-  private native void GetClippingPlaneInDataCoords_9(vtkMatrix4x4 id0,int id1,double id2[]);\r
-  public void GetClippingPlaneInDataCoords(vtkMatrix4x4 id0,int id1,double id2[])\r
-    { GetClippingPlaneInDataCoords_9(id0,id1,id2); }\r
-\r
-  private native int GetNumberOfClippingPlanes_10();\r
-  public int GetNumberOfClippingPlanes()\r
-    { return GetNumberOfClippingPlanes_10(); }\r
-\r
-  public vtkAbstractMapper3D() { super(); }\r
-\r
-  public vtkAbstractMapper3D(long id) { super(id); }\r
-\r
-}\r
+// java wrapper for vtkAbstractMapper3D object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkAbstractMapper3D extends vtkAbstractMapper
+{
+
+  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 double[] GetBounds_2();
+  public double[] GetBounds()
+    { return GetBounds_2(); }
+
+  private native void GetBounds_3(double id0[]);
+  public void GetBounds(double id0[])
+    { GetBounds_3(id0); }
+
+  private native double[] GetCenter_4();
+  public double[] GetCenter()
+    { return GetCenter_4(); }
+
+  private native void GetCenter_5(double id0[]);
+  public void GetCenter(double id0[])
+    { GetCenter_5(id0); }
+
+  private native double GetLength_6();
+  public double GetLength()
+    { return GetLength_6(); }
+
+  private native int IsARayCastMapper_7();
+  public int IsARayCastMapper()
+    { return IsARayCastMapper_7(); }
+
+  private native int IsARenderIntoImageMapper_8();
+  public int IsARenderIntoImageMapper()
+    { return IsARenderIntoImageMapper_8(); }
+
+  private native void GetClippingPlaneInDataCoords_9(vtkMatrix4x4 id0,int id1,double id2[]);
+  public void GetClippingPlaneInDataCoords(vtkMatrix4x4 id0,int id1,double id2[])
+    { GetClippingPlaneInDataCoords_9(id0,id1,id2); }
+
+  public vtkAbstractMapper3D() { super(); }
+
+  public vtkAbstractMapper3D(long id) { super(id); }
+
+}