X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=vtk%2Fsrc%2Fvtk%2FvtkResliceCursorLineRepresentation.java;fp=vtk%2Fsrc%2Fvtk%2FvtkResliceCursorLineRepresentation.java;h=bceb455743d9867b16cfb16733372ea43f042596;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=0000000000000000000000000000000000000000;hpb=12e21051bd57248b39831d79d68d455077047cdb;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkResliceCursorLineRepresentation.java b/vtk/src/vtk/vtkResliceCursorLineRepresentation.java new file mode 100644 index 00000000..bceb4557 --- /dev/null +++ b/vtk/src/vtk/vtkResliceCursorLineRepresentation.java @@ -0,0 +1,83 @@ +// 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(); + +}