X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkResliceCursorPolyDataAlgorithm.java;h=b533d153ea210b53c525a941c326393d30c06f4c;hb=4890725c9b7e31540dd84a11e16d73c643402a17;hp=0ecb3d38ca3015dbb64730b7b57413f2fddb75b0;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkResliceCursorPolyDataAlgorithm.java b/vtk/src/vtk/vtkResliceCursorPolyDataAlgorithm.java index 0ecb3d38..b533d153 100644 --- a/vtk/src/vtk/vtkResliceCursorPolyDataAlgorithm.java +++ b/vtk/src/vtk/vtkResliceCursorPolyDataAlgorithm.java @@ -1,123 +1,123 @@ -// java wrapper for vtkResliceCursorPolyDataAlgorithm object -// - -package vtk; -import vtk.*; - -public class vtkResliceCursorPolyDataAlgorithm extends vtkPolyDataAlgorithm -{ - - 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 void SetReslicePlaneNormal_2(int id0); - public void SetReslicePlaneNormal(int id0) - { SetReslicePlaneNormal_2(id0); } - - private native int GetReslicePlaneNormal_3(); - public int GetReslicePlaneNormal() - { return GetReslicePlaneNormal_3(); } - - private native void SetReslicePlaneNormalToXAxis_4(); - public void SetReslicePlaneNormalToXAxis() - { SetReslicePlaneNormalToXAxis_4(); } - - private native void SetReslicePlaneNormalToYAxis_5(); - public void SetReslicePlaneNormalToYAxis() - { SetReslicePlaneNormalToYAxis_5(); } - - private native void SetReslicePlaneNormalToZAxis_6(); - public void SetReslicePlaneNormalToZAxis() - { SetReslicePlaneNormalToZAxis_6(); } - - private native void SetResliceCursor_7(vtkResliceCursor id0); - public void SetResliceCursor(vtkResliceCursor id0) - { SetResliceCursor_7(id0); } - - private native long GetResliceCursor_8(); - public vtkResliceCursor GetResliceCursor() { - long temp = GetResliceCursor_8(); - - if (temp == 0) return null; - return (vtkResliceCursor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetSliceBounds_9(double id0,double id1,double id2,double id3,double id4,double id5); - public void SetSliceBounds(double id0,double id1,double id2,double id3,double id4,double id5) - { SetSliceBounds_9(id0,id1,id2,id3,id4,id5); } - - private native void SetSliceBounds_10(double id0[]); - public void SetSliceBounds(double id0[]) - { SetSliceBounds_10(id0); } - - private native double[] GetSliceBounds_11(); - public double[] GetSliceBounds() - { return GetSliceBounds_11(); } - - private native long GetCenterlineAxis1_12(); - public vtkPolyData GetCenterlineAxis1() { - long temp = GetCenterlineAxis1_12(); - - if (temp == 0) return null; - return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetCenterlineAxis2_13(); - public vtkPolyData GetCenterlineAxis2() { - long temp = GetCenterlineAxis2_13(); - - if (temp == 0) return null; - return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetThickSlabAxis1_14(); - public vtkPolyData GetThickSlabAxis1() { - long temp = GetThickSlabAxis1_14(); - - if (temp == 0) return null; - return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetThickSlabAxis2_15(); - public vtkPolyData GetThickSlabAxis2() { - long temp = GetThickSlabAxis2_15(); - - if (temp == 0) return null; - return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int GetAxis1_16(); - public int GetAxis1() - { return GetAxis1_16(); } - - private native int GetAxis2_17(); - public int GetAxis2() - { return GetAxis2_17(); } - - private native int GetPlaneAxis1_18(); - public int GetPlaneAxis1() - { return GetPlaneAxis1_18(); } - - private native int GetPlaneAxis2_19(); - public int GetPlaneAxis2() - { return GetPlaneAxis2_19(); } - - private native int GetOtherPlaneForAxis_20(int id0); - public int GetOtherPlaneForAxis(int id0) - { return GetOtherPlaneForAxis_20(id0); } - - private native int GetMTime_21(); - public int GetMTime() - { return GetMTime_21(); } - - public vtkResliceCursorPolyDataAlgorithm() { super(); } - - public vtkResliceCursorPolyDataAlgorithm(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkResliceCursorPolyDataAlgorithm object +// + +package vtk; +import vtk.*; + +public class vtkResliceCursorPolyDataAlgorithm extends vtkPolyDataAlgorithm +{ + + 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 void SetReslicePlaneNormal_2(int id0); + public void SetReslicePlaneNormal(int id0) + { SetReslicePlaneNormal_2(id0); } + + private native int GetReslicePlaneNormal_3(); + public int GetReslicePlaneNormal() + { return GetReslicePlaneNormal_3(); } + + private native void SetReslicePlaneNormalToXAxis_4(); + public void SetReslicePlaneNormalToXAxis() + { SetReslicePlaneNormalToXAxis_4(); } + + private native void SetReslicePlaneNormalToYAxis_5(); + public void SetReslicePlaneNormalToYAxis() + { SetReslicePlaneNormalToYAxis_5(); } + + private native void SetReslicePlaneNormalToZAxis_6(); + public void SetReslicePlaneNormalToZAxis() + { SetReslicePlaneNormalToZAxis_6(); } + + private native void SetResliceCursor_7(vtkResliceCursor id0); + public void SetResliceCursor(vtkResliceCursor id0) + { SetResliceCursor_7(id0); } + + private native long GetResliceCursor_8(); + public vtkResliceCursor GetResliceCursor() { + long temp = GetResliceCursor_8(); + + if (temp == 0) return null; + return (vtkResliceCursor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetSliceBounds_9(double id0,double id1,double id2,double id3,double id4,double id5); + public void SetSliceBounds(double id0,double id1,double id2,double id3,double id4,double id5) + { SetSliceBounds_9(id0,id1,id2,id3,id4,id5); } + + private native void SetSliceBounds_10(double id0[]); + public void SetSliceBounds(double id0[]) + { SetSliceBounds_10(id0); } + + private native double[] GetSliceBounds_11(); + public double[] GetSliceBounds() + { return GetSliceBounds_11(); } + + private native long GetCenterlineAxis1_12(); + public vtkPolyData GetCenterlineAxis1() { + long temp = GetCenterlineAxis1_12(); + + if (temp == 0) return null; + return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetCenterlineAxis2_13(); + public vtkPolyData GetCenterlineAxis2() { + long temp = GetCenterlineAxis2_13(); + + if (temp == 0) return null; + return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetThickSlabAxis1_14(); + public vtkPolyData GetThickSlabAxis1() { + long temp = GetThickSlabAxis1_14(); + + if (temp == 0) return null; + return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetThickSlabAxis2_15(); + public vtkPolyData GetThickSlabAxis2() { + long temp = GetThickSlabAxis2_15(); + + if (temp == 0) return null; + return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int GetAxis1_16(); + public int GetAxis1() + { return GetAxis1_16(); } + + private native int GetAxis2_17(); + public int GetAxis2() + { return GetAxis2_17(); } + + private native int GetPlaneAxis1_18(); + public int GetPlaneAxis1() + { return GetPlaneAxis1_18(); } + + private native int GetPlaneAxis2_19(); + public int GetPlaneAxis2() + { return GetPlaneAxis2_19(); } + + private native int GetOtherPlaneForAxis_20(int id0); + public int GetOtherPlaneForAxis(int id0) + { return GetOtherPlaneForAxis_20(id0); } + + private native int GetMTime_21(); + public int GetMTime() + { return GetMTime_21(); } + + public vtkResliceCursorPolyDataAlgorithm() { super(); } + + public vtkResliceCursorPolyDataAlgorithm(long id) { super(id); } + public native long VTKInit(); + +}