// java wrapper for vtkMapper object // package vtk; import vtk.*; public class vtkMapper extends vtkAbstractMapper3D { 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 ShallowCopy_2(vtkAbstractMapper id0); public void ShallowCopy(vtkAbstractMapper id0) { ShallowCopy_2(id0); } private native int GetMTime_3(); public int GetMTime() { return GetMTime_3(); } private native void Render_4(vtkRenderer id0,vtkActor id1); public void Render(vtkRenderer id0,vtkActor id1) { Render_4(id0,id1); } private native void ReleaseGraphicsResources_5(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_5(id0); } private native void SetLookupTable_6(vtkScalarsToColors id0); public void SetLookupTable(vtkScalarsToColors id0) { SetLookupTable_6(id0); } private native long GetLookupTable_7(); public vtkScalarsToColors GetLookupTable() { long temp = GetLookupTable_7(); if (temp == 0) return null; return (vtkScalarsToColors)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void CreateDefaultLookupTable_8(); public void CreateDefaultLookupTable() { CreateDefaultLookupTable_8(); } private native void SetScalarVisibility_9(int id0); public void SetScalarVisibility(int id0) { SetScalarVisibility_9(id0); } private native int GetScalarVisibility_10(); public int GetScalarVisibility() { return GetScalarVisibility_10(); } private native void ScalarVisibilityOn_11(); public void ScalarVisibilityOn() { ScalarVisibilityOn_11(); } private native void ScalarVisibilityOff_12(); public void ScalarVisibilityOff() { ScalarVisibilityOff_12(); } private native void SetStatic_13(int id0); public void SetStatic(int id0) { SetStatic_13(id0); } private native int GetStatic_14(); public int GetStatic() { return GetStatic_14(); } private native void StaticOn_15(); public void StaticOn() { StaticOn_15(); } private native void StaticOff_16(); public void StaticOff() { StaticOff_16(); } private native void SetColorMode_17(int id0); public void SetColorMode(int id0) { SetColorMode_17(id0); } private native int GetColorMode_18(); public int GetColorMode() { return GetColorMode_18(); } private native void SetColorModeToDefault_19(); public void SetColorModeToDefault() { SetColorModeToDefault_19(); } private native void SetColorModeToMapScalars_20(); public void SetColorModeToMapScalars() { SetColorModeToMapScalars_20(); } private native String GetColorModeAsString_21(); public String GetColorModeAsString() { return GetColorModeAsString_21(); } private native void SetInterpolateScalarsBeforeMapping_22(int id0); public void SetInterpolateScalarsBeforeMapping(int id0) { SetInterpolateScalarsBeforeMapping_22(id0); } private native int GetInterpolateScalarsBeforeMapping_23(); public int GetInterpolateScalarsBeforeMapping() { return GetInterpolateScalarsBeforeMapping_23(); } private native void InterpolateScalarsBeforeMappingOn_24(); public void InterpolateScalarsBeforeMappingOn() { InterpolateScalarsBeforeMappingOn_24(); } private native void InterpolateScalarsBeforeMappingOff_25(); public void InterpolateScalarsBeforeMappingOff() { InterpolateScalarsBeforeMappingOff_25(); } private native void SetUseLookupTableScalarRange_26(int id0); public void SetUseLookupTableScalarRange(int id0) { SetUseLookupTableScalarRange_26(id0); } private native int GetUseLookupTableScalarRange_27(); public int GetUseLookupTableScalarRange() { return GetUseLookupTableScalarRange_27(); } private native void UseLookupTableScalarRangeOn_28(); public void UseLookupTableScalarRangeOn() { UseLookupTableScalarRangeOn_28(); } private native void UseLookupTableScalarRangeOff_29(); public void UseLookupTableScalarRangeOff() { UseLookupTableScalarRangeOff_29(); } private native void SetScalarRange_30(double id0,double id1); public void SetScalarRange(double id0,double id1) { SetScalarRange_30(id0,id1); } private native void SetScalarRange_31(double id0[]); public void SetScalarRange(double id0[]) { SetScalarRange_31(id0); } private native double[] GetScalarRange_32(); public double[] GetScalarRange() { return GetScalarRange_32(); } private native void SetImmediateModeRendering_33(int id0); public void SetImmediateModeRendering(int id0) { SetImmediateModeRendering_33(id0); } private native int GetImmediateModeRendering_34(); public int GetImmediateModeRendering() { return GetImmediateModeRendering_34(); } private native void ImmediateModeRenderingOn_35(); public void ImmediateModeRenderingOn() { ImmediateModeRenderingOn_35(); } private native void ImmediateModeRenderingOff_36(); public void ImmediateModeRenderingOff() { ImmediateModeRenderingOff_36(); } private native void SetGlobalImmediateModeRendering_37(int id0); public void SetGlobalImmediateModeRendering(int id0) { SetGlobalImmediateModeRendering_37(id0); } private native void GlobalImmediateModeRenderingOn_38(); public void GlobalImmediateModeRenderingOn() { GlobalImmediateModeRenderingOn_38(); } private native void GlobalImmediateModeRenderingOff_39(); public void GlobalImmediateModeRenderingOff() { GlobalImmediateModeRenderingOff_39(); } private native int GetGlobalImmediateModeRendering_40(); public int GetGlobalImmediateModeRendering() { return GetGlobalImmediateModeRendering_40(); } private native int GetForceCompileOnly_41(); public int GetForceCompileOnly() { return GetForceCompileOnly_41(); } private native void SetForceCompileOnly_42(int id0); public void SetForceCompileOnly(int id0) { SetForceCompileOnly_42(id0); } private native void SetScalarMode_43(int id0); public void SetScalarMode(int id0) { SetScalarMode_43(id0); } private native int GetScalarMode_44(); public int GetScalarMode() { return GetScalarMode_44(); } private native void SetScalarModeToDefault_45(); public void SetScalarModeToDefault() { SetScalarModeToDefault_45(); } private native void SetScalarModeToUsePointData_46(); public void SetScalarModeToUsePointData() { SetScalarModeToUsePointData_46(); } private native void SetScalarModeToUseCellData_47(); public void SetScalarModeToUseCellData() { SetScalarModeToUseCellData_47(); } private native void SetScalarModeToUsePointFieldData_48(); public void SetScalarModeToUsePointFieldData() { SetScalarModeToUsePointFieldData_48(); } private native void SetScalarModeToUseCellFieldData_49(); public void SetScalarModeToUseCellFieldData() { SetScalarModeToUseCellFieldData_49(); } private native void SetScalarModeToUseFieldData_50(); public void SetScalarModeToUseFieldData() { SetScalarModeToUseFieldData_50(); } private native void SelectColorArray_51(int id0); public void SelectColorArray(int id0) { SelectColorArray_51(id0); } private native void SelectColorArray_52(String id0); public void SelectColorArray(String id0) { SelectColorArray_52(id0); } private native void ColorByArrayComponent_53(int id0,int id1); public void ColorByArrayComponent(int id0,int id1) { ColorByArrayComponent_53(id0,id1); } private native void ColorByArrayComponent_54(String id0,int id1); public void ColorByArrayComponent(String id0,int id1) { ColorByArrayComponent_54(id0,id1); } private native String GetArrayName_55(); public String GetArrayName() { return GetArrayName_55(); } private native int GetArrayId_56(); public int GetArrayId() { return GetArrayId_56(); } private native int GetArrayAccessMode_57(); public int GetArrayAccessMode() { return GetArrayAccessMode_57(); } private native int GetArrayComponent_58(); public int GetArrayComponent() { return GetArrayComponent_58(); } private native String GetScalarModeAsString_59(); public String GetScalarModeAsString() { return GetScalarModeAsString_59(); } private native void SetResolveCoincidentTopology_60(int id0); public void SetResolveCoincidentTopology(int id0) { SetResolveCoincidentTopology_60(id0); } private native int GetResolveCoincidentTopology_61(); public int GetResolveCoincidentTopology() { return GetResolveCoincidentTopology_61(); } private native void SetResolveCoincidentTopologyToDefault_62(); public void SetResolveCoincidentTopologyToDefault() { SetResolveCoincidentTopologyToDefault_62(); } private native void SetResolveCoincidentTopologyToOff_63(); public void SetResolveCoincidentTopologyToOff() { SetResolveCoincidentTopologyToOff_63(); } private native void SetResolveCoincidentTopologyToPolygonOffset_64(); public void SetResolveCoincidentTopologyToPolygonOffset() { SetResolveCoincidentTopologyToPolygonOffset_64(); } private native void SetResolveCoincidentTopologyToShiftZBuffer_65(); public void SetResolveCoincidentTopologyToShiftZBuffer() { SetResolveCoincidentTopologyToShiftZBuffer_65(); } private native void SetResolveCoincidentTopologyPolygonOffsetParameters_66(double id0,double id1); public void SetResolveCoincidentTopologyPolygonOffsetParameters(double id0,double id1) { SetResolveCoincidentTopologyPolygonOffsetParameters_66(id0,id1); } private native void SetResolveCoincidentTopologyPolygonOffsetFaces_67(int id0); public void SetResolveCoincidentTopologyPolygonOffsetFaces(int id0) { SetResolveCoincidentTopologyPolygonOffsetFaces_67(id0); } private native int GetResolveCoincidentTopologyPolygonOffsetFaces_68(); public int GetResolveCoincidentTopologyPolygonOffsetFaces() { return GetResolveCoincidentTopologyPolygonOffsetFaces_68(); } private native void SetResolveCoincidentTopologyZShift_69(double id0); public void SetResolveCoincidentTopologyZShift(double id0) { SetResolveCoincidentTopologyZShift_69(id0); } private native double GetResolveCoincidentTopologyZShift_70(); public double GetResolveCoincidentTopologyZShift() { return GetResolveCoincidentTopologyZShift_70(); } private native double[] GetBounds_71(); public double[] GetBounds() { return GetBounds_71(); } private native void GetBounds_72(double id0[]); public void GetBounds(double id0[]) { GetBounds_72(id0); } private native void SetRenderTime_73(double id0); public void SetRenderTime(double id0) { SetRenderTime_73(id0); } private native double GetRenderTime_74(); public double GetRenderTime() { return GetRenderTime_74(); } private native long GetInputAsDataSet_75(); public vtkDataSet GetInputAsDataSet() { long temp = GetInputAsDataSet_75(); if (temp == 0) return null; return (vtkDataSet)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long MapScalars_76(double id0); public vtkUnsignedCharArray MapScalars(double id0) { long temp = MapScalars_76(id0); if (temp == 0) return null; return (vtkUnsignedCharArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetScalarMaterialMode_77(int id0); public void SetScalarMaterialMode(int id0) { SetScalarMaterialMode_77(id0); } private native int GetScalarMaterialMode_78(); public int GetScalarMaterialMode() { return GetScalarMaterialMode_78(); } private native void SetScalarMaterialModeToDefault_79(); public void SetScalarMaterialModeToDefault() { SetScalarMaterialModeToDefault_79(); } private native void SetScalarMaterialModeToAmbient_80(); public void SetScalarMaterialModeToAmbient() { SetScalarMaterialModeToAmbient_80(); } private native void SetScalarMaterialModeToDiffuse_81(); public void SetScalarMaterialModeToDiffuse() { SetScalarMaterialModeToDiffuse_81(); } private native void SetScalarMaterialModeToAmbientAndDiffuse_82(); public void SetScalarMaterialModeToAmbientAndDiffuse() { SetScalarMaterialModeToAmbientAndDiffuse_82(); } private native String GetScalarMaterialModeAsString_83(); public String GetScalarMaterialModeAsString() { return GetScalarMaterialModeAsString_83(); } private native boolean GetIsOpaque_84(); public boolean GetIsOpaque() { return GetIsOpaque_84(); } private native boolean GetSupportsSelection_85(); public boolean GetSupportsSelection() { return GetSupportsSelection_85(); } public vtkMapper() { super(); } public vtkMapper(long id) { super(id); } }