]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkRectilinearWipeRepresentation.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkRectilinearWipeRepresentation.java
1 // java wrapper for vtkRectilinearWipeRepresentation object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkRectilinearWipeRepresentation extends vtkWidgetRepresentation\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 SetRectilinearWipe_2(vtkImageRectilinearWipe id0);\r
19   public void SetRectilinearWipe(vtkImageRectilinearWipe id0)\r
20     { SetRectilinearWipe_2(id0); }\r
21 \r
22   private native long GetRectilinearWipe_3();\r
23   public vtkImageRectilinearWipe GetRectilinearWipe() {\r
24     long temp = GetRectilinearWipe_3();\r
25 \r
26     if (temp == 0) return null;\r
27     return (vtkImageRectilinearWipe)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
28   }\r
29 \r
30   private native void SetImageActor_4(vtkImageActor id0);\r
31   public void SetImageActor(vtkImageActor id0)\r
32     { SetImageActor_4(id0); }\r
33 \r
34   private native long GetImageActor_5();\r
35   public vtkImageActor GetImageActor() {\r
36     long temp = GetImageActor_5();\r
37 \r
38     if (temp == 0) return null;\r
39     return (vtkImageActor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
40   }\r
41 \r
42   private native void SetTolerance_6(int id0);\r
43   public void SetTolerance(int id0)\r
44     { SetTolerance_6(id0); }\r
45 \r
46   private native int GetToleranceMinValue_7();\r
47   public int GetToleranceMinValue()\r
48     { return GetToleranceMinValue_7(); }\r
49 \r
50   private native int GetToleranceMaxValue_8();\r
51   public int GetToleranceMaxValue()\r
52     { return GetToleranceMaxValue_8(); }\r
53 \r
54   private native int GetTolerance_9();\r
55   public int GetTolerance()\r
56     { return GetTolerance_9(); }\r
57 \r
58   private native long GetProperty_10();\r
59   public vtkProperty2D GetProperty() {\r
60     long temp = GetProperty_10();\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 BuildRepresentation_11();\r
67   public void BuildRepresentation()\r
68     { BuildRepresentation_11(); }\r
69 \r
70   private native void StartWidgetInteraction_12(double id0[]);\r
71   public void StartWidgetInteraction(double id0[])\r
72     { StartWidgetInteraction_12(id0); }\r
73 \r
74   private native void WidgetInteraction_13(double id0[]);\r
75   public void WidgetInteraction(double id0[])\r
76     { WidgetInteraction_13(id0); }\r
77 \r
78   private native int ComputeInteractionState_14(int id0,int id1,int id2);\r
79   public int ComputeInteractionState(int id0,int id1,int id2)\r
80     { return ComputeInteractionState_14(id0,id1,id2); }\r
81 \r
82   private native void GetActors2D_15(vtkPropCollection id0);\r
83   public void GetActors2D(vtkPropCollection id0)\r
84     { GetActors2D_15(id0); }\r
85 \r
86   private native void ReleaseGraphicsResources_16(vtkWindow id0);\r
87   public void ReleaseGraphicsResources(vtkWindow id0)\r
88     { ReleaseGraphicsResources_16(id0); }\r
89 \r
90   private native int RenderOverlay_17(vtkViewport id0);\r
91   public int RenderOverlay(vtkViewport id0)\r
92     { return RenderOverlay_17(id0); }\r
93 \r
94   private native int RenderOpaqueGeometry_18(vtkViewport id0);\r
95   public int RenderOpaqueGeometry(vtkViewport id0)\r
96     { return RenderOpaqueGeometry_18(id0); }\r
97 \r
98   private native int RenderTranslucentPolygonalGeometry_19(vtkViewport id0);\r
99   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
100     { return RenderTranslucentPolygonalGeometry_19(id0); }\r
101 \r
102   private native int HasTranslucentPolygonalGeometry_20();\r
103   public int HasTranslucentPolygonalGeometry()\r
104     { return HasTranslucentPolygonalGeometry_20(); }\r
105 \r
106   public vtkRectilinearWipeRepresentation() { super(); }\r
107 \r
108   public vtkRectilinearWipeRepresentation(long id) { super(id); }\r
109   public native long   VTKInit();\r
110 \r
111 }\r