]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkResliceCursorActor.java
Fix removed nodes leaving visible graphical elements.
[simantics/3d.git] / vtk / src / vtk / vtkResliceCursorActor.java
1 // java wrapper for vtkResliceCursorActor object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkResliceCursorActor extends vtkProp3D
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 long GetCursorAlgorithm_2();
19   public vtkResliceCursorPolyDataAlgorithm GetCursorAlgorithm() {
20     long temp = GetCursorAlgorithm_2();
21
22     if (temp == 0) return null;
23     return (vtkResliceCursorPolyDataAlgorithm)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native int RenderOpaqueGeometry_3(vtkViewport id0);
27   public int RenderOpaqueGeometry(vtkViewport id0)
28     { return RenderOpaqueGeometry_3(id0); }
29
30   private native int HasTranslucentPolygonalGeometry_4();
31   public int HasTranslucentPolygonalGeometry()
32     { return HasTranslucentPolygonalGeometry_4(); }
33
34   private native void ReleaseGraphicsResources_5(vtkWindow id0);
35   public void ReleaseGraphicsResources(vtkWindow id0)
36     { ReleaseGraphicsResources_5(id0); }
37
38   private native int GetMTime_6();
39   public int GetMTime()
40     { return GetMTime_6(); }
41
42   private native long GetCenterlineProperty_7(int id0);
43   public vtkProperty GetCenterlineProperty(int id0) {
44     long temp = GetCenterlineProperty_7(id0);
45
46     if (temp == 0) return null;
47     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
48 }
49
50   private native long GetThickSlabProperty_8(int id0);
51   public vtkProperty GetThickSlabProperty(int id0) {
52     long temp = GetThickSlabProperty_8(id0);
53
54     if (temp == 0) return null;
55     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
56 }
57
58   private native long GetCenterlineActor_9(int id0);
59   public vtkActor GetCenterlineActor(int id0) {
60     long temp = GetCenterlineActor_9(id0);
61
62     if (temp == 0) return null;
63     return (vtkActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
64 }
65
66   private native void SetUserMatrix_10(vtkMatrix4x4 id0);
67   public void SetUserMatrix(vtkMatrix4x4 id0)
68     { SetUserMatrix_10(id0); }
69
70   public vtkResliceCursorActor() { super(); }
71
72   public vtkResliceCursorActor(long id) { super(id); }
73   public native long   VTKInit();
74
75 }