X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkResliceCursorActor.java;h=5f87a0816f222fa74b271477fbf886ab6185db00;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=402dd8b4ab617aa6a65bdc4c3bf5c0b16e600b8c;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkResliceCursorActor.java b/vtk/src/vtk/vtkResliceCursorActor.java index 402dd8b4..5f87a081 100644 --- a/vtk/src/vtk/vtkResliceCursorActor.java +++ b/vtk/src/vtk/vtkResliceCursorActor.java @@ -1,75 +1,75 @@ -// java wrapper for vtkResliceCursorActor object -// - -package vtk; -import vtk.*; - -public class vtkResliceCursorActor extends vtkProp3D -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native long GetCursorAlgorithm_2(); - public vtkResliceCursorPolyDataAlgorithm GetCursorAlgorithm() { - long temp = GetCursorAlgorithm_2(); - - if (temp == 0) return null; - return (vtkResliceCursorPolyDataAlgorithm)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int RenderOpaqueGeometry_3(vtkViewport id0); - public int RenderOpaqueGeometry(vtkViewport id0) - { return RenderOpaqueGeometry_3(id0); } - - private native int HasTranslucentPolygonalGeometry_4(); - public int HasTranslucentPolygonalGeometry() - { return HasTranslucentPolygonalGeometry_4(); } - - private native void ReleaseGraphicsResources_5(vtkWindow id0); - public void ReleaseGraphicsResources(vtkWindow id0) - { ReleaseGraphicsResources_5(id0); } - - private native int GetMTime_6(); - public int GetMTime() - { return GetMTime_6(); } - - private native long GetCenterlineProperty_7(int id0); - public vtkProperty GetCenterlineProperty(int id0) { - long temp = GetCenterlineProperty_7(id0); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetThickSlabProperty_8(int id0); - public vtkProperty GetThickSlabProperty(int id0) { - long temp = GetThickSlabProperty_8(id0); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetCenterlineActor_9(int id0); - public vtkActor GetCenterlineActor(int id0) { - long temp = GetCenterlineActor_9(id0); - - if (temp == 0) return null; - return (vtkActor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetUserMatrix_10(vtkMatrix4x4 id0); - public void SetUserMatrix(vtkMatrix4x4 id0) - { SetUserMatrix_10(id0); } - - public vtkResliceCursorActor() { super(); } - - public vtkResliceCursorActor(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkResliceCursorActor object +// + +package vtk; +import vtk.*; + +public class vtkResliceCursorActor extends vtkProp3D +{ + + private native int IsTypeOf_0(String id0); + public int IsTypeOf(String id0) + { return IsTypeOf_0(id0); } + + private native int IsA_1(String id0); + public int IsA(String id0) + { return IsA_1(id0); } + + private native long GetCursorAlgorithm_2(); + public vtkResliceCursorPolyDataAlgorithm GetCursorAlgorithm() { + long temp = GetCursorAlgorithm_2(); + + if (temp == 0) return null; + return (vtkResliceCursorPolyDataAlgorithm)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int RenderOpaqueGeometry_3(vtkViewport id0); + public int RenderOpaqueGeometry(vtkViewport id0) + { return RenderOpaqueGeometry_3(id0); } + + private native int HasTranslucentPolygonalGeometry_4(); + public int HasTranslucentPolygonalGeometry() + { return HasTranslucentPolygonalGeometry_4(); } + + private native void ReleaseGraphicsResources_5(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_5(id0); } + + private native int GetMTime_6(); + public int GetMTime() + { return GetMTime_6(); } + + private native long GetCenterlineProperty_7(int id0); + public vtkProperty GetCenterlineProperty(int id0) { + long temp = GetCenterlineProperty_7(id0); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetThickSlabProperty_8(int id0); + public vtkProperty GetThickSlabProperty(int id0) { + long temp = GetThickSlabProperty_8(id0); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetCenterlineActor_9(int id0); + public vtkActor GetCenterlineActor(int id0) { + long temp = GetCenterlineActor_9(id0); + + if (temp == 0) return null; + return (vtkActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetUserMatrix_10(vtkMatrix4x4 id0); + public void SetUserMatrix(vtkMatrix4x4 id0) + { SetUserMatrix_10(id0); } + + public vtkResliceCursorActor() { super(); } + + public vtkResliceCursorActor(long id) { super(id); } + public native long VTKInit(); + +}