X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkLabeledDataMapper.java;h=c51d41fd34f61fa6c8cad8d9ce4cdfd30d0e0440;hb=a8fd21b46927e6ab9b6887dd87ddc6eca8161a76;hp=70e4bb9dce7e13ae31db50b1fca0ddc90b57b598;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkLabeledDataMapper.java b/vtk/src/vtk/vtkLabeledDataMapper.java index 70e4bb9d..c51d41fd 100644 --- a/vtk/src/vtk/vtkLabeledDataMapper.java +++ b/vtk/src/vtk/vtkLabeledDataMapper.java @@ -1,179 +1,199 @@ -// java wrapper for vtkLabeledDataMapper object -// - -package vtk; -import vtk.*; - -public class vtkLabeledDataMapper extends vtkMapper2D -{ - - 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 SetLabelFormat_2(String id0); - public void SetLabelFormat(String id0) - { SetLabelFormat_2(id0); } - - private native String GetLabelFormat_3(); - public String GetLabelFormat() - { return GetLabelFormat_3(); } - - private native void SetLabeledComponent_4(int id0); - public void SetLabeledComponent(int id0) - { SetLabeledComponent_4(id0); } - - private native int GetLabeledComponent_5(); - public int GetLabeledComponent() - { return GetLabeledComponent_5(); } - - private native void SetFieldDataArray_6(int id0); - public void SetFieldDataArray(int id0) - { SetFieldDataArray_6(id0); } - - private native int GetFieldDataArray_7(); - public int GetFieldDataArray() - { return GetFieldDataArray_7(); } - - private native void SetFieldDataName_8(String id0); - public void SetFieldDataName(String id0) - { SetFieldDataName_8(id0); } - - private native String GetFieldDataName_9(); - public String GetFieldDataName() - { return GetFieldDataName_9(); } - - private native void SetInput_10(vtkDataObject id0); - public void SetInput(vtkDataObject id0) - { SetInput_10(id0); } - - private native long GetInput_11(); - public vtkDataSet GetInput() { - long temp = GetInput_11(); - - if (temp == 0) return null; - return (vtkDataSet)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetLabelMode_12(int id0); - public void SetLabelMode(int id0) - { SetLabelMode_12(id0); } - - private native int GetLabelMode_13(); - public int GetLabelMode() - { return GetLabelMode_13(); } - - private native void SetLabelModeToLabelIds_14(); - public void SetLabelModeToLabelIds() - { SetLabelModeToLabelIds_14(); } - - private native void SetLabelModeToLabelScalars_15(); - public void SetLabelModeToLabelScalars() - { SetLabelModeToLabelScalars_15(); } - - private native void SetLabelModeToLabelVectors_16(); - public void SetLabelModeToLabelVectors() - { SetLabelModeToLabelVectors_16(); } - - private native void SetLabelModeToLabelNormals_17(); - public void SetLabelModeToLabelNormals() - { SetLabelModeToLabelNormals_17(); } - - private native void SetLabelModeToLabelTCoords_18(); - public void SetLabelModeToLabelTCoords() - { SetLabelModeToLabelTCoords_18(); } - - private native void SetLabelModeToLabelTensors_19(); - public void SetLabelModeToLabelTensors() - { SetLabelModeToLabelTensors_19(); } - - private native void SetLabelModeToLabelFieldData_20(); - public void SetLabelModeToLabelFieldData() - { SetLabelModeToLabelFieldData_20(); } - - private native void SetLabelTextProperty_21(vtkTextProperty id0); - public void SetLabelTextProperty(vtkTextProperty id0) - { SetLabelTextProperty_21(id0); } - - private native long GetLabelTextProperty_22(); - public vtkTextProperty GetLabelTextProperty() { - long temp = GetLabelTextProperty_22(); - - if (temp == 0) return null; - return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetLabelTextProperty_23(vtkTextProperty id0,int id1); - public void SetLabelTextProperty(vtkTextProperty id0,int id1) - { SetLabelTextProperty_23(id0,id1); } - - private native long GetLabelTextProperty_24(int id0); - public vtkTextProperty GetLabelTextProperty(int id0) { - long temp = GetLabelTextProperty_24(id0); - - if (temp == 0) return null; - return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void RenderOpaqueGeometry_25(vtkViewport id0,vtkActor2D id1); - public void RenderOpaqueGeometry(vtkViewport id0,vtkActor2D id1) - { RenderOpaqueGeometry_25(id0,id1); } - - private native void RenderOverlay_26(vtkViewport id0,vtkActor2D id1); - public void RenderOverlay(vtkViewport id0,vtkActor2D id1) - { RenderOverlay_26(id0,id1); } - - private native void ReleaseGraphicsResources_27(vtkWindow id0); - public void ReleaseGraphicsResources(vtkWindow id0) - { ReleaseGraphicsResources_27(id0); } - - private native long GetTransform_28(); - public vtkTransform GetTransform() { - long temp = GetTransform_28(); - - if (temp == 0) return null; - return (vtkTransform)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetTransform_29(vtkTransform id0); - public void SetTransform(vtkTransform id0) - { SetTransform_29(id0); } - - private native int GetCoordinateSystem_30(); - public int GetCoordinateSystem() - { return GetCoordinateSystem_30(); } - - private native void SetCoordinateSystem_31(int id0); - public void SetCoordinateSystem(int id0) - { SetCoordinateSystem_31(id0); } - - private native int GetCoordinateSystemMinValue_32(); - public int GetCoordinateSystemMinValue() - { return GetCoordinateSystemMinValue_32(); } - - private native int GetCoordinateSystemMaxValue_33(); - public int GetCoordinateSystemMaxValue() - { return GetCoordinateSystemMaxValue_33(); } - - private native void CoordinateSystemWorld_34(); - public void CoordinateSystemWorld() - { CoordinateSystemWorld_34(); } - - private native void CoordinateSystemDisplay_35(); - public void CoordinateSystemDisplay() - { CoordinateSystemDisplay_35(); } - - private native int GetMTime_36(); - public int GetMTime() - { return GetMTime_36(); } - - public vtkLabeledDataMapper() { super(); } - - public vtkLabeledDataMapper(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkLabeledDataMapper object +// + +package vtk; +import vtk.*; + +public class vtkLabeledDataMapper extends vtkMapper2D +{ + + 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 SetLabelFormat_2(String id0); + public void SetLabelFormat(String id0) + { SetLabelFormat_2(id0); } + + private native String GetLabelFormat_3(); + public String GetLabelFormat() + { return GetLabelFormat_3(); } + + private native void SetLabeledComponent_4(int id0); + public void SetLabeledComponent(int id0) + { SetLabeledComponent_4(id0); } + + private native int GetLabeledComponent_5(); + public int GetLabeledComponent() + { return GetLabeledComponent_5(); } + + private native void SetComponentSeparator_6(char id0); + public void SetComponentSeparator(char id0) + { SetComponentSeparator_6(id0); } + + private native char GetComponentSeparator_7(); + public char GetComponentSeparator() + { return GetComponentSeparator_7(); } + + private native void SetFieldDataArray_8(int id0); + public void SetFieldDataArray(int id0) + { SetFieldDataArray_8(id0); } + + private native int GetFieldDataArray_9(); + public int GetFieldDataArray() + { return GetFieldDataArray_9(); } + + private native void SetFieldDataName_10(String id0); + public void SetFieldDataName(String id0) + { SetFieldDataName_10(id0); } + + private native String GetFieldDataName_11(); + public String GetFieldDataName() + { return GetFieldDataName_11(); } + + private native void SetInputData_12(vtkDataObject id0); + public void SetInputData(vtkDataObject id0) + { SetInputData_12(id0); } + + private native long GetInput_13(); + public vtkDataSet GetInput() { + long temp = GetInput_13(); + + if (temp == 0) return null; + return (vtkDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetLabelMode_14(int id0); + public void SetLabelMode(int id0) + { SetLabelMode_14(id0); } + + private native int GetLabelMode_15(); + public int GetLabelMode() + { return GetLabelMode_15(); } + + private native void SetLabelModeToLabelIds_16(); + public void SetLabelModeToLabelIds() + { SetLabelModeToLabelIds_16(); } + + private native void SetLabelModeToLabelScalars_17(); + public void SetLabelModeToLabelScalars() + { SetLabelModeToLabelScalars_17(); } + + private native void SetLabelModeToLabelVectors_18(); + public void SetLabelModeToLabelVectors() + { SetLabelModeToLabelVectors_18(); } + + private native void SetLabelModeToLabelNormals_19(); + public void SetLabelModeToLabelNormals() + { SetLabelModeToLabelNormals_19(); } + + private native void SetLabelModeToLabelTCoords_20(); + public void SetLabelModeToLabelTCoords() + { SetLabelModeToLabelTCoords_20(); } + + private native void SetLabelModeToLabelTensors_21(); + public void SetLabelModeToLabelTensors() + { SetLabelModeToLabelTensors_21(); } + + private native void SetLabelModeToLabelFieldData_22(); + public void SetLabelModeToLabelFieldData() + { SetLabelModeToLabelFieldData_22(); } + + private native void SetLabelTextProperty_23(vtkTextProperty id0); + public void SetLabelTextProperty(vtkTextProperty id0) + { SetLabelTextProperty_23(id0); } + + private native long GetLabelTextProperty_24(); + public vtkTextProperty GetLabelTextProperty() { + long temp = GetLabelTextProperty_24(); + + if (temp == 0) return null; + return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetLabelTextProperty_25(vtkTextProperty id0,int id1); + public void SetLabelTextProperty(vtkTextProperty id0,int id1) + { SetLabelTextProperty_25(id0,id1); } + + private native long GetLabelTextProperty_26(int id0); + public vtkTextProperty GetLabelTextProperty(int id0) { + long temp = GetLabelTextProperty_26(id0); + + if (temp == 0) return null; + return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void RenderOpaqueGeometry_27(vtkViewport id0,vtkActor2D id1); + public void RenderOpaqueGeometry(vtkViewport id0,vtkActor2D id1) + { RenderOpaqueGeometry_27(id0,id1); } + + private native void RenderOverlay_28(vtkViewport id0,vtkActor2D id1); + public void RenderOverlay(vtkViewport id0,vtkActor2D id1) + { RenderOverlay_28(id0,id1); } + + private native void ReleaseGraphicsResources_29(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_29(id0); } + + private native long GetTransform_30(); + public vtkTransform GetTransform() { + long temp = GetTransform_30(); + + if (temp == 0) return null; + return (vtkTransform)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetTransform_31(vtkTransform id0); + public void SetTransform(vtkTransform id0) + { SetTransform_31(id0); } + + private native int GetCoordinateSystem_32(); + public int GetCoordinateSystem() + { return GetCoordinateSystem_32(); } + + private native void SetCoordinateSystem_33(int id0); + public void SetCoordinateSystem(int id0) + { SetCoordinateSystem_33(id0); } + + private native int GetCoordinateSystemMinValue_34(); + public int GetCoordinateSystemMinValue() + { return GetCoordinateSystemMinValue_34(); } + + private native int GetCoordinateSystemMaxValue_35(); + public int GetCoordinateSystemMaxValue() + { return GetCoordinateSystemMaxValue_35(); } + + private native void CoordinateSystemWorld_36(); + public void CoordinateSystemWorld() + { CoordinateSystemWorld_36(); } + + private native void CoordinateSystemDisplay_37(); + public void CoordinateSystemDisplay() + { CoordinateSystemDisplay_37(); } + + private native int GetMTime_38(); + public int GetMTime() + { return GetMTime_38(); } + + private native int GetNumberOfLabels_39(); + public int GetNumberOfLabels() + { return GetNumberOfLabels_39(); } + + private native void GetLabelPosition_40(int id0,double id1[]); + public void GetLabelPosition(int id0,double id1[]) + { GetLabelPosition_40(id0,id1); } + + private native String GetLabelText_41(int id0); + public String GetLabelText(int id0) + { return GetLabelText_41(id0); } + + public vtkLabeledDataMapper() { super(); } + + public vtkLabeledDataMapper(long id) { super(id); } + public native long VTKInit(); + +}