]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageQuantizeRGBToIndex.java
Mesh API to use Tuple3d instead of Vector3d
[simantics/3d.git] / vtk / src / vtk / vtkImageQuantizeRGBToIndex.java
1 // java wrapper for vtkImageQuantizeRGBToIndex object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkImageQuantizeRGBToIndex extends vtkImageAlgorithm\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native void SetNumberOfColors_2(int id0);\r
19   public void SetNumberOfColors(int id0)\r
20     { SetNumberOfColors_2(id0); }\r
21 \r
22   private native int GetNumberOfColorsMinValue_3();\r
23   public int GetNumberOfColorsMinValue()\r
24     { return GetNumberOfColorsMinValue_3(); }\r
25 \r
26   private native int GetNumberOfColorsMaxValue_4();\r
27   public int GetNumberOfColorsMaxValue()\r
28     { return GetNumberOfColorsMaxValue_4(); }\r
29 \r
30   private native int GetNumberOfColors_5();\r
31   public int GetNumberOfColors()\r
32     { return GetNumberOfColors_5(); }\r
33 \r
34   private native long GetLookupTable_6();\r
35   public vtkLookupTable GetLookupTable() {\r
36     long temp = GetLookupTable_6();\r
37 \r
38     if (temp == 0) return null;\r
39     return (vtkLookupTable)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
40   }\r
41 \r
42   private native double GetInitializeExecuteTime_7();\r
43   public double GetInitializeExecuteTime()\r
44     { return GetInitializeExecuteTime_7(); }\r
45 \r
46   private native double GetBuildTreeExecuteTime_8();\r
47   public double GetBuildTreeExecuteTime()\r
48     { return GetBuildTreeExecuteTime_8(); }\r
49 \r
50   private native double GetLookupIndexExecuteTime_9();\r
51   public double GetLookupIndexExecuteTime()\r
52     { return GetLookupIndexExecuteTime_9(); }\r
53 \r
54   private native int GetInputType_10();\r
55   public int GetInputType()\r
56     { return GetInputType_10(); }\r
57 \r
58   private native void SetInitializeExecuteTime_11(double id0);\r
59   public void SetInitializeExecuteTime(double id0)\r
60     { SetInitializeExecuteTime_11(id0); }\r
61 \r
62   private native void SetBuildTreeExecuteTime_12(double id0);\r
63   public void SetBuildTreeExecuteTime(double id0)\r
64     { SetBuildTreeExecuteTime_12(id0); }\r
65 \r
66   private native void SetLookupIndexExecuteTime_13(double id0);\r
67   public void SetLookupIndexExecuteTime(double id0)\r
68     { SetLookupIndexExecuteTime_13(id0); }\r
69 \r
70   public vtkImageQuantizeRGBToIndex() { super(); }\r
71 \r
72   public vtkImageQuantizeRGBToIndex(long id) { super(id); }\r
73   public native long   VTKInit();\r
74 \r
75 }\r