]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkUnstructuredGridGeometryFilter.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkUnstructuredGridGeometryFilter.java
index e6a9f7c65797cc12a5410014e59232d22aad1a13..2f4fd3ab4fa14b715e4a9082e43c070db61cccf9 100644 (file)
-// java wrapper for vtkUnstructuredGridGeometryFilter object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkUnstructuredGridGeometryFilter extends vtkUnstructuredGridAlgorithm\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 SetPointClipping_2(int id0);\r
-  public void SetPointClipping(int id0)\r
-    { SetPointClipping_2(id0); }\r
-\r
-  private native int GetPointClipping_3();\r
-  public int GetPointClipping()\r
-    { return GetPointClipping_3(); }\r
-\r
-  private native void PointClippingOn_4();\r
-  public void PointClippingOn()\r
-    { PointClippingOn_4(); }\r
-\r
-  private native void PointClippingOff_5();\r
-  public void PointClippingOff()\r
-    { PointClippingOff_5(); }\r
-\r
-  private native void SetCellClipping_6(int id0);\r
-  public void SetCellClipping(int id0)\r
-    { SetCellClipping_6(id0); }\r
-\r
-  private native int GetCellClipping_7();\r
-  public int GetCellClipping()\r
-    { return GetCellClipping_7(); }\r
-\r
-  private native void CellClippingOn_8();\r
-  public void CellClippingOn()\r
-    { CellClippingOn_8(); }\r
-\r
-  private native void CellClippingOff_9();\r
-  public void CellClippingOff()\r
-    { CellClippingOff_9(); }\r
-\r
-  private native void SetExtentClipping_10(int id0);\r
-  public void SetExtentClipping(int id0)\r
-    { SetExtentClipping_10(id0); }\r
-\r
-  private native int GetExtentClipping_11();\r
-  public int GetExtentClipping()\r
-    { return GetExtentClipping_11(); }\r
-\r
-  private native void ExtentClippingOn_12();\r
-  public void ExtentClippingOn()\r
-    { ExtentClippingOn_12(); }\r
-\r
-  private native void ExtentClippingOff_13();\r
-  public void ExtentClippingOff()\r
-    { ExtentClippingOff_13(); }\r
-\r
-  private native void SetPointMinimum_14(int id0);\r
-  public void SetPointMinimum(int id0)\r
-    { SetPointMinimum_14(id0); }\r
-\r
-  private native int GetPointMinimumMinValue_15();\r
-  public int GetPointMinimumMinValue()\r
-    { return GetPointMinimumMinValue_15(); }\r
-\r
-  private native int GetPointMinimumMaxValue_16();\r
-  public int GetPointMinimumMaxValue()\r
-    { return GetPointMinimumMaxValue_16(); }\r
-\r
-  private native int GetPointMinimum_17();\r
-  public int GetPointMinimum()\r
-    { return GetPointMinimum_17(); }\r
-\r
-  private native void SetPointMaximum_18(int id0);\r
-  public void SetPointMaximum(int id0)\r
-    { SetPointMaximum_18(id0); }\r
-\r
-  private native int GetPointMaximumMinValue_19();\r
-  public int GetPointMaximumMinValue()\r
-    { return GetPointMaximumMinValue_19(); }\r
-\r
-  private native int GetPointMaximumMaxValue_20();\r
-  public int GetPointMaximumMaxValue()\r
-    { return GetPointMaximumMaxValue_20(); }\r
-\r
-  private native int GetPointMaximum_21();\r
-  public int GetPointMaximum()\r
-    { return GetPointMaximum_21(); }\r
-\r
-  private native void SetCellMinimum_22(int id0);\r
-  public void SetCellMinimum(int id0)\r
-    { SetCellMinimum_22(id0); }\r
-\r
-  private native int GetCellMinimumMinValue_23();\r
-  public int GetCellMinimumMinValue()\r
-    { return GetCellMinimumMinValue_23(); }\r
-\r
-  private native int GetCellMinimumMaxValue_24();\r
-  public int GetCellMinimumMaxValue()\r
-    { return GetCellMinimumMaxValue_24(); }\r
-\r
-  private native int GetCellMinimum_25();\r
-  public int GetCellMinimum()\r
-    { return GetCellMinimum_25(); }\r
-\r
-  private native void SetCellMaximum_26(int id0);\r
-  public void SetCellMaximum(int id0)\r
-    { SetCellMaximum_26(id0); }\r
-\r
-  private native int GetCellMaximumMinValue_27();\r
-  public int GetCellMaximumMinValue()\r
-    { return GetCellMaximumMinValue_27(); }\r
-\r
-  private native int GetCellMaximumMaxValue_28();\r
-  public int GetCellMaximumMaxValue()\r
-    { return GetCellMaximumMaxValue_28(); }\r
-\r
-  private native int GetCellMaximum_29();\r
-  public int GetCellMaximum()\r
-    { return GetCellMaximum_29(); }\r
-\r
-  private native void SetExtent_30(double id0,double id1,double id2,double id3,double id4,double id5);\r
-  public void SetExtent(double id0,double id1,double id2,double id3,double id4,double id5)\r
-    { SetExtent_30(id0,id1,id2,id3,id4,id5); }\r
-\r
-  private native void SetExtent_31(double id0[]);\r
-  public void SetExtent(double id0[])\r
-    { SetExtent_31(id0); }\r
-\r
-  private native void SetMerging_32(int id0);\r
-  public void SetMerging(int id0)\r
-    { SetMerging_32(id0); }\r
-\r
-  private native int GetMerging_33();\r
-  public int GetMerging()\r
-    { return GetMerging_33(); }\r
-\r
-  private native void MergingOn_34();\r
-  public void MergingOn()\r
-    { MergingOn_34(); }\r
-\r
-  private native void MergingOff_35();\r
-  public void MergingOff()\r
-    { MergingOff_35(); }\r
-\r
-  private native void SetPassThroughCellIds_36(int id0);\r
-  public void SetPassThroughCellIds(int id0)\r
-    { SetPassThroughCellIds_36(id0); }\r
-\r
-  private native int GetPassThroughCellIds_37();\r
-  public int GetPassThroughCellIds()\r
-    { return GetPassThroughCellIds_37(); }\r
-\r
-  private native void PassThroughCellIdsOn_38();\r
-  public void PassThroughCellIdsOn()\r
-    { PassThroughCellIdsOn_38(); }\r
-\r
-  private native void PassThroughCellIdsOff_39();\r
-  public void PassThroughCellIdsOff()\r
-    { PassThroughCellIdsOff_39(); }\r
-\r
-  private native void SetPassThroughPointIds_40(int id0);\r
-  public void SetPassThroughPointIds(int id0)\r
-    { SetPassThroughPointIds_40(id0); }\r
-\r
-  private native int GetPassThroughPointIds_41();\r
-  public int GetPassThroughPointIds()\r
-    { return GetPassThroughPointIds_41(); }\r
-\r
-  private native void PassThroughPointIdsOn_42();\r
-  public void PassThroughPointIdsOn()\r
-    { PassThroughPointIdsOn_42(); }\r
-\r
-  private native void PassThroughPointIdsOff_43();\r
-  public void PassThroughPointIdsOff()\r
-    { PassThroughPointIdsOff_43(); }\r
-\r
-  private native void SetOriginalCellIdsName_44(String id0);\r
-  public void SetOriginalCellIdsName(String id0)\r
-    { SetOriginalCellIdsName_44(id0); }\r
-\r
-  private native String GetOriginalCellIdsName_45();\r
-  public String GetOriginalCellIdsName()\r
-    { return GetOriginalCellIdsName_45(); }\r
-\r
-  private native void SetOriginalPointIdsName_46(String id0);\r
-  public void SetOriginalPointIdsName(String id0)\r
-    { SetOriginalPointIdsName_46(id0); }\r
-\r
-  private native String GetOriginalPointIdsName_47();\r
-  public String GetOriginalPointIdsName()\r
-    { return GetOriginalPointIdsName_47(); }\r
-\r
-  private native void SetLocator_48(vtkIncrementalPointLocator id0);\r
-  public void SetLocator(vtkIncrementalPointLocator id0)\r
-    { SetLocator_48(id0); }\r
-\r
-  private native long GetLocator_49();\r
-  public vtkIncrementalPointLocator GetLocator() {\r
-    long temp = GetLocator_49();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkIncrementalPointLocator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void CreateDefaultLocator_50();\r
-  public void CreateDefaultLocator()\r
-    { CreateDefaultLocator_50(); }\r
-\r
-  private native int GetMTime_51();\r
-  public int GetMTime()\r
-    { return GetMTime_51(); }\r
-\r
-  public vtkUnstructuredGridGeometryFilter() { super(); }\r
-\r
-  public vtkUnstructuredGridGeometryFilter(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkUnstructuredGridGeometryFilter object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkUnstructuredGridGeometryFilter extends vtkUnstructuredGridBaseAlgorithm
+{
+
+  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 SetPointClipping_2(int id0);
+  public void SetPointClipping(int id0)
+    { SetPointClipping_2(id0); }
+
+  private native int GetPointClipping_3();
+  public int GetPointClipping()
+    { return GetPointClipping_3(); }
+
+  private native void PointClippingOn_4();
+  public void PointClippingOn()
+    { PointClippingOn_4(); }
+
+  private native void PointClippingOff_5();
+  public void PointClippingOff()
+    { PointClippingOff_5(); }
+
+  private native void SetCellClipping_6(int id0);
+  public void SetCellClipping(int id0)
+    { SetCellClipping_6(id0); }
+
+  private native int GetCellClipping_7();
+  public int GetCellClipping()
+    { return GetCellClipping_7(); }
+
+  private native void CellClippingOn_8();
+  public void CellClippingOn()
+    { CellClippingOn_8(); }
+
+  private native void CellClippingOff_9();
+  public void CellClippingOff()
+    { CellClippingOff_9(); }
+
+  private native void SetExtentClipping_10(int id0);
+  public void SetExtentClipping(int id0)
+    { SetExtentClipping_10(id0); }
+
+  private native int GetExtentClipping_11();
+  public int GetExtentClipping()
+    { return GetExtentClipping_11(); }
+
+  private native void ExtentClippingOn_12();
+  public void ExtentClippingOn()
+    { ExtentClippingOn_12(); }
+
+  private native void ExtentClippingOff_13();
+  public void ExtentClippingOff()
+    { ExtentClippingOff_13(); }
+
+  private native void SetDuplicateGhostCellClipping_14(int id0);
+  public void SetDuplicateGhostCellClipping(int id0)
+    { SetDuplicateGhostCellClipping_14(id0); }
+
+  private native int GetDuplicateGhostCellClipping_15();
+  public int GetDuplicateGhostCellClipping()
+    { return GetDuplicateGhostCellClipping_15(); }
+
+  private native void DuplicateGhostCellClippingOn_16();
+  public void DuplicateGhostCellClippingOn()
+    { DuplicateGhostCellClippingOn_16(); }
+
+  private native void DuplicateGhostCellClippingOff_17();
+  public void DuplicateGhostCellClippingOff()
+    { DuplicateGhostCellClippingOff_17(); }
+
+  private native void SetPointMinimum_18(int id0);
+  public void SetPointMinimum(int id0)
+    { SetPointMinimum_18(id0); }
+
+  private native int GetPointMinimumMinValue_19();
+  public int GetPointMinimumMinValue()
+    { return GetPointMinimumMinValue_19(); }
+
+  private native int GetPointMinimumMaxValue_20();
+  public int GetPointMinimumMaxValue()
+    { return GetPointMinimumMaxValue_20(); }
+
+  private native int GetPointMinimum_21();
+  public int GetPointMinimum()
+    { return GetPointMinimum_21(); }
+
+  private native void SetPointMaximum_22(int id0);
+  public void SetPointMaximum(int id0)
+    { SetPointMaximum_22(id0); }
+
+  private native int GetPointMaximumMinValue_23();
+  public int GetPointMaximumMinValue()
+    { return GetPointMaximumMinValue_23(); }
+
+  private native int GetPointMaximumMaxValue_24();
+  public int GetPointMaximumMaxValue()
+    { return GetPointMaximumMaxValue_24(); }
+
+  private native int GetPointMaximum_25();
+  public int GetPointMaximum()
+    { return GetPointMaximum_25(); }
+
+  private native void SetCellMinimum_26(int id0);
+  public void SetCellMinimum(int id0)
+    { SetCellMinimum_26(id0); }
+
+  private native int GetCellMinimumMinValue_27();
+  public int GetCellMinimumMinValue()
+    { return GetCellMinimumMinValue_27(); }
+
+  private native int GetCellMinimumMaxValue_28();
+  public int GetCellMinimumMaxValue()
+    { return GetCellMinimumMaxValue_28(); }
+
+  private native int GetCellMinimum_29();
+  public int GetCellMinimum()
+    { return GetCellMinimum_29(); }
+
+  private native void SetCellMaximum_30(int id0);
+  public void SetCellMaximum(int id0)
+    { SetCellMaximum_30(id0); }
+
+  private native int GetCellMaximumMinValue_31();
+  public int GetCellMaximumMinValue()
+    { return GetCellMaximumMinValue_31(); }
+
+  private native int GetCellMaximumMaxValue_32();
+  public int GetCellMaximumMaxValue()
+    { return GetCellMaximumMaxValue_32(); }
+
+  private native int GetCellMaximum_33();
+  public int GetCellMaximum()
+    { return GetCellMaximum_33(); }
+
+  private native void SetExtent_34(double id0,double id1,double id2,double id3,double id4,double id5);
+  public void SetExtent(double id0,double id1,double id2,double id3,double id4,double id5)
+    { SetExtent_34(id0,id1,id2,id3,id4,id5); }
+
+  private native void SetExtent_35(double id0[]);
+  public void SetExtent(double id0[])
+    { SetExtent_35(id0); }
+
+  private native void SetMerging_36(int id0);
+  public void SetMerging(int id0)
+    { SetMerging_36(id0); }
+
+  private native int GetMerging_37();
+  public int GetMerging()
+    { return GetMerging_37(); }
+
+  private native void MergingOn_38();
+  public void MergingOn()
+    { MergingOn_38(); }
+
+  private native void MergingOff_39();
+  public void MergingOff()
+    { MergingOff_39(); }
+
+  private native void SetPassThroughCellIds_40(int id0);
+  public void SetPassThroughCellIds(int id0)
+    { SetPassThroughCellIds_40(id0); }
+
+  private native int GetPassThroughCellIds_41();
+  public int GetPassThroughCellIds()
+    { return GetPassThroughCellIds_41(); }
+
+  private native void PassThroughCellIdsOn_42();
+  public void PassThroughCellIdsOn()
+    { PassThroughCellIdsOn_42(); }
+
+  private native void PassThroughCellIdsOff_43();
+  public void PassThroughCellIdsOff()
+    { PassThroughCellIdsOff_43(); }
+
+  private native void SetPassThroughPointIds_44(int id0);
+  public void SetPassThroughPointIds(int id0)
+    { SetPassThroughPointIds_44(id0); }
+
+  private native int GetPassThroughPointIds_45();
+  public int GetPassThroughPointIds()
+    { return GetPassThroughPointIds_45(); }
+
+  private native void PassThroughPointIdsOn_46();
+  public void PassThroughPointIdsOn()
+    { PassThroughPointIdsOn_46(); }
+
+  private native void PassThroughPointIdsOff_47();
+  public void PassThroughPointIdsOff()
+    { PassThroughPointIdsOff_47(); }
+
+  private native void SetOriginalCellIdsName_48(String id0);
+  public void SetOriginalCellIdsName(String id0)
+    { SetOriginalCellIdsName_48(id0); }
+
+  private native String GetOriginalCellIdsName_49();
+  public String GetOriginalCellIdsName()
+    { return GetOriginalCellIdsName_49(); }
+
+  private native void SetOriginalPointIdsName_50(String id0);
+  public void SetOriginalPointIdsName(String id0)
+    { SetOriginalPointIdsName_50(id0); }
+
+  private native String GetOriginalPointIdsName_51();
+  public String GetOriginalPointIdsName()
+    { return GetOriginalPointIdsName_51(); }
+
+  private native void SetLocator_52(vtkIncrementalPointLocator id0);
+  public void SetLocator(vtkIncrementalPointLocator id0)
+    { SetLocator_52(id0); }
+
+  private native long GetLocator_53();
+  public vtkIncrementalPointLocator GetLocator() {
+    long temp = GetLocator_53();
+
+    if (temp == 0) return null;
+    return (vtkIncrementalPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void CreateDefaultLocator_54();
+  public void CreateDefaultLocator()
+    { CreateDefaultLocator_54(); }
+
+  private native int GetMTime_55();
+  public int GetMTime()
+    { return GetMTime_55(); }
+
+  public vtkUnstructuredGridGeometryFilter() { super(); }
+
+  public vtkUnstructuredGridGeometryFilter(long id) { super(id); }
+  public native long   VTKInit();
+
+}