]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkImageHSIToRGB.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkImageHSIToRGB.java
index 377cedb2265b7adfdaa229ab55e9cdf7485f3077..05265083f1657dad878421442f13c4c08c121af0 100644 (file)
@@ -1,31 +1,31 @@
-// java wrapper for vtkImageHSIToRGB object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkImageHSIToRGB extends vtkThreadedImageAlgorithm\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 SetMaximum_2(double id0);\r
-  public void SetMaximum(double id0)\r
-    { SetMaximum_2(id0); }\r
-\r
-  private native double GetMaximum_3();\r
-  public double GetMaximum()\r
-    { return GetMaximum_3(); }\r
-\r
-  public vtkImageHSIToRGB() { super(); }\r
-\r
-  public vtkImageHSIToRGB(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkImageHSIToRGB object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkImageHSIToRGB extends vtkThreadedImageAlgorithm
+{
+
+  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 SetMaximum_2(double id0);
+  public void SetMaximum(double id0)
+    { SetMaximum_2(id0); }
+
+  private native double GetMaximum_3();
+  public double GetMaximum()
+    { return GetMaximum_3(); }
+
+  public vtkImageHSIToRGB() { super(); }
+
+  public vtkImageHSIToRGB(long id) { super(id); }
+  public native long   VTKInit();
+
+}