]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkAbstractMapper.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkAbstractMapper.java
index 6953a8fb3c48e5669c45253c3da4c3bf1e315121..d03465f519c851ec76ef13fdc49143758a7e537d 100644 (file)
@@ -1,66 +1,70 @@
-// java wrapper for vtkAbstractMapper object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkAbstractMapper extends vtkAlgorithm\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 int GetMTime_2();\r
-  public int GetMTime()\r
-    { return GetMTime_2(); }\r
-\r
-  private native void ReleaseGraphicsResources_3(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_3(id0); }\r
-\r
-  private native double GetTimeToDraw_4();\r
-  public double GetTimeToDraw()\r
-    { return GetTimeToDraw_4(); }\r
-\r
-  private native void AddClippingPlane_5(vtkPlane id0);\r
-  public void AddClippingPlane(vtkPlane id0)\r
-    { AddClippingPlane_5(id0); }\r
-\r
-  private native void RemoveClippingPlane_6(vtkPlane id0);\r
-  public void RemoveClippingPlane(vtkPlane id0)\r
-    { RemoveClippingPlane_6(id0); }\r
-\r
-  private native void RemoveAllClippingPlanes_7();\r
-  public void RemoveAllClippingPlanes()\r
-    { RemoveAllClippingPlanes_7(); }\r
-\r
-  private native void SetClippingPlanes_8(vtkPlaneCollection id0);\r
-  public void SetClippingPlanes(vtkPlaneCollection id0)\r
-    { SetClippingPlanes_8(id0); }\r
-\r
-  private native long GetClippingPlanes_9();\r
-  public vtkPlaneCollection GetClippingPlanes() {\r
-    long temp = GetClippingPlanes_9();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPlaneCollection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetClippingPlanes_10(vtkPlanes id0);\r
-  public void SetClippingPlanes(vtkPlanes id0)\r
-    { SetClippingPlanes_10(id0); }\r
-\r
-  private native void ShallowCopy_11(vtkAbstractMapper id0);\r
-  public void ShallowCopy(vtkAbstractMapper id0)\r
-    { ShallowCopy_11(id0); }\r
-\r
-  public vtkAbstractMapper() { super(); }\r
-\r
-  public vtkAbstractMapper(long id) { super(id); }\r
-\r
-}\r
+// java wrapper for vtkAbstractMapper object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkAbstractMapper extends vtkAlgorithm
+{
+
+  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 int GetMTime_2();
+  public int GetMTime()
+    { return GetMTime_2(); }
+
+  private native void ReleaseGraphicsResources_3(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_3(id0); }
+
+  private native double GetTimeToDraw_4();
+  public double GetTimeToDraw()
+    { return GetTimeToDraw_4(); }
+
+  private native void AddClippingPlane_5(vtkPlane id0);
+  public void AddClippingPlane(vtkPlane id0)
+    { AddClippingPlane_5(id0); }
+
+  private native void RemoveClippingPlane_6(vtkPlane id0);
+  public void RemoveClippingPlane(vtkPlane id0)
+    { RemoveClippingPlane_6(id0); }
+
+  private native void RemoveAllClippingPlanes_7();
+  public void RemoveAllClippingPlanes()
+    { RemoveAllClippingPlanes_7(); }
+
+  private native void SetClippingPlanes_8(vtkPlaneCollection id0);
+  public void SetClippingPlanes(vtkPlaneCollection id0)
+    { SetClippingPlanes_8(id0); }
+
+  private native long GetClippingPlanes_9();
+  public vtkPlaneCollection GetClippingPlanes() {
+    long temp = GetClippingPlanes_9();
+
+    if (temp == 0) return null;
+    return (vtkPlaneCollection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetClippingPlanes_10(vtkPlanes id0);
+  public void SetClippingPlanes(vtkPlanes id0)
+    { SetClippingPlanes_10(id0); }
+
+  private native void ShallowCopy_11(vtkAbstractMapper id0);
+  public void ShallowCopy(vtkAbstractMapper id0)
+    { ShallowCopy_11(id0); }
+
+  private native int GetNumberOfClippingPlanes_12();
+  public int GetNumberOfClippingPlanes()
+    { return GetNumberOfClippingPlanes_12(); }
+
+  public vtkAbstractMapper() { super(); }
+
+  public vtkAbstractMapper(long id) { super(id); }
+
+}