]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkImageQuantizeRGBToIndex.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkImageQuantizeRGBToIndex.java
diff --git a/vtk/src/vtk/vtkImageQuantizeRGBToIndex.java b/vtk/src/vtk/vtkImageQuantizeRGBToIndex.java
new file mode 100644 (file)
index 0000000..30821f0
--- /dev/null
@@ -0,0 +1,103 @@
+// 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();
+
+}