X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkMapper.java;h=cc10639db6f8844c9a46c837f8f6d7f416c9e089;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=104c3f1594f319ef93248339b59dc592df120c4b;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkMapper.java b/vtk/src/vtk/vtkMapper.java index 104c3f15..cc10639d 100644 --- a/vtk/src/vtk/vtkMapper.java +++ b/vtk/src/vtk/vtkMapper.java @@ -1,370 +1,390 @@ -// 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); } - -} +// java wrapper for vtkMapper object +// + +package vtk; +import vtk.*; + +public class vtkMapper extends vtkAbstractMapper3D +{ + + 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 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)vtkObjectBase.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 void SetColorModeToDirectScalars_21(); + public void SetColorModeToDirectScalars() + { SetColorModeToDirectScalars_21(); } + + private native String GetColorModeAsString_22(); + public String GetColorModeAsString() + { return GetColorModeAsString_22(); } + + private native void SetInterpolateScalarsBeforeMapping_23(int id0); + public void SetInterpolateScalarsBeforeMapping(int id0) + { SetInterpolateScalarsBeforeMapping_23(id0); } + + private native int GetInterpolateScalarsBeforeMapping_24(); + public int GetInterpolateScalarsBeforeMapping() + { return GetInterpolateScalarsBeforeMapping_24(); } + + private native void InterpolateScalarsBeforeMappingOn_25(); + public void InterpolateScalarsBeforeMappingOn() + { InterpolateScalarsBeforeMappingOn_25(); } + + private native void InterpolateScalarsBeforeMappingOff_26(); + public void InterpolateScalarsBeforeMappingOff() + { InterpolateScalarsBeforeMappingOff_26(); } + + private native void SetUseLookupTableScalarRange_27(int id0); + public void SetUseLookupTableScalarRange(int id0) + { SetUseLookupTableScalarRange_27(id0); } + + private native int GetUseLookupTableScalarRange_28(); + public int GetUseLookupTableScalarRange() + { return GetUseLookupTableScalarRange_28(); } + + private native void UseLookupTableScalarRangeOn_29(); + public void UseLookupTableScalarRangeOn() + { UseLookupTableScalarRangeOn_29(); } + + private native void UseLookupTableScalarRangeOff_30(); + public void UseLookupTableScalarRangeOff() + { UseLookupTableScalarRangeOff_30(); } + + private native void SetScalarRange_31(double id0,double id1); + public void SetScalarRange(double id0,double id1) + { SetScalarRange_31(id0,id1); } + + private native void SetScalarRange_32(double id0[]); + public void SetScalarRange(double id0[]) + { SetScalarRange_32(id0); } + + private native double[] GetScalarRange_33(); + public double[] GetScalarRange() + { return GetScalarRange_33(); } + + private native void SetScalarMode_34(int id0); + public void SetScalarMode(int id0) + { SetScalarMode_34(id0); } + + private native int GetScalarMode_35(); + public int GetScalarMode() + { return GetScalarMode_35(); } + + private native void SetScalarModeToDefault_36(); + public void SetScalarModeToDefault() + { SetScalarModeToDefault_36(); } + + private native void SetScalarModeToUsePointData_37(); + public void SetScalarModeToUsePointData() + { SetScalarModeToUsePointData_37(); } + + private native void SetScalarModeToUseCellData_38(); + public void SetScalarModeToUseCellData() + { SetScalarModeToUseCellData_38(); } + + private native void SetScalarModeToUsePointFieldData_39(); + public void SetScalarModeToUsePointFieldData() + { SetScalarModeToUsePointFieldData_39(); } + + private native void SetScalarModeToUseCellFieldData_40(); + public void SetScalarModeToUseCellFieldData() + { SetScalarModeToUseCellFieldData_40(); } + + private native void SetScalarModeToUseFieldData_41(); + public void SetScalarModeToUseFieldData() + { SetScalarModeToUseFieldData_41(); } + + private native void SelectColorArray_42(int id0); + public void SelectColorArray(int id0) + { SelectColorArray_42(id0); } + + private native void SelectColorArray_43(String id0); + public void SelectColorArray(String id0) + { SelectColorArray_43(id0); } + + private native void SetFieldDataTupleId_44(int id0); + public void SetFieldDataTupleId(int id0) + { SetFieldDataTupleId_44(id0); } + + private native int GetFieldDataTupleId_45(); + public int GetFieldDataTupleId() + { return GetFieldDataTupleId_45(); } + + private native void ColorByArrayComponent_46(int id0,int id1); + public void ColorByArrayComponent(int id0,int id1) + { ColorByArrayComponent_46(id0,id1); } + + private native void ColorByArrayComponent_47(String id0,int id1); + public void ColorByArrayComponent(String id0,int id1) + { ColorByArrayComponent_47(id0,id1); } + + private native String GetArrayName_48(); + public String GetArrayName() + { return GetArrayName_48(); } + + private native void SetArrayName_49(String id0); + public void SetArrayName(String id0) + { SetArrayName_49(id0); } + + private native int GetArrayId_50(); + public int GetArrayId() + { return GetArrayId_50(); } + + private native void SetArrayId_51(int id0); + public void SetArrayId(int id0) + { SetArrayId_51(id0); } + + private native int GetArrayAccessMode_52(); + public int GetArrayAccessMode() + { return GetArrayAccessMode_52(); } + + private native void SetArrayAccessMode_53(int id0); + public void SetArrayAccessMode(int id0) + { SetArrayAccessMode_53(id0); } + + private native int GetArrayComponent_54(); + public int GetArrayComponent() + { return GetArrayComponent_54(); } + + private native void SetArrayComponent_55(int id0); + public void SetArrayComponent(int id0) + { SetArrayComponent_55(id0); } + + private native String GetScalarModeAsString_56(); + public String GetScalarModeAsString() + { return GetScalarModeAsString_56(); } + + private native void SetResolveCoincidentTopology_57(int id0); + public void SetResolveCoincidentTopology(int id0) + { SetResolveCoincidentTopology_57(id0); } + + private native int GetResolveCoincidentTopology_58(); + public int GetResolveCoincidentTopology() + { return GetResolveCoincidentTopology_58(); } + + private native void SetResolveCoincidentTopologyToDefault_59(); + public void SetResolveCoincidentTopologyToDefault() + { SetResolveCoincidentTopologyToDefault_59(); } + + private native void SetResolveCoincidentTopologyToOff_60(); + public void SetResolveCoincidentTopologyToOff() + { SetResolveCoincidentTopologyToOff_60(); } + + private native void SetResolveCoincidentTopologyToPolygonOffset_61(); + public void SetResolveCoincidentTopologyToPolygonOffset() + { SetResolveCoincidentTopologyToPolygonOffset_61(); } + + private native void SetResolveCoincidentTopologyToShiftZBuffer_62(); + public void SetResolveCoincidentTopologyToShiftZBuffer() + { SetResolveCoincidentTopologyToShiftZBuffer_62(); } + + private native void SetResolveCoincidentTopologyPolygonOffsetParameters_63(double id0,double id1); + public void SetResolveCoincidentTopologyPolygonOffsetParameters(double id0,double id1) + { SetResolveCoincidentTopologyPolygonOffsetParameters_63(id0,id1); } + + private native void SetRelativeCoincidentTopologyPolygonOffsetParameters_64(double id0,double id1); + public void SetRelativeCoincidentTopologyPolygonOffsetParameters(double id0,double id1) + { SetRelativeCoincidentTopologyPolygonOffsetParameters_64(id0,id1); } + + private native void SetResolveCoincidentTopologyLineOffsetParameters_65(double id0,double id1); + public void SetResolveCoincidentTopologyLineOffsetParameters(double id0,double id1) + { SetResolveCoincidentTopologyLineOffsetParameters_65(id0,id1); } + + private native void SetRelativeCoincidentTopologyLineOffsetParameters_66(double id0,double id1); + public void SetRelativeCoincidentTopologyLineOffsetParameters(double id0,double id1) + { SetRelativeCoincidentTopologyLineOffsetParameters_66(id0,id1); } + + private native void SetResolveCoincidentTopologyPointOffsetParameter_67(double id0); + public void SetResolveCoincidentTopologyPointOffsetParameter(double id0) + { SetResolveCoincidentTopologyPointOffsetParameter_67(id0); } + + private native void SetRelativeCoincidentTopologyPointOffsetParameter_68(double id0); + public void SetRelativeCoincidentTopologyPointOffsetParameter(double id0) + { SetRelativeCoincidentTopologyPointOffsetParameter_68(id0); } + + private native void SetResolveCoincidentTopologyPolygonOffsetFaces_69(int id0); + public void SetResolveCoincidentTopologyPolygonOffsetFaces(int id0) + { SetResolveCoincidentTopologyPolygonOffsetFaces_69(id0); } + + private native int GetResolveCoincidentTopologyPolygonOffsetFaces_70(); + public int GetResolveCoincidentTopologyPolygonOffsetFaces() + { return GetResolveCoincidentTopologyPolygonOffsetFaces_70(); } + + private native void SetResolveCoincidentTopologyZShift_71(double id0); + public void SetResolveCoincidentTopologyZShift(double id0) + { SetResolveCoincidentTopologyZShift_71(id0); } + + private native double GetResolveCoincidentTopologyZShift_72(); + public double GetResolveCoincidentTopologyZShift() + { return GetResolveCoincidentTopologyZShift_72(); } + + private native double[] GetBounds_73(); + public double[] GetBounds() + { return GetBounds_73(); } + + private native void GetBounds_74(double id0[]); + public void GetBounds(double id0[]) + { GetBounds_74(id0); } + + private native void SetRenderTime_75(double id0); + public void SetRenderTime(double id0) + { SetRenderTime_75(id0); } + + private native double GetRenderTime_76(); + public double GetRenderTime() + { return GetRenderTime_76(); } + + private native long GetInputAsDataSet_77(); + public vtkDataSet GetInputAsDataSet() { + long temp = GetInputAsDataSet_77(); + + if (temp == 0) return null; + return (vtkDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long MapScalars_78(double id0); + public vtkUnsignedCharArray MapScalars(double id0) { + long temp = MapScalars_78(id0); + + if (temp == 0) return null; + return (vtkUnsignedCharArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long MapScalars_79(vtkDataSet id0,double id1); + public vtkUnsignedCharArray MapScalars(vtkDataSet id0,double id1) { + long temp = MapScalars_79(id0,id1); + + if (temp == 0) return null; + return (vtkUnsignedCharArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native boolean GetIsOpaque_80(); + public boolean GetIsOpaque() + { return GetIsOpaque_80(); } + + private native boolean GetSupportsSelection_81(); + public boolean GetSupportsSelection() + { return GetSupportsSelection_81(); } + + private native int CanUseTextureMapForColoring_82(vtkDataObject id0); + public int CanUseTextureMapForColoring(vtkDataObject id0) + { return CanUseTextureMapForColoring_82(id0); } + + private native void ClearColorArrays_83(); + public void ClearColorArrays() + { ClearColorArrays_83(); } + + private native long GetColorMapColors_84(); + public vtkUnsignedCharArray GetColorMapColors() { + long temp = GetColorMapColors_84(); + + if (temp == 0) return null; + return (vtkUnsignedCharArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetColorCoordinates_85(); + public vtkFloatArray GetColorCoordinates() { + long temp = GetColorCoordinates_85(); + + if (temp == 0) return null; + return (vtkFloatArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetColorTextureMap_86(); + public vtkImageData GetColorTextureMap() { + long temp = GetColorTextureMap_86(); + + if (temp == 0) return null; + return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkMapper() { super(); } + + public vtkMapper(long id) { super(id); } + +}