]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkOrientedGlyphContourRepresentation.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkOrientedGlyphContourRepresentation.java
1 // java wrapper for vtkOrientedGlyphContourRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkOrientedGlyphContourRepresentation extends vtkContourRepresentation
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 SetActiveCursorShape_4(vtkPolyData id0);
31   public void SetActiveCursorShape(vtkPolyData id0)
32     { SetActiveCursorShape_4(id0); }
33
34   private native long GetActiveCursorShape_5();
35   public vtkPolyData GetActiveCursorShape() {
36     long temp = GetActiveCursorShape_5();
37
38     if (temp == 0) return null;
39     return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
40 }
41
42   private native long GetProperty_6();
43   public vtkProperty GetProperty() {
44     long temp = GetProperty_6();
45
46     if (temp == 0) return null;
47     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
48 }
49
50   private native long GetActiveProperty_7();
51   public vtkProperty GetActiveProperty() {
52     long temp = GetActiveProperty_7();
53
54     if (temp == 0) return null;
55     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
56 }
57
58   private native long GetLinesProperty_8();
59   public vtkProperty GetLinesProperty() {
60     long temp = GetLinesProperty_8();
61
62     if (temp == 0) return null;
63     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
64 }
65
66   private native void SetRenderer_9(vtkRenderer id0);
67   public void SetRenderer(vtkRenderer id0)
68     { SetRenderer_9(id0); }
69
70   private native void BuildRepresentation_10();
71   public void BuildRepresentation()
72     { BuildRepresentation_10(); }
73
74   private native void StartWidgetInteraction_11(double id0[]);
75   public void StartWidgetInteraction(double id0[])
76     { StartWidgetInteraction_11(id0); }
77
78   private native void WidgetInteraction_12(double id0[]);
79   public void WidgetInteraction(double id0[])
80     { WidgetInteraction_12(id0); }
81
82   private native int ComputeInteractionState_13(int id0,int id1,int id2);
83   public int ComputeInteractionState(int id0,int id1,int id2)
84     { return ComputeInteractionState_13(id0,id1,id2); }
85
86   private native void GetActors_14(vtkPropCollection id0);
87   public void GetActors(vtkPropCollection id0)
88     { GetActors_14(id0); }
89
90   private native void ReleaseGraphicsResources_15(vtkWindow id0);
91   public void ReleaseGraphicsResources(vtkWindow id0)
92     { ReleaseGraphicsResources_15(id0); }
93
94   private native int RenderOverlay_16(vtkViewport id0);
95   public int RenderOverlay(vtkViewport id0)
96     { return RenderOverlay_16(id0); }
97
98   private native int RenderOpaqueGeometry_17(vtkViewport id0);
99   public int RenderOpaqueGeometry(vtkViewport id0)
100     { return RenderOpaqueGeometry_17(id0); }
101
102   private native int RenderTranslucentPolygonalGeometry_18(vtkViewport id0);
103   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
104     { return RenderTranslucentPolygonalGeometry_18(id0); }
105
106   private native int HasTranslucentPolygonalGeometry_19();
107   public int HasTranslucentPolygonalGeometry()
108     { return HasTranslucentPolygonalGeometry_19(); }
109
110   private native long GetContourRepresentationAsPolyData_20();
111   public vtkPolyData GetContourRepresentationAsPolyData() {
112     long temp = GetContourRepresentationAsPolyData_20();
113
114     if (temp == 0) return null;
115     return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
116 }
117
118   private native void SetAlwaysOnTop_21(int id0);
119   public void SetAlwaysOnTop(int id0)
120     { SetAlwaysOnTop_21(id0); }
121
122   private native int GetAlwaysOnTop_22();
123   public int GetAlwaysOnTop()
124     { return GetAlwaysOnTop_22(); }
125
126   private native void AlwaysOnTopOn_23();
127   public void AlwaysOnTopOn()
128     { AlwaysOnTopOn_23(); }
129
130   private native void AlwaysOnTopOff_24();
131   public void AlwaysOnTopOff()
132     { AlwaysOnTopOff_24(); }
133
134   private native void SetLineColor_25(double id0,double id1,double id2);
135   public void SetLineColor(double id0,double id1,double id2)
136     { SetLineColor_25(id0,id1,id2); }
137
138   private native void SetShowSelectedNodes_26(int id0);
139   public void SetShowSelectedNodes(int id0)
140     { SetShowSelectedNodes_26(id0); }
141
142   public vtkOrientedGlyphContourRepresentation() { super(); }
143
144   public vtkOrientedGlyphContourRepresentation(long id) { super(id); }
145   public native long   VTKInit();
146
147 }