]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkResliceCursorPolyDataAlgorithm.java
Add a "Properties" tab to selection view for pipeline components.
[simantics/3d.git] / vtk / src / vtk / vtkResliceCursorPolyDataAlgorithm.java
index 0ecb3d38ca3015dbb64730b7b57413f2fddb75b0..b533d153ea210b53c525a941c326393d30c06f4c 100644 (file)
-// java wrapper for vtkResliceCursorPolyDataAlgorithm object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkResliceCursorPolyDataAlgorithm extends vtkPolyDataAlgorithm\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void SetReslicePlaneNormal_2(int id0);\r
-  public void SetReslicePlaneNormal(int id0)\r
-    { SetReslicePlaneNormal_2(id0); }\r
-\r
-  private native int GetReslicePlaneNormal_3();\r
-  public int GetReslicePlaneNormal()\r
-    { return GetReslicePlaneNormal_3(); }\r
-\r
-  private native void SetReslicePlaneNormalToXAxis_4();\r
-  public void SetReslicePlaneNormalToXAxis()\r
-    { SetReslicePlaneNormalToXAxis_4(); }\r
-\r
-  private native void SetReslicePlaneNormalToYAxis_5();\r
-  public void SetReslicePlaneNormalToYAxis()\r
-    { SetReslicePlaneNormalToYAxis_5(); }\r
-\r
-  private native void SetReslicePlaneNormalToZAxis_6();\r
-  public void SetReslicePlaneNormalToZAxis()\r
-    { SetReslicePlaneNormalToZAxis_6(); }\r
-\r
-  private native void SetResliceCursor_7(vtkResliceCursor id0);\r
-  public void SetResliceCursor(vtkResliceCursor id0)\r
-    { SetResliceCursor_7(id0); }\r
-\r
-  private native long GetResliceCursor_8();\r
-  public vtkResliceCursor GetResliceCursor() {\r
-    long temp = GetResliceCursor_8();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkResliceCursor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetSliceBounds_9(double id0,double id1,double id2,double id3,double id4,double id5);\r
-  public void SetSliceBounds(double id0,double id1,double id2,double id3,double id4,double id5)\r
-    { SetSliceBounds_9(id0,id1,id2,id3,id4,id5); }\r
-\r
-  private native void SetSliceBounds_10(double id0[]);\r
-  public void SetSliceBounds(double id0[])\r
-    { SetSliceBounds_10(id0); }\r
-\r
-  private native double[] GetSliceBounds_11();\r
-  public double[] GetSliceBounds()\r
-    { return GetSliceBounds_11(); }\r
-\r
-  private native long GetCenterlineAxis1_12();\r
-  public vtkPolyData GetCenterlineAxis1() {\r
-    long temp = GetCenterlineAxis1_12();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetCenterlineAxis2_13();\r
-  public vtkPolyData GetCenterlineAxis2() {\r
-    long temp = GetCenterlineAxis2_13();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetThickSlabAxis1_14();\r
-  public vtkPolyData GetThickSlabAxis1() {\r
-    long temp = GetThickSlabAxis1_14();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetThickSlabAxis2_15();\r
-  public vtkPolyData GetThickSlabAxis2() {\r
-    long temp = GetThickSlabAxis2_15();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native int GetAxis1_16();\r
-  public int GetAxis1()\r
-    { return GetAxis1_16(); }\r
-\r
-  private native int GetAxis2_17();\r
-  public int GetAxis2()\r
-    { return GetAxis2_17(); }\r
-\r
-  private native int GetPlaneAxis1_18();\r
-  public int GetPlaneAxis1()\r
-    { return GetPlaneAxis1_18(); }\r
-\r
-  private native int GetPlaneAxis2_19();\r
-  public int GetPlaneAxis2()\r
-    { return GetPlaneAxis2_19(); }\r
-\r
-  private native int GetOtherPlaneForAxis_20(int id0);\r
-  public int GetOtherPlaneForAxis(int id0)\r
-    { return GetOtherPlaneForAxis_20(id0); }\r
-\r
-  private native int GetMTime_21();\r
-  public int GetMTime()\r
-    { return GetMTime_21(); }\r
-\r
-  public vtkResliceCursorPolyDataAlgorithm() { super(); }\r
-\r
-  public vtkResliceCursorPolyDataAlgorithm(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// 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();
+
+}