// java wrapper for vtkScalarsToColorsPainter object // package vtk; import vtk.*; public class vtkScalarsToColorsPainter extends vtkPainter { 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 long USE_LOOKUP_TABLE_SCALAR_RANGE_2(); public vtkInformationIntegerKey USE_LOOKUP_TABLE_SCALAR_RANGE() { long temp = USE_LOOKUP_TABLE_SCALAR_RANGE_2(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long SCALAR_RANGE_3(); public vtkInformationDoubleVectorKey SCALAR_RANGE() { long temp = SCALAR_RANGE_3(); if (temp == 0) return null; return (vtkInformationDoubleVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long SCALAR_MODE_4(); public vtkInformationIntegerKey SCALAR_MODE() { long temp = SCALAR_MODE_4(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long COLOR_MODE_5(); public vtkInformationIntegerKey COLOR_MODE() { long temp = COLOR_MODE_5(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long INTERPOLATE_SCALARS_BEFORE_MAPPING_6(); public vtkInformationIntegerKey INTERPOLATE_SCALARS_BEFORE_MAPPING() { long temp = INTERPOLATE_SCALARS_BEFORE_MAPPING_6(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long LOOKUP_TABLE_7(); public vtkInformationObjectBaseKey LOOKUP_TABLE() { long temp = LOOKUP_TABLE_7(); if (temp == 0) return null; return (vtkInformationObjectBaseKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetLookupTable_8(vtkScalarsToColors id0); public void SetLookupTable(vtkScalarsToColors id0) { SetLookupTable_8(id0); } private native long GetLookupTable_9(); public vtkScalarsToColors GetLookupTable() { long temp = GetLookupTable_9(); if (temp == 0) return null; return (vtkScalarsToColors)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void CreateDefaultLookupTable_10(); public void CreateDefaultLookupTable() { CreateDefaultLookupTable_10(); } private native long SCALAR_VISIBILITY_11(); public vtkInformationIntegerKey SCALAR_VISIBILITY() { long temp = SCALAR_VISIBILITY_11(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long ARRAY_ACCESS_MODE_12(); public vtkInformationIntegerKey ARRAY_ACCESS_MODE() { long temp = ARRAY_ACCESS_MODE_12(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long ARRAY_ID_13(); public vtkInformationIntegerKey ARRAY_ID() { long temp = ARRAY_ID_13(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long ARRAY_NAME_14(); public vtkInformationStringKey ARRAY_NAME() { long temp = ARRAY_NAME_14(); if (temp == 0) return null; return (vtkInformationStringKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long ARRAY_COMPONENT_15(); public vtkInformationIntegerKey ARRAY_COMPONENT() { long temp = ARRAY_COMPONENT_15(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long SCALAR_MATERIAL_MODE_16(); public vtkInformationIntegerKey SCALAR_MATERIAL_MODE() { long temp = SCALAR_MATERIAL_MODE_16(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetPremultiplyColorsWithAlpha_17(vtkActor id0); public int GetPremultiplyColorsWithAlpha(vtkActor id0) { return GetPremultiplyColorsWithAlpha_17(id0); } private native long GetOutput_18(); public vtkDataObject GetOutput() { long temp = GetOutput_18(); if (temp == 0) return null; return (vtkDataObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetTextureSizeLimit_19(); public int GetTextureSizeLimit() { return GetTextureSizeLimit_19(); } public vtkScalarsToColorsPainter() { super(); } public vtkScalarsToColorsPainter(long id) { super(id); } public native long VTKInit(); }