X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkOrientedGlyphFocalPlaneContourRepresentation.java;h=ff0292b38e80e2974dc9474976835f018a365575;hb=7e8142b80067a2af52ceb5bdf3a9307756c1c78c;hp=6b24d43a4f9e2d0d850b6459c012078988d6ba94;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkOrientedGlyphFocalPlaneContourRepresentation.java b/vtk/src/vtk/vtkOrientedGlyphFocalPlaneContourRepresentation.java index 6b24d43a..ff0292b3 100644 --- a/vtk/src/vtk/vtkOrientedGlyphFocalPlaneContourRepresentation.java +++ b/vtk/src/vtk/vtkOrientedGlyphFocalPlaneContourRepresentation.java @@ -1,131 +1,131 @@ -// java wrapper for vtkOrientedGlyphFocalPlaneContourRepresentation object -// - -package vtk; -import vtk.*; - -public class vtkOrientedGlyphFocalPlaneContourRepresentation extends vtkFocalPlaneContourRepresentation -{ - - 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 SetCursorShape_2(vtkPolyData id0); - public void SetCursorShape(vtkPolyData id0) - { SetCursorShape_2(id0); } - - private native long GetCursorShape_3(); - public vtkPolyData GetCursorShape() { - long temp = GetCursorShape_3(); - - if (temp == 0) return null; - return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetActiveCursorShape_4(vtkPolyData id0); - public void SetActiveCursorShape(vtkPolyData id0) - { SetActiveCursorShape_4(id0); } - - private native long GetActiveCursorShape_5(); - public vtkPolyData GetActiveCursorShape() { - long temp = GetActiveCursorShape_5(); - - if (temp == 0) return null; - return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetProperty_6(); - public vtkProperty2D GetProperty() { - long temp = GetProperty_6(); - - if (temp == 0) return null; - return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetActiveProperty_7(); - public vtkProperty2D GetActiveProperty() { - long temp = GetActiveProperty_7(); - - if (temp == 0) return null; - return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetLinesProperty_8(); - public vtkProperty2D GetLinesProperty() { - long temp = GetLinesProperty_8(); - - if (temp == 0) return null; - return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetRenderer_9(vtkRenderer id0); - public void SetRenderer(vtkRenderer id0) - { SetRenderer_9(id0); } - - private native void BuildRepresentation_10(); - public void BuildRepresentation() - { BuildRepresentation_10(); } - - private native void StartWidgetInteraction_11(double id0[]); - public void StartWidgetInteraction(double id0[]) - { StartWidgetInteraction_11(id0); } - - private native void WidgetInteraction_12(double id0[]); - public void WidgetInteraction(double id0[]) - { WidgetInteraction_12(id0); } - - private native int ComputeInteractionState_13(int id0,int id1,int id2); - public int ComputeInteractionState(int id0,int id1,int id2) - { return ComputeInteractionState_13(id0,id1,id2); } - - private native void GetActors2D_14(vtkPropCollection id0); - public void GetActors2D(vtkPropCollection id0) - { GetActors2D_14(id0); } - - private native void ReleaseGraphicsResources_15(vtkWindow id0); - public void ReleaseGraphicsResources(vtkWindow id0) - { ReleaseGraphicsResources_15(id0); } - - private native int RenderOverlay_16(vtkViewport id0); - public int RenderOverlay(vtkViewport id0) - { return RenderOverlay_16(id0); } - - private native int RenderOpaqueGeometry_17(vtkViewport id0); - public int RenderOpaqueGeometry(vtkViewport id0) - { return RenderOpaqueGeometry_17(id0); } - - private native int RenderTranslucentPolygonalGeometry_18(vtkViewport id0); - public int RenderTranslucentPolygonalGeometry(vtkViewport id0) - { return RenderTranslucentPolygonalGeometry_18(id0); } - - private native int HasTranslucentPolygonalGeometry_19(); - public int HasTranslucentPolygonalGeometry() - { return HasTranslucentPolygonalGeometry_19(); } - - private native long GetContourRepresentationAsPolyData_20(); - public vtkPolyData GetContourRepresentationAsPolyData() { - long temp = GetContourRepresentationAsPolyData_20(); - - if (temp == 0) return null; - return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetContourPlaneDirectionCosines_21(double id0[]); - public vtkMatrix4x4 GetContourPlaneDirectionCosines(double id0[]) { - long temp = GetContourPlaneDirectionCosines_21(id0); - - if (temp == 0) return null; - return (vtkMatrix4x4)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkOrientedGlyphFocalPlaneContourRepresentation() { super(); } - - public vtkOrientedGlyphFocalPlaneContourRepresentation(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkOrientedGlyphFocalPlaneContourRepresentation object +// + +package vtk; +import vtk.*; + +public class vtkOrientedGlyphFocalPlaneContourRepresentation extends vtkFocalPlaneContourRepresentation +{ + + 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 SetCursorShape_2(vtkPolyData id0); + public void SetCursorShape(vtkPolyData id0) + { SetCursorShape_2(id0); } + + private native long GetCursorShape_3(); + public vtkPolyData GetCursorShape() { + long temp = GetCursorShape_3(); + + if (temp == 0) return null; + return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetActiveCursorShape_4(vtkPolyData id0); + public void SetActiveCursorShape(vtkPolyData id0) + { SetActiveCursorShape_4(id0); } + + private native long GetActiveCursorShape_5(); + public vtkPolyData GetActiveCursorShape() { + long temp = GetActiveCursorShape_5(); + + if (temp == 0) return null; + return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetProperty_6(); + public vtkProperty2D GetProperty() { + long temp = GetProperty_6(); + + if (temp == 0) return null; + return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetActiveProperty_7(); + public vtkProperty2D GetActiveProperty() { + long temp = GetActiveProperty_7(); + + if (temp == 0) return null; + return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetLinesProperty_8(); + public vtkProperty2D GetLinesProperty() { + long temp = GetLinesProperty_8(); + + if (temp == 0) return null; + return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetRenderer_9(vtkRenderer id0); + public void SetRenderer(vtkRenderer id0) + { SetRenderer_9(id0); } + + private native void BuildRepresentation_10(); + public void BuildRepresentation() + { BuildRepresentation_10(); } + + private native void StartWidgetInteraction_11(double id0[]); + public void StartWidgetInteraction(double id0[]) + { StartWidgetInteraction_11(id0); } + + private native void WidgetInteraction_12(double id0[]); + public void WidgetInteraction(double id0[]) + { WidgetInteraction_12(id0); } + + private native int ComputeInteractionState_13(int id0,int id1,int id2); + public int ComputeInteractionState(int id0,int id1,int id2) + { return ComputeInteractionState_13(id0,id1,id2); } + + private native void GetActors2D_14(vtkPropCollection id0); + public void GetActors2D(vtkPropCollection id0) + { GetActors2D_14(id0); } + + private native void ReleaseGraphicsResources_15(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_15(id0); } + + private native int RenderOverlay_16(vtkViewport id0); + public int RenderOverlay(vtkViewport id0) + { return RenderOverlay_16(id0); } + + private native int RenderOpaqueGeometry_17(vtkViewport id0); + public int RenderOpaqueGeometry(vtkViewport id0) + { return RenderOpaqueGeometry_17(id0); } + + private native int RenderTranslucentPolygonalGeometry_18(vtkViewport id0); + public int RenderTranslucentPolygonalGeometry(vtkViewport id0) + { return RenderTranslucentPolygonalGeometry_18(id0); } + + private native int HasTranslucentPolygonalGeometry_19(); + public int HasTranslucentPolygonalGeometry() + { return HasTranslucentPolygonalGeometry_19(); } + + private native long GetContourRepresentationAsPolyData_20(); + public vtkPolyData GetContourRepresentationAsPolyData() { + long temp = GetContourRepresentationAsPolyData_20(); + + if (temp == 0) return null; + return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetContourPlaneDirectionCosines_21(double id0[]); + public vtkMatrix4x4 GetContourPlaneDirectionCosines(double id0[]) { + long temp = GetContourPlaneDirectionCosines_21(id0); + + if (temp == 0) return null; + return (vtkMatrix4x4)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkOrientedGlyphFocalPlaneContourRepresentation() { super(); } + + public vtkOrientedGlyphFocalPlaneContourRepresentation(long id) { super(id); } + public native long VTKInit(); + +}