]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageQuantizeRGBToIndex.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkImageQuantizeRGBToIndex.java
1 // java wrapper for vtkImageQuantizeRGBToIndex object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkImageQuantizeRGBToIndex extends vtkImageAlgorithm
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetNumberOfColors_2(int id0);
19   public void SetNumberOfColors(int id0)
20     { SetNumberOfColors_2(id0); }
21
22   private native int GetNumberOfColorsMinValue_3();
23   public int GetNumberOfColorsMinValue()
24     { return GetNumberOfColorsMinValue_3(); }
25
26   private native int GetNumberOfColorsMaxValue_4();
27   public int GetNumberOfColorsMaxValue()
28     { return GetNumberOfColorsMaxValue_4(); }
29
30   private native int GetNumberOfColors_5();
31   public int GetNumberOfColors()
32     { return GetNumberOfColors_5(); }
33
34   private native void SetSamplingRate_6(int id0,int id1,int id2);
35   public void SetSamplingRate(int id0,int id1,int id2)
36     { SetSamplingRate_6(id0,id1,id2); }
37
38   private native void SetSamplingRate_7(int id0[]);
39   public void SetSamplingRate(int id0[])
40     { SetSamplingRate_7(id0); }
41
42   private native int[]  GetSamplingRate_8();
43   public int[]  GetSamplingRate()
44     { return GetSamplingRate_8(); }
45
46   private native void SetSortIndexByLuminance_9(boolean id0);
47   public void SetSortIndexByLuminance(boolean id0)
48     { SetSortIndexByLuminance_9(id0); }
49
50   private native boolean GetSortIndexByLuminance_10();
51   public boolean GetSortIndexByLuminance()
52     { return GetSortIndexByLuminance_10(); }
53
54   private native void SortIndexByLuminanceOn_11();
55   public void SortIndexByLuminanceOn()
56     { SortIndexByLuminanceOn_11(); }
57
58   private native void SortIndexByLuminanceOff_12();
59   public void SortIndexByLuminanceOff()
60     { SortIndexByLuminanceOff_12(); }
61
62   private native long GetLookupTable_13();
63   public vtkLookupTable GetLookupTable() {
64     long temp = GetLookupTable_13();
65
66     if (temp == 0) return null;
67     return (vtkLookupTable)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
68 }
69
70   private native double GetInitializeExecuteTime_14();
71   public double GetInitializeExecuteTime()
72     { return GetInitializeExecuteTime_14(); }
73
74   private native double GetBuildTreeExecuteTime_15();
75   public double GetBuildTreeExecuteTime()
76     { return GetBuildTreeExecuteTime_15(); }
77
78   private native double GetLookupIndexExecuteTime_16();
79   public double GetLookupIndexExecuteTime()
80     { return GetLookupIndexExecuteTime_16(); }
81
82   private native int GetInputType_17();
83   public int GetInputType()
84     { return GetInputType_17(); }
85
86   private native void SetInitializeExecuteTime_18(double id0);
87   public void SetInitializeExecuteTime(double id0)
88     { SetInitializeExecuteTime_18(id0); }
89
90   private native void SetBuildTreeExecuteTime_19(double id0);
91   public void SetBuildTreeExecuteTime(double id0)
92     { SetBuildTreeExecuteTime_19(id0); }
93
94   private native void SetLookupIndexExecuteTime_20(double id0);
95   public void SetLookupIndexExecuteTime(double id0)
96     { SetLookupIndexExecuteTime_20(id0); }
97
98   public vtkImageQuantizeRGBToIndex() { super(); }
99
100   public vtkImageQuantizeRGBToIndex(long id) { super(id); }
101   public native long   VTKInit();
102
103 }