]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkCachedStreamingDemandDrivenPipeline.java
Remove dependencies on log4j
[simantics/3d.git] / vtk / src / vtk / vtkCachedStreamingDemandDrivenPipeline.java
index 01dec6f31981e70ff6d2adb33d27c2352d15217f..3ce79f197964c9b4d4b8502e35e7a6525bf9bf53 100644 (file)
@@ -1,39 +1,31 @@
-// java wrapper for vtkCachedStreamingDemandDrivenPipeline object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkCachedStreamingDemandDrivenPipeline extends vtkStreamingDemandDrivenPipeline\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 Update_2();\r
-  public int Update()\r
-    { return Update_2(); }\r
-\r
-  private native int Update_3(int id0);\r
-  public int Update(int id0)\r
-    { return Update_3(id0); }\r
-\r
-  private native void SetCacheSize_4(int id0);\r
-  public void SetCacheSize(int id0)\r
-    { SetCacheSize_4(id0); }\r
-\r
-  private native int GetCacheSize_5();\r
-  public int GetCacheSize()\r
-    { return GetCacheSize_5(); }\r
-\r
-  public vtkCachedStreamingDemandDrivenPipeline() { super(); }\r
-\r
-  public vtkCachedStreamingDemandDrivenPipeline(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkCachedStreamingDemandDrivenPipeline object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkCachedStreamingDemandDrivenPipeline extends vtkStreamingDemandDrivenPipeline
+{
+
+  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 SetCacheSize_2(int id0);
+  public void SetCacheSize(int id0)
+    { SetCacheSize_2(id0); }
+
+  private native int GetCacheSize_3();
+  public int GetCacheSize()
+    { return GetCacheSize_3(); }
+
+  public vtkCachedStreamingDemandDrivenPipeline() { super(); }
+
+  public vtkCachedStreamingDemandDrivenPipeline(long id) { super(id); }
+  public native long   VTKInit();
+
+}