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