]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkImageResliceToColors.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkImageResliceToColors.java
index 29f3360da7d22b367cb5497d2ea29a8327fbd85c..010e83154c0cc50f2c714b637bb9931b1d16ee5c 100644 (file)
@@ -1,87 +1,87 @@
-// java wrapper for vtkImageResliceToColors object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkImageResliceToColors extends vtkImageReslice\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 SetLookupTable_2(vtkScalarsToColors id0);\r
-  public void SetLookupTable(vtkScalarsToColors id0)\r
-    { SetLookupTable_2(id0); }\r
-\r
-  private native long GetLookupTable_3();\r
-  public vtkScalarsToColors GetLookupTable() {\r
-    long temp = GetLookupTable_3();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkScalarsToColors)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetOutputFormat_4(int id0);\r
-  public void SetOutputFormat(int id0)\r
-    { SetOutputFormat_4(id0); }\r
-\r
-  private native int GetOutputFormatMinValue_5();\r
-  public int GetOutputFormatMinValue()\r
-    { return GetOutputFormatMinValue_5(); }\r
-\r
-  private native int GetOutputFormatMaxValue_6();\r
-  public int GetOutputFormatMaxValue()\r
-    { return GetOutputFormatMaxValue_6(); }\r
-\r
-  private native int GetOutputFormat_7();\r
-  public int GetOutputFormat()\r
-    { return GetOutputFormat_7(); }\r
-\r
-  private native void SetOutputFormatToRGBA_8();\r
-  public void SetOutputFormatToRGBA()\r
-    { SetOutputFormatToRGBA_8(); }\r
-\r
-  private native void SetOutputFormatToRGB_9();\r
-  public void SetOutputFormatToRGB()\r
-    { SetOutputFormatToRGB_9(); }\r
-\r
-  private native void SetOutputFormatToLuminanceAlpha_10();\r
-  public void SetOutputFormatToLuminanceAlpha()\r
-    { SetOutputFormatToLuminanceAlpha_10(); }\r
-\r
-  private native void SetOutputFormatToLuminance_11();\r
-  public void SetOutputFormatToLuminance()\r
-    { SetOutputFormatToLuminance_11(); }\r
-\r
-  private native void SetBypass_12(int id0);\r
-  public void SetBypass(int id0)\r
-    { SetBypass_12(id0); }\r
-\r
-  private native void BypassOn_13();\r
-  public void BypassOn()\r
-    { BypassOn_13(); }\r
-\r
-  private native void BypassOff_14();\r
-  public void BypassOff()\r
-    { BypassOff_14(); }\r
-\r
-  private native int GetBypass_15();\r
-  public int GetBypass()\r
-    { return GetBypass_15(); }\r
-\r
-  private native int GetMTime_16();\r
-  public int GetMTime()\r
-    { return GetMTime_16(); }\r
-\r
-  public vtkImageResliceToColors() { super(); }\r
-\r
-  public vtkImageResliceToColors(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkImageResliceToColors object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkImageResliceToColors extends vtkImageReslice
+{
+
+  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 SetLookupTable_2(vtkScalarsToColors id0);
+  public void SetLookupTable(vtkScalarsToColors id0)
+    { SetLookupTable_2(id0); }
+
+  private native long GetLookupTable_3();
+  public vtkScalarsToColors GetLookupTable() {
+    long temp = GetLookupTable_3();
+
+    if (temp == 0) return null;
+    return (vtkScalarsToColors)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetOutputFormat_4(int id0);
+  public void SetOutputFormat(int id0)
+    { SetOutputFormat_4(id0); }
+
+  private native int GetOutputFormatMinValue_5();
+  public int GetOutputFormatMinValue()
+    { return GetOutputFormatMinValue_5(); }
+
+  private native int GetOutputFormatMaxValue_6();
+  public int GetOutputFormatMaxValue()
+    { return GetOutputFormatMaxValue_6(); }
+
+  private native int GetOutputFormat_7();
+  public int GetOutputFormat()
+    { return GetOutputFormat_7(); }
+
+  private native void SetOutputFormatToRGBA_8();
+  public void SetOutputFormatToRGBA()
+    { SetOutputFormatToRGBA_8(); }
+
+  private native void SetOutputFormatToRGB_9();
+  public void SetOutputFormatToRGB()
+    { SetOutputFormatToRGB_9(); }
+
+  private native void SetOutputFormatToLuminanceAlpha_10();
+  public void SetOutputFormatToLuminanceAlpha()
+    { SetOutputFormatToLuminanceAlpha_10(); }
+
+  private native void SetOutputFormatToLuminance_11();
+  public void SetOutputFormatToLuminance()
+    { SetOutputFormatToLuminance_11(); }
+
+  private native void SetBypass_12(int id0);
+  public void SetBypass(int id0)
+    { SetBypass_12(id0); }
+
+  private native void BypassOn_13();
+  public void BypassOn()
+    { BypassOn_13(); }
+
+  private native void BypassOff_14();
+  public void BypassOff()
+    { BypassOff_14(); }
+
+  private native int GetBypass_15();
+  public int GetBypass()
+    { return GetBypass_15(); }
+
+  private native int GetMTime_16();
+  public int GetMTime()
+    { return GetMTime_16(); }
+
+  public vtkImageResliceToColors() { super(); }
+
+  public vtkImageResliceToColors(long id) { super(id); }
+  public native long   VTKInit();
+
+}