]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkImageQuantizeRGBToIndex.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkImageQuantizeRGBToIndex.java
index 8dc4f06af123e398a97678d1208b5067ab291fdd..30821f0ecfc0b4d9946c0abff9a2eb72d505283e 100644 (file)
-// java wrapper for vtkImageQuantizeRGBToIndex object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkImageQuantizeRGBToIndex extends vtkImageAlgorithm\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 SetNumberOfColors_2(int id0);\r
-  public void SetNumberOfColors(int id0)\r
-    { SetNumberOfColors_2(id0); }\r
-\r
-  private native int GetNumberOfColorsMinValue_3();\r
-  public int GetNumberOfColorsMinValue()\r
-    { return GetNumberOfColorsMinValue_3(); }\r
-\r
-  private native int GetNumberOfColorsMaxValue_4();\r
-  public int GetNumberOfColorsMaxValue()\r
-    { return GetNumberOfColorsMaxValue_4(); }\r
-\r
-  private native int GetNumberOfColors_5();\r
-  public int GetNumberOfColors()\r
-    { return GetNumberOfColors_5(); }\r
-\r
-  private native long GetLookupTable_6();\r
-  public vtkLookupTable GetLookupTable() {\r
-    long temp = GetLookupTable_6();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkLookupTable)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native double GetInitializeExecuteTime_7();\r
-  public double GetInitializeExecuteTime()\r
-    { return GetInitializeExecuteTime_7(); }\r
-\r
-  private native double GetBuildTreeExecuteTime_8();\r
-  public double GetBuildTreeExecuteTime()\r
-    { return GetBuildTreeExecuteTime_8(); }\r
-\r
-  private native double GetLookupIndexExecuteTime_9();\r
-  public double GetLookupIndexExecuteTime()\r
-    { return GetLookupIndexExecuteTime_9(); }\r
-\r
-  private native int GetInputType_10();\r
-  public int GetInputType()\r
-    { return GetInputType_10(); }\r
-\r
-  private native void SetInitializeExecuteTime_11(double id0);\r
-  public void SetInitializeExecuteTime(double id0)\r
-    { SetInitializeExecuteTime_11(id0); }\r
-\r
-  private native void SetBuildTreeExecuteTime_12(double id0);\r
-  public void SetBuildTreeExecuteTime(double id0)\r
-    { SetBuildTreeExecuteTime_12(id0); }\r
-\r
-  private native void SetLookupIndexExecuteTime_13(double id0);\r
-  public void SetLookupIndexExecuteTime(double id0)\r
-    { SetLookupIndexExecuteTime_13(id0); }\r
-\r
-  public vtkImageQuantizeRGBToIndex() { super(); }\r
-\r
-  public vtkImageQuantizeRGBToIndex(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkImageQuantizeRGBToIndex object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkImageQuantizeRGBToIndex extends vtkImageAlgorithm
+{
+
+  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 SetNumberOfColors_2(int id0);
+  public void SetNumberOfColors(int id0)
+    { SetNumberOfColors_2(id0); }
+
+  private native int GetNumberOfColorsMinValue_3();
+  public int GetNumberOfColorsMinValue()
+    { return GetNumberOfColorsMinValue_3(); }
+
+  private native int GetNumberOfColorsMaxValue_4();
+  public int GetNumberOfColorsMaxValue()
+    { return GetNumberOfColorsMaxValue_4(); }
+
+  private native int GetNumberOfColors_5();
+  public int GetNumberOfColors()
+    { return GetNumberOfColors_5(); }
+
+  private native void SetSamplingRate_6(int id0,int id1,int id2);
+  public void SetSamplingRate(int id0,int id1,int id2)
+    { SetSamplingRate_6(id0,id1,id2); }
+
+  private native void SetSamplingRate_7(int id0[]);
+  public void SetSamplingRate(int id0[])
+    { SetSamplingRate_7(id0); }
+
+  private native int[]  GetSamplingRate_8();
+  public int[]  GetSamplingRate()
+    { return GetSamplingRate_8(); }
+
+  private native void SetSortIndexByLuminance_9(boolean id0);
+  public void SetSortIndexByLuminance(boolean id0)
+    { SetSortIndexByLuminance_9(id0); }
+
+  private native boolean GetSortIndexByLuminance_10();
+  public boolean GetSortIndexByLuminance()
+    { return GetSortIndexByLuminance_10(); }
+
+  private native void SortIndexByLuminanceOn_11();
+  public void SortIndexByLuminanceOn()
+    { SortIndexByLuminanceOn_11(); }
+
+  private native void SortIndexByLuminanceOff_12();
+  public void SortIndexByLuminanceOff()
+    { SortIndexByLuminanceOff_12(); }
+
+  private native long GetLookupTable_13();
+  public vtkLookupTable GetLookupTable() {
+    long temp = GetLookupTable_13();
+
+    if (temp == 0) return null;
+    return (vtkLookupTable)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native double GetInitializeExecuteTime_14();
+  public double GetInitializeExecuteTime()
+    { return GetInitializeExecuteTime_14(); }
+
+  private native double GetBuildTreeExecuteTime_15();
+  public double GetBuildTreeExecuteTime()
+    { return GetBuildTreeExecuteTime_15(); }
+
+  private native double GetLookupIndexExecuteTime_16();
+  public double GetLookupIndexExecuteTime()
+    { return GetLookupIndexExecuteTime_16(); }
+
+  private native int GetInputType_17();
+  public int GetInputType()
+    { return GetInputType_17(); }
+
+  private native void SetInitializeExecuteTime_18(double id0);
+  public void SetInitializeExecuteTime(double id0)
+    { SetInitializeExecuteTime_18(id0); }
+
+  private native void SetBuildTreeExecuteTime_19(double id0);
+  public void SetBuildTreeExecuteTime(double id0)
+    { SetBuildTreeExecuteTime_19(id0); }
+
+  private native void SetLookupIndexExecuteTime_20(double id0);
+  public void SetLookupIndexExecuteTime(double id0)
+    { SetLookupIndexExecuteTime_20(id0); }
+
+  public vtkImageQuantizeRGBToIndex() { super(); }
+
+  public vtkImageQuantizeRGBToIndex(long id) { super(id); }
+  public native long   VTKInit();
+
+}