]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkGenericDataSet.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkGenericDataSet.java
index 84ff74edbb329f28771217d98c4044b5b85e88cb..91447c57d76527d32e6c2f44e782e116e150a7f5 100644 (file)
-// java wrapper for vtkGenericDataSet object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkGenericDataSet extends vtkDataObject\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 int GetNumberOfPoints_2();\r
-  public int GetNumberOfPoints()\r
-    { return GetNumberOfPoints_2(); }\r
-\r
-  private native int GetNumberOfCells_3(int id0);\r
-  public int GetNumberOfCells(int id0)\r
-    { return GetNumberOfCells_3(id0); }\r
-\r
-  private native int GetCellDimension_4();\r
-  public int GetCellDimension()\r
-    { return GetCellDimension_4(); }\r
-\r
-  private native void GetCellTypes_5(vtkCellTypes id0);\r
-  public void GetCellTypes(vtkCellTypes id0)\r
-    { GetCellTypes_5(id0); }\r
-\r
-  private native long NewCellIterator_6(int id0);\r
-  public vtkGenericCellIterator NewCellIterator(int id0) {\r
-    long temp = NewCellIterator_6(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkGenericCellIterator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long NewBoundaryIterator_7(int id0,int id1);\r
-  public vtkGenericCellIterator NewBoundaryIterator(int id0,int id1) {\r
-    long temp = NewBoundaryIterator_7(id0,id1);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkGenericCellIterator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long NewPointIterator_8();\r
-  public vtkGenericPointIterator NewPointIterator() {\r
-    long temp = NewPointIterator_8();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkGenericPointIterator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void FindPoint_9(double id0[],vtkGenericPointIterator id1);\r
-  public void FindPoint(double id0[],vtkGenericPointIterator id1)\r
-    { FindPoint_9(id0,id1); }\r
-\r
-  private native int GetMTime_10();\r
-  public int GetMTime()\r
-    { return GetMTime_10(); }\r
-\r
-  private native void ComputeBounds_11();\r
-  public void ComputeBounds()\r
-    { ComputeBounds_11(); }\r
-\r
-  private native void GetBounds_12(double id0[]);\r
-  public void GetBounds(double id0[])\r
-    { GetBounds_12(id0); }\r
-\r
-  private native void GetCenter_13(double id0[]);\r
-  public void GetCenter(double id0[])\r
-    { GetCenter_13(id0); }\r
-\r
-  private native double GetLength_14();\r
-  public double GetLength()\r
-    { return GetLength_14(); }\r
-\r
-  private native long GetAttributes_15();\r
-  public vtkGenericAttributeCollection GetAttributes() {\r
-    long temp = GetAttributes_15();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkGenericAttributeCollection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetAttributes_16(int id0);\r
-  public vtkDataSetAttributes GetAttributes(int id0) {\r
-    long temp = GetAttributes_16(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkDataSetAttributes)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetTessellator_17(vtkGenericCellTessellator id0);\r
-  public void SetTessellator(vtkGenericCellTessellator id0)\r
-    { SetTessellator_17(id0); }\r
-\r
-  private native long GetTessellator_18();\r
-  public vtkGenericCellTessellator GetTessellator() {\r
-    long temp = GetTessellator_18();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkGenericCellTessellator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native int GetActualMemorySize_19();\r
-  public int GetActualMemorySize()\r
-    { return GetActualMemorySize_19(); }\r
-\r
-  private native int GetDataObjectType_20();\r
-  public int GetDataObjectType()\r
-    { return GetDataObjectType_20(); }\r
-\r
-  private native int GetEstimatedSize_21();\r
-  public int GetEstimatedSize()\r
-    { return GetEstimatedSize_21(); }\r
-\r
-  private native long GetData_22(vtkInformation id0);\r
-  public vtkGenericDataSet GetData(vtkInformation id0) {\r
-    long temp = GetData_22(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkGenericDataSet)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetData_23(vtkInformationVector id0,int id1);\r
-  public vtkGenericDataSet GetData(vtkInformationVector id0,int id1) {\r
-    long temp = GetData_23(id0,id1);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkGenericDataSet)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  public vtkGenericDataSet() { super(); }\r
-\r
-  public vtkGenericDataSet(long id) { super(id); }\r
-\r
-}\r
+// java wrapper for vtkGenericDataSet object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkGenericDataSet extends vtkDataObject
+{
+
+  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 int GetNumberOfPoints_2();
+  public int GetNumberOfPoints()
+    { return GetNumberOfPoints_2(); }
+
+  private native int GetNumberOfCells_3(int id0);
+  public int GetNumberOfCells(int id0)
+    { return GetNumberOfCells_3(id0); }
+
+  private native int GetCellDimension_4();
+  public int GetCellDimension()
+    { return GetCellDimension_4(); }
+
+  private native void GetCellTypes_5(vtkCellTypes id0);
+  public void GetCellTypes(vtkCellTypes id0)
+    { GetCellTypes_5(id0); }
+
+  private native long NewCellIterator_6(int id0);
+  public vtkGenericCellIterator NewCellIterator(int id0) {
+    long temp = NewCellIterator_6(id0);
+
+    if (temp == 0) return null;
+    return (vtkGenericCellIterator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long NewBoundaryIterator_7(int id0,int id1);
+  public vtkGenericCellIterator NewBoundaryIterator(int id0,int id1) {
+    long temp = NewBoundaryIterator_7(id0,id1);
+
+    if (temp == 0) return null;
+    return (vtkGenericCellIterator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long NewPointIterator_8();
+  public vtkGenericPointIterator NewPointIterator() {
+    long temp = NewPointIterator_8();
+
+    if (temp == 0) return null;
+    return (vtkGenericPointIterator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void FindPoint_9(double id0[],vtkGenericPointIterator id1);
+  public void FindPoint(double id0[],vtkGenericPointIterator id1)
+    { FindPoint_9(id0,id1); }
+
+  private native int GetMTime_10();
+  public int GetMTime()
+    { return GetMTime_10(); }
+
+  private native void ComputeBounds_11();
+  public void ComputeBounds()
+    { ComputeBounds_11(); }
+
+  private native void GetBounds_12(double id0[]);
+  public void GetBounds(double id0[])
+    { GetBounds_12(id0); }
+
+  private native void GetCenter_13(double id0[]);
+  public void GetCenter(double id0[])
+    { GetCenter_13(id0); }
+
+  private native double GetLength_14();
+  public double GetLength()
+    { return GetLength_14(); }
+
+  private native long GetAttributes_15();
+  public vtkGenericAttributeCollection GetAttributes() {
+    long temp = GetAttributes_15();
+
+    if (temp == 0) return null;
+    return (vtkGenericAttributeCollection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetAttributes_16(int id0);
+  public vtkDataSetAttributes GetAttributes(int id0) {
+    long temp = GetAttributes_16(id0);
+
+    if (temp == 0) return null;
+    return (vtkDataSetAttributes)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetTessellator_17(vtkGenericCellTessellator id0);
+  public void SetTessellator(vtkGenericCellTessellator id0)
+    { SetTessellator_17(id0); }
+
+  private native long GetTessellator_18();
+  public vtkGenericCellTessellator GetTessellator() {
+    long temp = GetTessellator_18();
+
+    if (temp == 0) return null;
+    return (vtkGenericCellTessellator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native int GetActualMemorySize_19();
+  public int GetActualMemorySize()
+    { return GetActualMemorySize_19(); }
+
+  private native int GetDataObjectType_20();
+  public int GetDataObjectType()
+    { return GetDataObjectType_20(); }
+
+  private native int GetEstimatedSize_21();
+  public int GetEstimatedSize()
+    { return GetEstimatedSize_21(); }
+
+  private native long GetData_22(vtkInformation id0);
+  public vtkGenericDataSet GetData(vtkInformation id0) {
+    long temp = GetData_22(id0);
+
+    if (temp == 0) return null;
+    return (vtkGenericDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetData_23(vtkInformationVector id0,int id1);
+  public vtkGenericDataSet GetData(vtkInformationVector id0,int id1) {
+    long temp = GetData_23(id0,id1);
+
+    if (temp == 0) return null;
+    return (vtkGenericDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  public vtkGenericDataSet() { super(); }
+
+  public vtkGenericDataSet(long id) { super(id); }
+
+}