]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkSelectEnclosedPoints.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkSelectEnclosedPoints.java
index 96b01dc9bf19dd28dd85d9f5d44952a16eb3499d..47ae0176a3ef69b64918094521bb13c19585f069 100644 (file)
-// java wrapper for vtkSelectEnclosedPoints object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkSelectEnclosedPoints extends vtkDataSetAlgorithm\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 SetSurface_2(vtkPolyData id0);\r
-  public void SetSurface(vtkPolyData id0)\r
-    { SetSurface_2(id0); }\r
-\r
-  private native void SetSurfaceConnection_3(vtkAlgorithmOutput id0);\r
-  public void SetSurfaceConnection(vtkAlgorithmOutput id0)\r
-    { SetSurfaceConnection_3(id0); }\r
-\r
-  private native long GetSurface_4();\r
-  public vtkPolyData GetSurface() {\r
-    long temp = GetSurface_4();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetSurface_5(vtkInformationVector id0);\r
-  public vtkPolyData GetSurface(vtkInformationVector id0) {\r
-    long temp = GetSurface_5(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetInsideOut_6(int id0);\r
-  public void SetInsideOut(int id0)\r
-    { SetInsideOut_6(id0); }\r
-\r
-  private native void InsideOutOn_7();\r
-  public void InsideOutOn()\r
-    { InsideOutOn_7(); }\r
-\r
-  private native void InsideOutOff_8();\r
-  public void InsideOutOff()\r
-    { InsideOutOff_8(); }\r
-\r
-  private native int GetInsideOut_9();\r
-  public int GetInsideOut()\r
-    { return GetInsideOut_9(); }\r
-\r
-  private native void SetCheckSurface_10(int id0);\r
-  public void SetCheckSurface(int id0)\r
-    { SetCheckSurface_10(id0); }\r
-\r
-  private native void CheckSurfaceOn_11();\r
-  public void CheckSurfaceOn()\r
-    { CheckSurfaceOn_11(); }\r
-\r
-  private native void CheckSurfaceOff_12();\r
-  public void CheckSurfaceOff()\r
-    { CheckSurfaceOff_12(); }\r
-\r
-  private native int GetCheckSurface_13();\r
-  public int GetCheckSurface()\r
-    { return GetCheckSurface_13(); }\r
-\r
-  private native int IsInside_14(int id0);\r
-  public int IsInside(int id0)\r
-    { return IsInside_14(id0); }\r
-\r
-  private native void SetTolerance_15(double id0);\r
-  public void SetTolerance(double id0)\r
-    { SetTolerance_15(id0); }\r
-\r
-  private native double GetToleranceMinValue_16();\r
-  public double GetToleranceMinValue()\r
-    { return GetToleranceMinValue_16(); }\r
-\r
-  private native double GetToleranceMaxValue_17();\r
-  public double GetToleranceMaxValue()\r
-    { return GetToleranceMaxValue_17(); }\r
-\r
-  private native double GetTolerance_18();\r
-  public double GetTolerance()\r
-    { return GetTolerance_18(); }\r
-\r
-  private native void Initialize_19(vtkPolyData id0);\r
-  public void Initialize(vtkPolyData id0)\r
-    { Initialize_19(id0); }\r
-\r
-  private native int IsInsideSurface_20(double id0,double id1,double id2);\r
-  public int IsInsideSurface(double id0,double id1,double id2)\r
-    { return IsInsideSurface_20(id0,id1,id2); }\r
-\r
-  private native int IsInsideSurface_21(double id0[]);\r
-  public int IsInsideSurface(double id0[])\r
-    { return IsInsideSurface_21(id0); }\r
-\r
-  private native void Complete_22();\r
-  public void Complete()\r
-    { Complete_22(); }\r
-\r
-  public vtkSelectEnclosedPoints() { super(); }\r
-\r
-  public vtkSelectEnclosedPoints(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkSelectEnclosedPoints object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkSelectEnclosedPoints extends vtkDataSetAlgorithm
+{
+
+  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 SetSurfaceData_2(vtkPolyData id0);
+  public void SetSurfaceData(vtkPolyData id0)
+    { SetSurfaceData_2(id0); }
+
+  private native void SetSurfaceConnection_3(vtkAlgorithmOutput id0);
+  public void SetSurfaceConnection(vtkAlgorithmOutput id0)
+    { SetSurfaceConnection_3(id0); }
+
+  private native long GetSurface_4();
+  public vtkPolyData GetSurface() {
+    long temp = GetSurface_4();
+
+    if (temp == 0) return null;
+    return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetSurface_5(vtkInformationVector id0);
+  public vtkPolyData GetSurface(vtkInformationVector id0) {
+    long temp = GetSurface_5(id0);
+
+    if (temp == 0) return null;
+    return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetInsideOut_6(int id0);
+  public void SetInsideOut(int id0)
+    { SetInsideOut_6(id0); }
+
+  private native void InsideOutOn_7();
+  public void InsideOutOn()
+    { InsideOutOn_7(); }
+
+  private native void InsideOutOff_8();
+  public void InsideOutOff()
+    { InsideOutOff_8(); }
+
+  private native int GetInsideOut_9();
+  public int GetInsideOut()
+    { return GetInsideOut_9(); }
+
+  private native void SetCheckSurface_10(int id0);
+  public void SetCheckSurface(int id0)
+    { SetCheckSurface_10(id0); }
+
+  private native void CheckSurfaceOn_11();
+  public void CheckSurfaceOn()
+    { CheckSurfaceOn_11(); }
+
+  private native void CheckSurfaceOff_12();
+  public void CheckSurfaceOff()
+    { CheckSurfaceOff_12(); }
+
+  private native int GetCheckSurface_13();
+  public int GetCheckSurface()
+    { return GetCheckSurface_13(); }
+
+  private native int IsInside_14(int id0);
+  public int IsInside(int id0)
+    { return IsInside_14(id0); }
+
+  private native void SetTolerance_15(double id0);
+  public void SetTolerance(double id0)
+    { SetTolerance_15(id0); }
+
+  private native double GetToleranceMinValue_16();
+  public double GetToleranceMinValue()
+    { return GetToleranceMinValue_16(); }
+
+  private native double GetToleranceMaxValue_17();
+  public double GetToleranceMaxValue()
+    { return GetToleranceMaxValue_17(); }
+
+  private native double GetTolerance_18();
+  public double GetTolerance()
+    { return GetTolerance_18(); }
+
+  private native void Initialize_19(vtkPolyData id0);
+  public void Initialize(vtkPolyData id0)
+    { Initialize_19(id0); }
+
+  private native int IsInsideSurface_20(double id0[]);
+  public int IsInsideSurface(double id0[])
+    { return IsInsideSurface_20(id0); }
+
+  private native int IsInsideSurface_21(double id0,double id1,double id2);
+  public int IsInsideSurface(double id0,double id1,double id2)
+    { return IsInsideSurface_21(id0,id1,id2); }
+
+  private native void Complete_22();
+  public void Complete()
+    { Complete_22(); }
+
+  private native int IsSurfaceClosed_23(vtkPolyData id0);
+  public int IsSurfaceClosed(vtkPolyData id0)
+    { return IsSurfaceClosed_23(id0); }
+
+  public vtkSelectEnclosedPoints() { super(); }
+
+  public vtkSelectEnclosedPoints(long id) { super(id); }
+  public native long   VTKInit();
+
+}