// java wrapper for vtkScalarsToColors object // package vtk; import vtk.*; public class vtkScalarsToColors extends vtkObject { 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 int IsOpaque_2(); public int IsOpaque() { return IsOpaque_2(); } private native void Build_3(); public void Build() { Build_3(); } private native double[] GetRange_4(); public double[] GetRange() { return GetRange_4(); } private native void SetRange_5(double id0,double id1); public void SetRange(double id0,double id1) { SetRange_5(id0,id1); } private native void SetRange_6(double id0[]); public void SetRange(double id0[]) { SetRange_6(id0); } private native void GetColor_7(double id0,double id1[]); public void GetColor(double id0,double id1[]) { GetColor_7(id0,id1); } private native double[] GetColor_8(double id0); public double[] GetColor(double id0) { return GetColor_8(id0); } private native double GetOpacity_9(double id0); public double GetOpacity(double id0) { return GetOpacity_9(id0); } private native double GetLuminance_10(double id0); public double GetLuminance(double id0) { return GetLuminance_10(id0); } private native void SetAlpha_11(double id0); public void SetAlpha(double id0) { SetAlpha_11(id0); } private native double GetAlpha_12(); public double GetAlpha() { return GetAlpha_12(); } private native long MapScalars_13(vtkDataArray id0,int id1,int id2); public vtkUnsignedCharArray MapScalars(vtkDataArray id0,int id1,int id2) { long temp = MapScalars_13(id0,id1,id2); if (temp == 0) return null; return (vtkUnsignedCharArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetVectorMode_14(int id0); public void SetVectorMode(int id0) { SetVectorMode_14(id0); } private native int GetVectorMode_15(); public int GetVectorMode() { return GetVectorMode_15(); } private native void SetVectorModeToMagnitude_16(); public void SetVectorModeToMagnitude() { SetVectorModeToMagnitude_16(); } private native void SetVectorModeToComponent_17(); public void SetVectorModeToComponent() { SetVectorModeToComponent_17(); } private native void SetVectorModeToRGBColors_18(); public void SetVectorModeToRGBColors() { SetVectorModeToRGBColors_18(); } private native void SetVectorComponent_19(int id0); public void SetVectorComponent(int id0) { SetVectorComponent_19(id0); } private native int GetVectorComponent_20(); public int GetVectorComponent() { return GetVectorComponent_20(); } private native void SetVectorSize_21(int id0); public void SetVectorSize(int id0) { SetVectorSize_21(id0); } private native int GetVectorSize_22(); public int GetVectorSize() { return GetVectorSize_22(); } private native long ConvertUnsignedCharToRGBA_23(vtkUnsignedCharArray id0,int id1,int id2); public vtkUnsignedCharArray ConvertUnsignedCharToRGBA(vtkUnsignedCharArray id0,int id1,int id2) { long temp = ConvertUnsignedCharToRGBA_23(id0,id1,id2); if (temp == 0) return null; return (vtkUnsignedCharArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void DeepCopy_24(vtkScalarsToColors id0); public void DeepCopy(vtkScalarsToColors id0) { DeepCopy_24(id0); } private native int UsingLogScale_25(); public int UsingLogScale() { return UsingLogScale_25(); } private native int GetNumberOfAvailableColors_26(); public int GetNumberOfAvailableColors() { return GetNumberOfAvailableColors_26(); } public vtkScalarsToColors() { super(); } public vtkScalarsToColors(long id) { super(id); } }