1 // java wrapper for vtkOrientedGlyphFocalPlaneContourRepresentation object
7 public class vtkOrientedGlyphFocalPlaneContourRepresentation extends vtkFocalPlaneContourRepresentation
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void SetCursorShape_2(vtkPolyData id0);
19 public void SetCursorShape(vtkPolyData id0)
20 { SetCursorShape_2(id0); }
22 private native long GetCursorShape_3();
23 public vtkPolyData GetCursorShape() {
24 long temp = GetCursorShape_3();
26 if (temp == 0) return null;
27 return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
30 private native void SetActiveCursorShape_4(vtkPolyData id0);
31 public void SetActiveCursorShape(vtkPolyData id0)
32 { SetActiveCursorShape_4(id0); }
34 private native long GetActiveCursorShape_5();
35 public vtkPolyData GetActiveCursorShape() {
36 long temp = GetActiveCursorShape_5();
38 if (temp == 0) return null;
39 return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
42 private native long GetProperty_6();
43 public vtkProperty2D GetProperty() {
44 long temp = GetProperty_6();
46 if (temp == 0) return null;
47 return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
50 private native long GetActiveProperty_7();
51 public vtkProperty2D GetActiveProperty() {
52 long temp = GetActiveProperty_7();
54 if (temp == 0) return null;
55 return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
58 private native long GetLinesProperty_8();
59 public vtkProperty2D GetLinesProperty() {
60 long temp = GetLinesProperty_8();
62 if (temp == 0) return null;
63 return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
66 private native void SetRenderer_9(vtkRenderer id0);
67 public void SetRenderer(vtkRenderer id0)
68 { SetRenderer_9(id0); }
70 private native void BuildRepresentation_10();
71 public void BuildRepresentation()
72 { BuildRepresentation_10(); }
74 private native void StartWidgetInteraction_11(double id0[]);
75 public void StartWidgetInteraction(double id0[])
76 { StartWidgetInteraction_11(id0); }
78 private native void WidgetInteraction_12(double id0[]);
79 public void WidgetInteraction(double id0[])
80 { WidgetInteraction_12(id0); }
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); }
86 private native void GetActors2D_14(vtkPropCollection id0);
87 public void GetActors2D(vtkPropCollection id0)
88 { GetActors2D_14(id0); }
90 private native void ReleaseGraphicsResources_15(vtkWindow id0);
91 public void ReleaseGraphicsResources(vtkWindow id0)
92 { ReleaseGraphicsResources_15(id0); }
94 private native int RenderOverlay_16(vtkViewport id0);
95 public int RenderOverlay(vtkViewport id0)
96 { return RenderOverlay_16(id0); }
98 private native int RenderOpaqueGeometry_17(vtkViewport id0);
99 public int RenderOpaqueGeometry(vtkViewport id0)
100 { return RenderOpaqueGeometry_17(id0); }
102 private native int RenderTranslucentPolygonalGeometry_18(vtkViewport id0);
103 public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
104 { return RenderTranslucentPolygonalGeometry_18(id0); }
106 private native int HasTranslucentPolygonalGeometry_19();
107 public int HasTranslucentPolygonalGeometry()
108 { return HasTranslucentPolygonalGeometry_19(); }
110 private native long GetContourRepresentationAsPolyData_20();
111 public vtkPolyData GetContourRepresentationAsPolyData() {
112 long temp = GetContourRepresentationAsPolyData_20();
114 if (temp == 0) return null;
115 return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
118 private native long GetContourPlaneDirectionCosines_21(double id0[]);
119 public vtkMatrix4x4 GetContourPlaneDirectionCosines(double id0[]) {
120 long temp = GetContourPlaneDirectionCosines_21(id0);
122 if (temp == 0) return null;
123 return (vtkMatrix4x4)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
126 public vtkOrientedGlyphFocalPlaneContourRepresentation() { super(); }
128 public vtkOrientedGlyphFocalPlaneContourRepresentation(long id) { super(id); }
129 public native long VTKInit();