]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkOrientedGlyphFocalPlaneContourRepresentation.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkOrientedGlyphFocalPlaneContourRepresentation.java
1 // java wrapper for vtkOrientedGlyphFocalPlaneContourRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkOrientedGlyphFocalPlaneContourRepresentation extends vtkFocalPlaneContourRepresentation
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 vtkProperty2D GetProperty() {
44     long temp = GetProperty_6();
45
46     if (temp == 0) return null;
47     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
48 }
49
50   private native long GetActiveProperty_7();
51   public vtkProperty2D GetActiveProperty() {
52     long temp = GetActiveProperty_7();
53
54     if (temp == 0) return null;
55     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
56 }
57
58   private native long GetLinesProperty_8();
59   public vtkProperty2D GetLinesProperty() {
60     long temp = GetLinesProperty_8();
61
62     if (temp == 0) return null;
63     return (vtkProperty2D)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 GetActors2D_14(vtkPropCollection id0);
87   public void GetActors2D(vtkPropCollection id0)
88     { GetActors2D_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 long GetContourPlaneDirectionCosines_21(double id0[]);
119   public vtkMatrix4x4 GetContourPlaneDirectionCosines(double id0[]) {
120     long temp = GetContourPlaneDirectionCosines_21(id0);
121
122     if (temp == 0) return null;
123     return (vtkMatrix4x4)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
124 }
125
126   public vtkOrientedGlyphFocalPlaneContourRepresentation() { super(); }
127
128   public vtkOrientedGlyphFocalPlaneContourRepresentation(long id) { super(id); }
129   public native long   VTKInit();
130
131 }