X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkImageQuantizeRGBToIndex.java;h=30821f0ecfc0b4d9946c0abff9a2eb72d505283e;hb=f13bbe4a5dd9b50077ab6110bfb20257e4ebf6f0;hp=8dc4f06af123e398a97678d1208b5067ab291fdd;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkImageQuantizeRGBToIndex.java b/vtk/src/vtk/vtkImageQuantizeRGBToIndex.java index 8dc4f06a..30821f0e 100644 --- a/vtk/src/vtk/vtkImageQuantizeRGBToIndex.java +++ b/vtk/src/vtk/vtkImageQuantizeRGBToIndex.java @@ -1,75 +1,103 @@ -// java wrapper for vtkImageQuantizeRGBToIndex object -// - -package vtk; -import vtk.*; - -public class vtkImageQuantizeRGBToIndex extends vtkImageAlgorithm -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - 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 long GetLookupTable_6(); - public vtkLookupTable GetLookupTable() { - long temp = GetLookupTable_6(); - - if (temp == 0) return null; - return (vtkLookupTable)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native double GetInitializeExecuteTime_7(); - public double GetInitializeExecuteTime() - { return GetInitializeExecuteTime_7(); } - - private native double GetBuildTreeExecuteTime_8(); - public double GetBuildTreeExecuteTime() - { return GetBuildTreeExecuteTime_8(); } - - private native double GetLookupIndexExecuteTime_9(); - public double GetLookupIndexExecuteTime() - { return GetLookupIndexExecuteTime_9(); } - - private native int GetInputType_10(); - public int GetInputType() - { return GetInputType_10(); } - - private native void SetInitializeExecuteTime_11(double id0); - public void SetInitializeExecuteTime(double id0) - { SetInitializeExecuteTime_11(id0); } - - private native void SetBuildTreeExecuteTime_12(double id0); - public void SetBuildTreeExecuteTime(double id0) - { SetBuildTreeExecuteTime_12(id0); } - - private native void SetLookupIndexExecuteTime_13(double id0); - public void SetLookupIndexExecuteTime(double id0) - { SetLookupIndexExecuteTime_13(id0); } - - public vtkImageQuantizeRGBToIndex() { super(); } - - public vtkImageQuantizeRGBToIndex(long id) { super(id); } - public native long VTKInit(); - -} +// 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(); + +}