X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkResliceCursorLineRepresentation.java;h=bceb455743d9867b16cfb16733372ea43f042596;hb=09afb6fbe9c440b6768714373d95d581111b9993;hp=d8b33b9a5eda9d6d4be21ae53667fc086c34e07e;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkResliceCursorLineRepresentation.java b/vtk/src/vtk/vtkResliceCursorLineRepresentation.java index d8b33b9a..bceb4557 100644 --- a/vtk/src/vtk/vtkResliceCursorLineRepresentation.java +++ b/vtk/src/vtk/vtkResliceCursorLineRepresentation.java @@ -1,83 +1,83 @@ -// java wrapper for vtkResliceCursorLineRepresentation object -// - -package vtk; -import vtk.*; - -public class vtkResliceCursorLineRepresentation extends vtkResliceCursorRepresentation -{ - - 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 BuildRepresentation_2(); - public void BuildRepresentation() - { BuildRepresentation_2(); } - - private native int ComputeInteractionState_3(int id0,int id1,int id2); - public int ComputeInteractionState(int id0,int id1,int id2) - { return ComputeInteractionState_3(id0,id1,id2); } - - private native void StartWidgetInteraction_4(double id0[]); - public void StartWidgetInteraction(double id0[]) - { StartWidgetInteraction_4(id0); } - - private native void WidgetInteraction_5(double id0[]); - public void WidgetInteraction(double id0[]) - { WidgetInteraction_5(id0); } - - private native void Highlight_6(int id0); - public void Highlight(int id0) - { Highlight_6(id0); } - - private native void ReleaseGraphicsResources_7(vtkWindow id0); - public void ReleaseGraphicsResources(vtkWindow id0) - { ReleaseGraphicsResources_7(id0); } - - private native int RenderOverlay_8(vtkViewport id0); - public int RenderOverlay(vtkViewport id0) - { return RenderOverlay_8(id0); } - - private native int RenderOpaqueGeometry_9(vtkViewport id0); - public int RenderOpaqueGeometry(vtkViewport id0) - { return RenderOpaqueGeometry_9(id0); } - - private native int RenderTranslucentPolygonalGeometry_10(vtkViewport id0); - public int RenderTranslucentPolygonalGeometry(vtkViewport id0) - { return RenderTranslucentPolygonalGeometry_10(id0); } - - private native int HasTranslucentPolygonalGeometry_11(); - public int HasTranslucentPolygonalGeometry() - { return HasTranslucentPolygonalGeometry_11(); } - - private native long GetResliceCursorActor_12(); - public vtkResliceCursorActor GetResliceCursorActor() { - long temp = GetResliceCursorActor_12(); - - if (temp == 0) return null; - return (vtkResliceCursorActor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetResliceCursor_13(); - public vtkResliceCursor GetResliceCursor() { - long temp = GetResliceCursor_13(); - - if (temp == 0) return null; - return (vtkResliceCursor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetUserMatrix_14(vtkMatrix4x4 id0); - public void SetUserMatrix(vtkMatrix4x4 id0) - { SetUserMatrix_14(id0); } - - public vtkResliceCursorLineRepresentation() { super(); } - - public vtkResliceCursorLineRepresentation(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkResliceCursorLineRepresentation object +// + +package vtk; +import vtk.*; + +public class vtkResliceCursorLineRepresentation extends vtkResliceCursorRepresentation +{ + + 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 BuildRepresentation_2(); + public void BuildRepresentation() + { BuildRepresentation_2(); } + + private native int ComputeInteractionState_3(int id0,int id1,int id2); + public int ComputeInteractionState(int id0,int id1,int id2) + { return ComputeInteractionState_3(id0,id1,id2); } + + private native void StartWidgetInteraction_4(double id0[]); + public void StartWidgetInteraction(double id0[]) + { StartWidgetInteraction_4(id0); } + + private native void WidgetInteraction_5(double id0[]); + public void WidgetInteraction(double id0[]) + { WidgetInteraction_5(id0); } + + private native void Highlight_6(int id0); + public void Highlight(int id0) + { Highlight_6(id0); } + + private native void ReleaseGraphicsResources_7(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_7(id0); } + + private native int RenderOverlay_8(vtkViewport id0); + public int RenderOverlay(vtkViewport id0) + { return RenderOverlay_8(id0); } + + private native int RenderOpaqueGeometry_9(vtkViewport id0); + public int RenderOpaqueGeometry(vtkViewport id0) + { return RenderOpaqueGeometry_9(id0); } + + private native int RenderTranslucentPolygonalGeometry_10(vtkViewport id0); + public int RenderTranslucentPolygonalGeometry(vtkViewport id0) + { return RenderTranslucentPolygonalGeometry_10(id0); } + + private native int HasTranslucentPolygonalGeometry_11(); + public int HasTranslucentPolygonalGeometry() + { return HasTranslucentPolygonalGeometry_11(); } + + private native long GetResliceCursorActor_12(); + public vtkResliceCursorActor GetResliceCursorActor() { + long temp = GetResliceCursorActor_12(); + + if (temp == 0) return null; + return (vtkResliceCursorActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetResliceCursor_13(); + public vtkResliceCursor GetResliceCursor() { + long temp = GetResliceCursor_13(); + + if (temp == 0) return null; + return (vtkResliceCursor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetUserMatrix_14(vtkMatrix4x4 id0); + public void SetUserMatrix(vtkMatrix4x4 id0) + { SetUserMatrix_14(id0); } + + public vtkResliceCursorLineRepresentation() { super(); } + + public vtkResliceCursorLineRepresentation(long id) { super(id); } + public native long VTKInit(); + +}