// 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(); }