]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkOrientedGlyphFocalPlaneContourRepresentation.java
Mesh API to use Tuple3d instead of Vector3d
[simantics/3d.git] / vtk / src / vtk / vtkOrientedGlyphFocalPlaneContourRepresentation.java
1 // java wrapper for vtkOrientedGlyphFocalPlaneContourRepresentation object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkOrientedGlyphFocalPlaneContourRepresentation extends vtkFocalPlaneContourRepresentation\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native void SetCursorShape_2(vtkPolyData id0);\r
19   public void SetCursorShape(vtkPolyData id0)\r
20     { SetCursorShape_2(id0); }\r
21 \r
22   private native long GetCursorShape_3();\r
23   public vtkPolyData GetCursorShape() {\r
24     long temp = GetCursorShape_3();\r
25 \r
26     if (temp == 0) return null;\r
27     return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
28   }\r
29 \r
30   private native void SetActiveCursorShape_4(vtkPolyData id0);\r
31   public void SetActiveCursorShape(vtkPolyData id0)\r
32     { SetActiveCursorShape_4(id0); }\r
33 \r
34   private native long GetActiveCursorShape_5();\r
35   public vtkPolyData GetActiveCursorShape() {\r
36     long temp = GetActiveCursorShape_5();\r
37 \r
38     if (temp == 0) return null;\r
39     return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
40   }\r
41 \r
42   private native long GetProperty_6();\r
43   public vtkProperty2D GetProperty() {\r
44     long temp = GetProperty_6();\r
45 \r
46     if (temp == 0) return null;\r
47     return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
48   }\r
49 \r
50   private native long GetActiveProperty_7();\r
51   public vtkProperty2D GetActiveProperty() {\r
52     long temp = GetActiveProperty_7();\r
53 \r
54     if (temp == 0) return null;\r
55     return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
56   }\r
57 \r
58   private native long GetLinesProperty_8();\r
59   public vtkProperty2D GetLinesProperty() {\r
60     long temp = GetLinesProperty_8();\r
61 \r
62     if (temp == 0) return null;\r
63     return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
64   }\r
65 \r
66   private native void SetRenderer_9(vtkRenderer id0);\r
67   public void SetRenderer(vtkRenderer id0)\r
68     { SetRenderer_9(id0); }\r
69 \r
70   private native void BuildRepresentation_10();\r
71   public void BuildRepresentation()\r
72     { BuildRepresentation_10(); }\r
73 \r
74   private native void StartWidgetInteraction_11(double id0[]);\r
75   public void StartWidgetInteraction(double id0[])\r
76     { StartWidgetInteraction_11(id0); }\r
77 \r
78   private native void WidgetInteraction_12(double id0[]);\r
79   public void WidgetInteraction(double id0[])\r
80     { WidgetInteraction_12(id0); }\r
81 \r
82   private native int ComputeInteractionState_13(int id0,int id1,int id2);\r
83   public int ComputeInteractionState(int id0,int id1,int id2)\r
84     { return ComputeInteractionState_13(id0,id1,id2); }\r
85 \r
86   private native void GetActors2D_14(vtkPropCollection id0);\r
87   public void GetActors2D(vtkPropCollection id0)\r
88     { GetActors2D_14(id0); }\r
89 \r
90   private native void ReleaseGraphicsResources_15(vtkWindow id0);\r
91   public void ReleaseGraphicsResources(vtkWindow id0)\r
92     { ReleaseGraphicsResources_15(id0); }\r
93 \r
94   private native int RenderOverlay_16(vtkViewport id0);\r
95   public int RenderOverlay(vtkViewport id0)\r
96     { return RenderOverlay_16(id0); }\r
97 \r
98   private native int RenderOpaqueGeometry_17(vtkViewport id0);\r
99   public int RenderOpaqueGeometry(vtkViewport id0)\r
100     { return RenderOpaqueGeometry_17(id0); }\r
101 \r
102   private native int RenderTranslucentPolygonalGeometry_18(vtkViewport id0);\r
103   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
104     { return RenderTranslucentPolygonalGeometry_18(id0); }\r
105 \r
106   private native int HasTranslucentPolygonalGeometry_19();\r
107   public int HasTranslucentPolygonalGeometry()\r
108     { return HasTranslucentPolygonalGeometry_19(); }\r
109 \r
110   private native long GetContourRepresentationAsPolyData_20();\r
111   public vtkPolyData GetContourRepresentationAsPolyData() {\r
112     long temp = GetContourRepresentationAsPolyData_20();\r
113 \r
114     if (temp == 0) return null;\r
115     return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
116   }\r
117 \r
118   private native long GetContourPlaneDirectionCosines_21(double id0[]);\r
119   public vtkMatrix4x4 GetContourPlaneDirectionCosines(double id0[]) {\r
120     long temp = GetContourPlaneDirectionCosines_21(id0);\r
121 \r
122     if (temp == 0) return null;\r
123     return (vtkMatrix4x4)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
124   }\r
125 \r
126   public vtkOrientedGlyphFocalPlaneContourRepresentation() { super(); }\r
127 \r
128   public vtkOrientedGlyphFocalPlaneContourRepresentation(long id) { super(id); }\r
129   public native long   VTKInit();\r
130 \r
131 }\r