]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPointHandleRepresentation2D.java
Allow Pipe Routing to be created without branch support
[simantics/3d.git] / vtk / src / vtk / vtkPointHandleRepresentation2D.java
1 // java wrapper for vtkPointHandleRepresentation2D object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPointHandleRepresentation2D extends vtkHandleRepresentation
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 SetCursorShape_2(vtkPolyData id0);
19   public void SetCursorShape(vtkPolyData id0)
20     { SetCursorShape_2(id0); }
21
22   private native long GetCursorShape_3();
23   public vtkPolyData GetCursorShape() {
24     long temp = GetCursorShape_3();
25
26     if (temp == 0) return null;
27     return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetDisplayPosition_4(double id0[]);
31   public void SetDisplayPosition(double id0[])
32     { SetDisplayPosition_4(id0); }
33
34   private native void SetProperty_5(vtkProperty2D id0);
35   public void SetProperty(vtkProperty2D id0)
36     { SetProperty_5(id0); }
37
38   private native void SetSelectedProperty_6(vtkProperty2D id0);
39   public void SetSelectedProperty(vtkProperty2D id0)
40     { SetSelectedProperty_6(id0); }
41
42   private native long GetProperty_7();
43   public vtkProperty2D GetProperty() {
44     long temp = GetProperty_7();
45
46     if (temp == 0) return null;
47     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
48 }
49
50   private native long GetSelectedProperty_8();
51   public vtkProperty2D GetSelectedProperty() {
52     long temp = GetSelectedProperty_8();
53
54     if (temp == 0) return null;
55     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
56 }
57
58   private native double[] GetBounds_9();
59   public double[] GetBounds()
60     { return GetBounds_9(); }
61
62   private native void BuildRepresentation_10();
63   public void BuildRepresentation()
64     { BuildRepresentation_10(); }
65
66   private native void StartWidgetInteraction_11(double id0[]);
67   public void StartWidgetInteraction(double id0[])
68     { StartWidgetInteraction_11(id0); }
69
70   private native void WidgetInteraction_12(double id0[]);
71   public void WidgetInteraction(double id0[])
72     { WidgetInteraction_12(id0); }
73
74   private native int ComputeInteractionState_13(int id0,int id1,int id2);
75   public int ComputeInteractionState(int id0,int id1,int id2)
76     { return ComputeInteractionState_13(id0,id1,id2); }
77
78   private native void ShallowCopy_14(vtkProp id0);
79   public void ShallowCopy(vtkProp id0)
80     { ShallowCopy_14(id0); }
81
82   private native void DeepCopy_15(vtkProp id0);
83   public void DeepCopy(vtkProp id0)
84     { DeepCopy_15(id0); }
85
86   private native void GetActors2D_16(vtkPropCollection id0);
87   public void GetActors2D(vtkPropCollection id0)
88     { GetActors2D_16(id0); }
89
90   private native void ReleaseGraphicsResources_17(vtkWindow id0);
91   public void ReleaseGraphicsResources(vtkWindow id0)
92     { ReleaseGraphicsResources_17(id0); }
93
94   private native int RenderOverlay_18(vtkViewport id0);
95   public int RenderOverlay(vtkViewport id0)
96     { return RenderOverlay_18(id0); }
97
98   private native void Highlight_19(int id0);
99   public void Highlight(int id0)
100     { Highlight_19(id0); }
101
102   private native void SetPointPlacer_20(vtkPointPlacer id0);
103   public void SetPointPlacer(vtkPointPlacer id0)
104     { SetPointPlacer_20(id0); }
105
106   public vtkPointHandleRepresentation2D() { super(); }
107
108   public vtkPointHandleRepresentation2D(long id) { super(id); }
109   public native long   VTKInit();
110
111 }