]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkClearZPass.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkClearZPass.java
index 7a7e52157c05ac02d053a04d5828f628c6deec4f..398e130472c75983c1ca6decd197b7c552c9190e 100644 (file)
@@ -1,39 +1,39 @@
-// java wrapper for vtkClearZPass object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkClearZPass extends vtkRenderPass\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 void SetDepth_2(double id0);\r
-  public void SetDepth(double id0)\r
-    { SetDepth_2(id0); }\r
-\r
-  private native double GetDepthMinValue_3();\r
-  public double GetDepthMinValue()\r
-    { return GetDepthMinValue_3(); }\r
-\r
-  private native double GetDepthMaxValue_4();\r
-  public double GetDepthMaxValue()\r
-    { return GetDepthMaxValue_4(); }\r
-\r
-  private native double GetDepth_5();\r
-  public double GetDepth()\r
-    { return GetDepth_5(); }\r
-\r
-  public vtkClearZPass() { super(); }\r
-\r
-  public vtkClearZPass(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkClearZPass object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkClearZPass extends vtkRenderPass
+{
+
+  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 SetDepth_2(double id0);
+  public void SetDepth(double id0)
+    { SetDepth_2(id0); }
+
+  private native double GetDepthMinValue_3();
+  public double GetDepthMinValue()
+    { return GetDepthMinValue_3(); }
+
+  private native double GetDepthMaxValue_4();
+  public double GetDepthMaxValue()
+    { return GetDepthMaxValue_4(); }
+
+  private native double GetDepth_5();
+  public double GetDepth()
+    { return GetDepth_5(); }
+
+  public vtkClearZPass() { super(); }
+
+  public vtkClearZPass(long id) { super(id); }
+  public native long   VTKInit();
+
+}