]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkSelectPolyData.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkSelectPolyData.java
index f03775bb7f078261adeed0d9e391f146dcde8a22..57c25625214977f42e11ad56970ab18fed1b4af0 100644 (file)
-// java wrapper for vtkSelectPolyData object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkSelectPolyData 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 SetGenerateSelectionScalars_2(int id0);\r
-  public void SetGenerateSelectionScalars(int id0)\r
-    { SetGenerateSelectionScalars_2(id0); }\r
-\r
-  private native int GetGenerateSelectionScalars_3();\r
-  public int GetGenerateSelectionScalars()\r
-    { return GetGenerateSelectionScalars_3(); }\r
-\r
-  private native void GenerateSelectionScalarsOn_4();\r
-  public void GenerateSelectionScalarsOn()\r
-    { GenerateSelectionScalarsOn_4(); }\r
-\r
-  private native void GenerateSelectionScalarsOff_5();\r
-  public void GenerateSelectionScalarsOff()\r
-    { GenerateSelectionScalarsOff_5(); }\r
-\r
-  private native void SetInsideOut_6(int id0);\r
-  public void SetInsideOut(int id0)\r
-    { SetInsideOut_6(id0); }\r
-\r
-  private native int GetInsideOut_7();\r
-  public int GetInsideOut()\r
-    { return GetInsideOut_7(); }\r
-\r
-  private native void InsideOutOn_8();\r
-  public void InsideOutOn()\r
-    { InsideOutOn_8(); }\r
-\r
-  private native void InsideOutOff_9();\r
-  public void InsideOutOff()\r
-    { InsideOutOff_9(); }\r
-\r
-  private native void SetLoop_10(vtkPoints id0);\r
-  public void SetLoop(vtkPoints id0)\r
-    { SetLoop_10(id0); }\r
-\r
-  private native long GetLoop_11();\r
-  public vtkPoints GetLoop() {\r
-    long temp = GetLoop_11();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPoints)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetSelectionMode_12(int id0);\r
-  public void SetSelectionMode(int id0)\r
-    { SetSelectionMode_12(id0); }\r
-\r
-  private native int GetSelectionModeMinValue_13();\r
-  public int GetSelectionModeMinValue()\r
-    { return GetSelectionModeMinValue_13(); }\r
-\r
-  private native int GetSelectionModeMaxValue_14();\r
-  public int GetSelectionModeMaxValue()\r
-    { return GetSelectionModeMaxValue_14(); }\r
-\r
-  private native int GetSelectionMode_15();\r
-  public int GetSelectionMode()\r
-    { return GetSelectionMode_15(); }\r
-\r
-  private native void SetSelectionModeToSmallestRegion_16();\r
-  public void SetSelectionModeToSmallestRegion()\r
-    { SetSelectionModeToSmallestRegion_16(); }\r
-\r
-  private native void SetSelectionModeToLargestRegion_17();\r
-  public void SetSelectionModeToLargestRegion()\r
-    { SetSelectionModeToLargestRegion_17(); }\r
-\r
-  private native void SetSelectionModeToClosestPointRegion_18();\r
-  public void SetSelectionModeToClosestPointRegion()\r
-    { SetSelectionModeToClosestPointRegion_18(); }\r
-\r
-  private native String GetSelectionModeAsString_19();\r
-  public String GetSelectionModeAsString()\r
-    { return GetSelectionModeAsString_19(); }\r
-\r
-  private native void SetGenerateUnselectedOutput_20(int id0);\r
-  public void SetGenerateUnselectedOutput(int id0)\r
-    { SetGenerateUnselectedOutput_20(id0); }\r
-\r
-  private native int GetGenerateUnselectedOutput_21();\r
-  public int GetGenerateUnselectedOutput()\r
-    { return GetGenerateUnselectedOutput_21(); }\r
-\r
-  private native void GenerateUnselectedOutputOn_22();\r
-  public void GenerateUnselectedOutputOn()\r
-    { GenerateUnselectedOutputOn_22(); }\r
-\r
-  private native void GenerateUnselectedOutputOff_23();\r
-  public void GenerateUnselectedOutputOff()\r
-    { GenerateUnselectedOutputOff_23(); }\r
-\r
-  private native long GetUnselectedOutput_24();\r
-  public vtkPolyData GetUnselectedOutput() {\r
-    long temp = GetUnselectedOutput_24();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetSelectionEdges_25();\r
-  public vtkPolyData GetSelectionEdges() {\r
-    long temp = GetSelectionEdges_25();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native int GetMTime_26();\r
-  public int GetMTime()\r
-    { return GetMTime_26(); }\r
-\r
-  public vtkSelectPolyData() { super(); }\r
-\r
-  public vtkSelectPolyData(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkSelectPolyData object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkSelectPolyData 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 SetGenerateSelectionScalars_2(int id0);
+  public void SetGenerateSelectionScalars(int id0)
+    { SetGenerateSelectionScalars_2(id0); }
+
+  private native int GetGenerateSelectionScalars_3();
+  public int GetGenerateSelectionScalars()
+    { return GetGenerateSelectionScalars_3(); }
+
+  private native void GenerateSelectionScalarsOn_4();
+  public void GenerateSelectionScalarsOn()
+    { GenerateSelectionScalarsOn_4(); }
+
+  private native void GenerateSelectionScalarsOff_5();
+  public void GenerateSelectionScalarsOff()
+    { GenerateSelectionScalarsOff_5(); }
+
+  private native void SetInsideOut_6(int id0);
+  public void SetInsideOut(int id0)
+    { SetInsideOut_6(id0); }
+
+  private native int GetInsideOut_7();
+  public int GetInsideOut()
+    { return GetInsideOut_7(); }
+
+  private native void InsideOutOn_8();
+  public void InsideOutOn()
+    { InsideOutOn_8(); }
+
+  private native void InsideOutOff_9();
+  public void InsideOutOff()
+    { InsideOutOff_9(); }
+
+  private native void SetLoop_10(vtkPoints id0);
+  public void SetLoop(vtkPoints id0)
+    { SetLoop_10(id0); }
+
+  private native long GetLoop_11();
+  public vtkPoints GetLoop() {
+    long temp = GetLoop_11();
+
+    if (temp == 0) return null;
+    return (vtkPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetClosestPoint_12(double id0,double id1,double id2);
+  public void SetClosestPoint(double id0,double id1,double id2)
+    { SetClosestPoint_12(id0,id1,id2); }
+
+  private native void SetClosestPoint_13(double id0[]);
+  public void SetClosestPoint(double id0[])
+    { SetClosestPoint_13(id0); }
+
+  private native double[] GetClosestPoint_14();
+  public double[] GetClosestPoint()
+    { return GetClosestPoint_14(); }
+
+  private native void SetSelectionMode_15(int id0);
+  public void SetSelectionMode(int id0)
+    { SetSelectionMode_15(id0); }
+
+  private native int GetSelectionModeMinValue_16();
+  public int GetSelectionModeMinValue()
+    { return GetSelectionModeMinValue_16(); }
+
+  private native int GetSelectionModeMaxValue_17();
+  public int GetSelectionModeMaxValue()
+    { return GetSelectionModeMaxValue_17(); }
+
+  private native int GetSelectionMode_18();
+  public int GetSelectionMode()
+    { return GetSelectionMode_18(); }
+
+  private native void SetSelectionModeToSmallestRegion_19();
+  public void SetSelectionModeToSmallestRegion()
+    { SetSelectionModeToSmallestRegion_19(); }
+
+  private native void SetSelectionModeToLargestRegion_20();
+  public void SetSelectionModeToLargestRegion()
+    { SetSelectionModeToLargestRegion_20(); }
+
+  private native void SetSelectionModeToClosestPointRegion_21();
+  public void SetSelectionModeToClosestPointRegion()
+    { SetSelectionModeToClosestPointRegion_21(); }
+
+  private native String GetSelectionModeAsString_22();
+  public String GetSelectionModeAsString()
+    { return GetSelectionModeAsString_22(); }
+
+  private native void SetGenerateUnselectedOutput_23(int id0);
+  public void SetGenerateUnselectedOutput(int id0)
+    { SetGenerateUnselectedOutput_23(id0); }
+
+  private native int GetGenerateUnselectedOutput_24();
+  public int GetGenerateUnselectedOutput()
+    { return GetGenerateUnselectedOutput_24(); }
+
+  private native void GenerateUnselectedOutputOn_25();
+  public void GenerateUnselectedOutputOn()
+    { GenerateUnselectedOutputOn_25(); }
+
+  private native void GenerateUnselectedOutputOff_26();
+  public void GenerateUnselectedOutputOff()
+    { GenerateUnselectedOutputOff_26(); }
+
+  private native long GetUnselectedOutput_27();
+  public vtkPolyData GetUnselectedOutput() {
+    long temp = GetUnselectedOutput_27();
+
+    if (temp == 0) return null;
+    return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetSelectionEdges_28();
+  public vtkPolyData GetSelectionEdges() {
+    long temp = GetSelectionEdges_28();
+
+    if (temp == 0) return null;
+    return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native int GetMTime_29();
+  public int GetMTime()
+    { return GetMTime_29(); }
+
+  public vtkSelectPolyData() { super(); }
+
+  public vtkSelectPolyData(long id) { super(id); }
+  public native long   VTKInit();
+
+}