]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkResliceCursorLineRepresentation.java
bceb455743d9867b16cfb16733372ea43f042596
[simantics/3d.git] / vtk / src / vtk / vtkResliceCursorLineRepresentation.java
1 // java wrapper for vtkResliceCursorLineRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkResliceCursorLineRepresentation extends vtkResliceCursorRepresentation
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void BuildRepresentation_2();
19   public void BuildRepresentation()
20     { BuildRepresentation_2(); }
21
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); }
25
26   private native void StartWidgetInteraction_4(double id0[]);
27   public void StartWidgetInteraction(double id0[])
28     { StartWidgetInteraction_4(id0); }
29
30   private native void WidgetInteraction_5(double id0[]);
31   public void WidgetInteraction(double id0[])
32     { WidgetInteraction_5(id0); }
33
34   private native void Highlight_6(int id0);
35   public void Highlight(int id0)
36     { Highlight_6(id0); }
37
38   private native void ReleaseGraphicsResources_7(vtkWindow id0);
39   public void ReleaseGraphicsResources(vtkWindow id0)
40     { ReleaseGraphicsResources_7(id0); }
41
42   private native int RenderOverlay_8(vtkViewport id0);
43   public int RenderOverlay(vtkViewport id0)
44     { return RenderOverlay_8(id0); }
45
46   private native int RenderOpaqueGeometry_9(vtkViewport id0);
47   public int RenderOpaqueGeometry(vtkViewport id0)
48     { return RenderOpaqueGeometry_9(id0); }
49
50   private native int RenderTranslucentPolygonalGeometry_10(vtkViewport id0);
51   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
52     { return RenderTranslucentPolygonalGeometry_10(id0); }
53
54   private native int HasTranslucentPolygonalGeometry_11();
55   public int HasTranslucentPolygonalGeometry()
56     { return HasTranslucentPolygonalGeometry_11(); }
57
58   private native long GetResliceCursorActor_12();
59   public vtkResliceCursorActor GetResliceCursorActor() {
60     long temp = GetResliceCursorActor_12();
61
62     if (temp == 0) return null;
63     return (vtkResliceCursorActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
64 }
65
66   private native long GetResliceCursor_13();
67   public vtkResliceCursor GetResliceCursor() {
68     long temp = GetResliceCursor_13();
69
70     if (temp == 0) return null;
71     return (vtkResliceCursor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
72 }
73
74   private native void SetUserMatrix_14(vtkMatrix4x4 id0);
75   public void SetUserMatrix(vtkMatrix4x4 id0)
76     { SetUserMatrix_14(id0); }
77
78   public vtkResliceCursorLineRepresentation() { super(); }
79
80   public vtkResliceCursorLineRepresentation(long id) { super(id); }
81   public native long   VTKInit();
82
83 }