1 // java wrapper for vtkResliceCursorLineRepresentation object
7 public class vtkResliceCursorLineRepresentation extends vtkResliceCursorRepresentation
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void BuildRepresentation_2();
19 public void BuildRepresentation()
20 { BuildRepresentation_2(); }
22 private native int ComputeInteractionState_3(int id0,int id1,int id2);
23 public int ComputeInteractionState(int id0,int id1,int id2)
24 { return ComputeInteractionState_3(id0,id1,id2); }
26 private native void StartWidgetInteraction_4(double id0[]);
27 public void StartWidgetInteraction(double id0[])
28 { StartWidgetInteraction_4(id0); }
30 private native void WidgetInteraction_5(double id0[]);
31 public void WidgetInteraction(double id0[])
32 { WidgetInteraction_5(id0); }
34 private native void Highlight_6(int id0);
35 public void Highlight(int id0)
38 private native void ReleaseGraphicsResources_7(vtkWindow id0);
39 public void ReleaseGraphicsResources(vtkWindow id0)
40 { ReleaseGraphicsResources_7(id0); }
42 private native int RenderOverlay_8(vtkViewport id0);
43 public int RenderOverlay(vtkViewport id0)
44 { return RenderOverlay_8(id0); }
46 private native int RenderOpaqueGeometry_9(vtkViewport id0);
47 public int RenderOpaqueGeometry(vtkViewport id0)
48 { return RenderOpaqueGeometry_9(id0); }
50 private native int RenderTranslucentPolygonalGeometry_10(vtkViewport id0);
51 public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
52 { return RenderTranslucentPolygonalGeometry_10(id0); }
54 private native int HasTranslucentPolygonalGeometry_11();
55 public int HasTranslucentPolygonalGeometry()
56 { return HasTranslucentPolygonalGeometry_11(); }
58 private native long GetResliceCursorActor_12();
59 public vtkResliceCursorActor GetResliceCursorActor() {
60 long temp = GetResliceCursorActor_12();
62 if (temp == 0) return null;
63 return (vtkResliceCursorActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
66 private native long GetResliceCursor_13();
67 public vtkResliceCursor GetResliceCursor() {
68 long temp = GetResliceCursor_13();
70 if (temp == 0) return null;
71 return (vtkResliceCursor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
74 private native void SetUserMatrix_14(vtkMatrix4x4 id0);
75 public void SetUserMatrix(vtkMatrix4x4 id0)
76 { SetUserMatrix_14(id0); }
78 public vtkResliceCursorLineRepresentation() { super(); }
80 public vtkResliceCursorLineRepresentation(long id) { super(id); }
81 public native long VTKInit();