]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkProp3DButtonRepresentation.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkProp3DButtonRepresentation.java
1 // java wrapper for vtkProp3DButtonRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkProp3DButtonRepresentation extends vtkButtonRepresentation
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 SetButtonProp_2(int id0,vtkProp3D id1);
19   public void SetButtonProp(int id0,vtkProp3D id1)
20     { SetButtonProp_2(id0,id1); }
21
22   private native long GetButtonProp_3(int id0);
23   public vtkProp3D GetButtonProp(int id0) {
24     long temp = GetButtonProp_3(id0);
25
26     if (temp == 0) return null;
27     return (vtkProp3D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetFollowCamera_4(int id0);
31   public void SetFollowCamera(int id0)
32     { SetFollowCamera_4(id0); }
33
34   private native int GetFollowCamera_5();
35   public int GetFollowCamera()
36     { return GetFollowCamera_5(); }
37
38   private native void FollowCameraOn_6();
39   public void FollowCameraOn()
40     { FollowCameraOn_6(); }
41
42   private native void FollowCameraOff_7();
43   public void FollowCameraOff()
44     { FollowCameraOff_7(); }
45
46   private native void SetState_8(int id0);
47   public void SetState(int id0)
48     { SetState_8(id0); }
49
50   private native int ComputeInteractionState_9(int id0,int id1,int id2);
51   public int ComputeInteractionState(int id0,int id1,int id2)
52     { return ComputeInteractionState_9(id0,id1,id2); }
53
54   private native void BuildRepresentation_10();
55   public void BuildRepresentation()
56     { BuildRepresentation_10(); }
57
58   private native void PlaceWidget_11(double id0[]);
59   public void PlaceWidget(double id0[])
60     { PlaceWidget_11(id0); }
61
62   private native void ShallowCopy_12(vtkProp id0);
63   public void ShallowCopy(vtkProp id0)
64     { ShallowCopy_12(id0); }
65
66   private native void GetActors_13(vtkPropCollection id0);
67   public void GetActors(vtkPropCollection id0)
68     { GetActors_13(id0); }
69
70   private native void ReleaseGraphicsResources_14(vtkWindow id0);
71   public void ReleaseGraphicsResources(vtkWindow id0)
72     { ReleaseGraphicsResources_14(id0); }
73
74   private native int RenderOpaqueGeometry_15(vtkViewport id0);
75   public int RenderOpaqueGeometry(vtkViewport id0)
76     { return RenderOpaqueGeometry_15(id0); }
77
78   private native int RenderVolumetricGeometry_16(vtkViewport id0);
79   public int RenderVolumetricGeometry(vtkViewport id0)
80     { return RenderVolumetricGeometry_16(id0); }
81
82   private native int RenderTranslucentPolygonalGeometry_17(vtkViewport id0);
83   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
84     { return RenderTranslucentPolygonalGeometry_17(id0); }
85
86   private native int HasTranslucentPolygonalGeometry_18();
87   public int HasTranslucentPolygonalGeometry()
88     { return HasTranslucentPolygonalGeometry_18(); }
89
90   private native void RegisterPickers_19();
91   public void RegisterPickers()
92     { RegisterPickers_19(); }
93
94   public vtkProp3DButtonRepresentation() { super(); }
95
96   public vtkProp3DButtonRepresentation(long id) { super(id); }
97   public native long   VTKInit();
98
99 }