]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkResliceCursorLineRepresentation.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkResliceCursorLineRepresentation.java
diff --git a/vtk/src/vtk/vtkResliceCursorLineRepresentation.java b/vtk/src/vtk/vtkResliceCursorLineRepresentation.java
new file mode 100644 (file)
index 0000000..bceb455
--- /dev/null
@@ -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();
+
+}