// java wrapper for vtkScalarsToColors object // package vtk; import vtk.*; public class vtkScalarsToColors extends vtkObject { 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 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)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long MapScalars_14(vtkAbstractArray id0,int id1,int id2); public vtkUnsignedCharArray MapScalars(vtkAbstractArray id0,int id1,int id2) { long temp = MapScalars_14(id0,id1,id2); if (temp == 0) return null; return (vtkUnsignedCharArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetVectorMode_15(int id0); public void SetVectorMode(int id0) { SetVectorMode_15(id0); } private native int GetVectorMode_16(); public int GetVectorMode() { return GetVectorMode_16(); } private native void SetVectorModeToMagnitude_17(); public void SetVectorModeToMagnitude() { SetVectorModeToMagnitude_17(); } private native void SetVectorModeToComponent_18(); public void SetVectorModeToComponent() { SetVectorModeToComponent_18(); } private native void SetVectorModeToRGBColors_19(); public void SetVectorModeToRGBColors() { SetVectorModeToRGBColors_19(); } private native void SetVectorComponent_20(int id0); public void SetVectorComponent(int id0) { SetVectorComponent_20(id0); } private native int GetVectorComponent_21(); public int GetVectorComponent() { return GetVectorComponent_21(); } private native void SetVectorSize_22(int id0); public void SetVectorSize(int id0) { SetVectorSize_22(id0); } private native int GetVectorSize_23(); public int GetVectorSize() { return GetVectorSize_23(); } 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(); } private native void SetAnnotations_27(vtkAbstractArray id0,vtkStringArray id1); public void SetAnnotations(vtkAbstractArray id0,vtkStringArray id1) { SetAnnotations_27(id0,id1); } private native long GetAnnotatedValues_28(); public vtkAbstractArray GetAnnotatedValues() { long temp = GetAnnotatedValues_28(); if (temp == 0) return null; return (vtkAbstractArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetAnnotations_29(); public vtkStringArray GetAnnotations() { long temp = GetAnnotations_29(); if (temp == 0) return null; return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int SetAnnotation_30(String id0,String id1); public int SetAnnotation(String id0,String id1) { return SetAnnotation_30(id0,id1); } private native int GetNumberOfAnnotatedValues_31(); public int GetNumberOfAnnotatedValues() { return GetNumberOfAnnotatedValues_31(); } private native String GetAnnotation_32(int id0); public String GetAnnotation(int id0) { return GetAnnotation_32(id0); } private native void GetIndexedColor_33(int id0,double id1[]); public void GetIndexedColor(int id0,double id1[]) { GetIndexedColor_33(id0,id1); } private native void ResetAnnotations_34(); public void ResetAnnotations() { ResetAnnotations_34(); } private native void SetIndexedLookup_35(int id0); public void SetIndexedLookup(int id0) { SetIndexedLookup_35(id0); } private native int GetIndexedLookup_36(); public int GetIndexedLookup() { return GetIndexedLookup_36(); } private native void IndexedLookupOn_37(); public void IndexedLookupOn() { IndexedLookupOn_37(); } private native void IndexedLookupOff_38(); public void IndexedLookupOff() { IndexedLookupOff_38(); } public vtkScalarsToColors() { super(); } public vtkScalarsToColors(long id) { super(id); } public native long VTKInit(); }