]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkStructuredGrid.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkStructuredGrid.java
index b5d40b26597dba1da257f60cbf63f908a8118344..036bc0bfd0d2827224e44f4f7df8790d8926bf09 100644 (file)
-// java wrapper for vtkStructuredGrid object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkStructuredGrid extends vtkPointSet\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 GetDataObjectType_2();\r
-  public int GetDataObjectType()\r
-    { return GetDataObjectType_2(); }\r
-\r
-  private native void CopyStructure_3(vtkDataSet id0);\r
-  public void CopyStructure(vtkDataSet id0)\r
-    { CopyStructure_3(id0); }\r
-\r
-  private native int GetNumberOfPoints_4();\r
-  public int GetNumberOfPoints()\r
-    { return GetNumberOfPoints_4(); }\r
-\r
-  private native double[] GetPoint_5(int id0);\r
-  public double[] GetPoint(int id0)\r
-    { return GetPoint_5(id0); }\r
-\r
-  private native void GetPoint_6(int id0,double id1[]);\r
-  public void GetPoint(int id0,double id1[])\r
-    { GetPoint_6(id0,id1); }\r
-\r
-  private native long GetCell_7(int id0);\r
-  public vtkCell GetCell(int id0) {\r
-    long temp = GetCell_7(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkCell)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void GetCell_8(int id0,vtkGenericCell id1);\r
-  public void GetCell(int id0,vtkGenericCell id1)\r
-    { GetCell_8(id0,id1); }\r
-\r
-  private native void GetCellBounds_9(int id0,double id1[]);\r
-  public void GetCellBounds(int id0,double id1[])\r
-    { GetCellBounds_9(id0,id1); }\r
-\r
-  private native int GetCellType_10(int id0);\r
-  public int GetCellType(int id0)\r
-    { return GetCellType_10(id0); }\r
-\r
-  private native int GetNumberOfCells_11();\r
-  public int GetNumberOfCells()\r
-    { return GetNumberOfCells_11(); }\r
-\r
-  private native void GetCellPoints_12(int id0,vtkIdList id1);\r
-  public void GetCellPoints(int id0,vtkIdList id1)\r
-    { GetCellPoints_12(id0,id1); }\r
-\r
-  private native void GetPointCells_13(int id0,vtkIdList id1);\r
-  public void GetPointCells(int id0,vtkIdList id1)\r
-    { GetPointCells_13(id0,id1); }\r
-\r
-  private native void Initialize_14();\r
-  public void Initialize()\r
-    { Initialize_14(); }\r
-\r
-  private native int GetMaxCellSize_15();\r
-  public int GetMaxCellSize()\r
-    { return GetMaxCellSize_15(); }\r
-\r
-  private native void GetCellNeighbors_16(int id0,vtkIdList id1,vtkIdList id2);\r
-  public void GetCellNeighbors(int id0,vtkIdList id1,vtkIdList id2)\r
-    { GetCellNeighbors_16(id0,id1,id2); }\r
-\r
-  private native void GetScalarRange_17(double id0[]);\r
-  public void GetScalarRange(double id0[])\r
-    { GetScalarRange_17(id0); }\r
-\r
-  private native double[] GetScalarRange_18();\r
-  public double[] GetScalarRange()\r
-    { return GetScalarRange_18(); }\r
-\r
-  private native void SetDimensions_19(int id0,int id1,int id2);\r
-  public void SetDimensions(int id0,int id1,int id2)\r
-    { SetDimensions_19(id0,id1,id2); }\r
-\r
-  private native void SetDimensions_20(int id0[]);\r
-  public void SetDimensions(int id0[])\r
-    { SetDimensions_20(id0); }\r
-\r
-  private native int[]  GetDimensions_21();\r
-  public int[]  GetDimensions()\r
-    { return GetDimensions_21(); }\r
-\r
-  private native void GetDimensions_22(int id0[]);\r
-  public void GetDimensions(int id0[])\r
-    { GetDimensions_22(id0); }\r
-\r
-  private native int GetDataDimension_23();\r
-  public int GetDataDimension()\r
-    { return GetDataDimension_23(); }\r
-\r
-  private native void SetExtent_24(int id0[]);\r
-  public void SetExtent(int id0[])\r
-    { SetExtent_24(id0); }\r
-\r
-  private native void SetExtent_25(int id0,int id1,int id2,int id3,int id4,int id5);\r
-  public void SetExtent(int id0,int id1,int id2,int id3,int id4,int id5)\r
-    { SetExtent_25(id0,id1,id2,id3,id4,id5); }\r
-\r
-  private native int[]  GetExtent_26();\r
-  public int[]  GetExtent()\r
-    { return GetExtent_26(); }\r
-\r
-  private native int GetActualMemorySize_27();\r
-  public int GetActualMemorySize()\r
-    { return GetActualMemorySize_27(); }\r
-\r
-  private native void ShallowCopy_28(vtkDataObject id0);\r
-  public void ShallowCopy(vtkDataObject id0)\r
-    { ShallowCopy_28(id0); }\r
-\r
-  private native void DeepCopy_29(vtkDataObject id0);\r
-  public void DeepCopy(vtkDataObject id0)\r
-    { DeepCopy_29(id0); }\r
-\r
-  private native int GetExtentType_30();\r
-  public int GetExtentType()\r
-    { return GetExtentType_30(); }\r
-\r
-  private native void BlankPoint_31(int id0);\r
-  public void BlankPoint(int id0)\r
-    { BlankPoint_31(id0); }\r
-\r
-  private native void UnBlankPoint_32(int id0);\r
-  public void UnBlankPoint(int id0)\r
-    { UnBlankPoint_32(id0); }\r
-\r
-  private native void BlankCell_33(int id0);\r
-  public void BlankCell(int id0)\r
-    { BlankCell_33(id0); }\r
-\r
-  private native void UnBlankCell_34(int id0);\r
-  public void UnBlankCell(int id0)\r
-    { UnBlankCell_34(id0); }\r
-\r
-  private native long GetPointVisibilityArray_35();\r
-  public vtkUnsignedCharArray GetPointVisibilityArray() {\r
-    long temp = GetPointVisibilityArray_35();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkUnsignedCharArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetPointVisibilityArray_36(vtkUnsignedCharArray id0);\r
-  public void SetPointVisibilityArray(vtkUnsignedCharArray id0)\r
-    { SetPointVisibilityArray_36(id0); }\r
-\r
-  private native long GetCellVisibilityArray_37();\r
-  public vtkUnsignedCharArray GetCellVisibilityArray() {\r
-    long temp = GetCellVisibilityArray_37();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkUnsignedCharArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetCellVisibilityArray_38(vtkUnsignedCharArray id0);\r
-  public void SetCellVisibilityArray(vtkUnsignedCharArray id0)\r
-    { SetCellVisibilityArray_38(id0); }\r
-\r
-  private native int IsPointVisible_39(int id0);\r
-  public int IsPointVisible(int id0)\r
-    { return IsPointVisible_39(id0); }\r
-\r
-  private native int IsCellVisible_40(int id0);\r
-  public int IsCellVisible(int id0)\r
-    { return IsCellVisible_40(id0); }\r
-\r
-  private native int GetPointBlanking_41();\r
-  public int GetPointBlanking()\r
-    { return GetPointBlanking_41(); }\r
-\r
-  private native int GetCellBlanking_42();\r
-  public int GetCellBlanking()\r
-    { return GetCellBlanking_42(); }\r
-\r
-  private native void Crop_43();\r
-  public void Crop()\r
-    { Crop_43(); }\r
-\r
-  private native long GetData_44(vtkInformation id0);\r
-  public vtkStructuredGrid GetData(vtkInformation id0) {\r
-    long temp = GetData_44(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkStructuredGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetData_45(vtkInformationVector id0,int id1);\r
-  public vtkStructuredGrid GetData(vtkInformationVector id0,int id1) {\r
-    long temp = GetData_45(id0,id1);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkStructuredGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void GetPoint_46(int id0,int id1,int id2,double id3[],boolean id4);\r
-  public void GetPoint(int id0,int id1,int id2,double id3[],boolean id4)\r
-    { GetPoint_46(id0,id1,id2,id3,id4); }\r
-\r
-  public vtkStructuredGrid() { super(); }\r
-\r
-  public vtkStructuredGrid(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkStructuredGrid object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkStructuredGrid extends vtkPointSet
+{
+
+  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 GetDataObjectType_2();
+  public int GetDataObjectType()
+    { return GetDataObjectType_2(); }
+
+  private native void CopyStructure_3(vtkDataSet id0);
+  public void CopyStructure(vtkDataSet id0)
+    { CopyStructure_3(id0); }
+
+  private native int GetNumberOfPoints_4();
+  public int GetNumberOfPoints()
+    { return GetNumberOfPoints_4(); }
+
+  private native double[] GetPoint_5(int id0);
+  public double[] GetPoint(int id0)
+    { return GetPoint_5(id0); }
+
+  private native void GetPoint_6(int id0,double id1[]);
+  public void GetPoint(int id0,double id1[])
+    { GetPoint_6(id0,id1); }
+
+  private native long GetCell_7(int id0);
+  public vtkCell GetCell(int id0) {
+    long temp = GetCell_7(id0);
+
+    if (temp == 0) return null;
+    return (vtkCell)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetCell_8(int id0,int id1,int id2);
+  public vtkCell GetCell(int id0,int id1,int id2) {
+    long temp = GetCell_8(id0,id1,id2);
+
+    if (temp == 0) return null;
+    return (vtkCell)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void GetCell_9(int id0,vtkGenericCell id1);
+  public void GetCell(int id0,vtkGenericCell id1)
+    { GetCell_9(id0,id1); }
+
+  private native void GetCellBounds_10(int id0,double id1[]);
+  public void GetCellBounds(int id0,double id1[])
+    { GetCellBounds_10(id0,id1); }
+
+  private native int GetCellType_11(int id0);
+  public int GetCellType(int id0)
+    { return GetCellType_11(id0); }
+
+  private native int GetNumberOfCells_12();
+  public int GetNumberOfCells()
+    { return GetNumberOfCells_12(); }
+
+  private native void GetCellPoints_13(int id0,vtkIdList id1);
+  public void GetCellPoints(int id0,vtkIdList id1)
+    { GetCellPoints_13(id0,id1); }
+
+  private native void GetPointCells_14(int id0,vtkIdList id1);
+  public void GetPointCells(int id0,vtkIdList id1)
+    { GetPointCells_14(id0,id1); }
+
+  private native void Initialize_15();
+  public void Initialize()
+    { Initialize_15(); }
+
+  private native int GetMaxCellSize_16();
+  public int GetMaxCellSize()
+    { return GetMaxCellSize_16(); }
+
+  private native void GetCellNeighbors_17(int id0,vtkIdList id1,vtkIdList id2);
+  public void GetCellNeighbors(int id0,vtkIdList id1,vtkIdList id2)
+    { GetCellNeighbors_17(id0,id1,id2); }
+
+  private native void SetDimensions_18(int id0,int id1,int id2);
+  public void SetDimensions(int id0,int id1,int id2)
+    { SetDimensions_18(id0,id1,id2); }
+
+  private native void SetDimensions_19(int id0[]);
+  public void SetDimensions(int id0[])
+    { SetDimensions_19(id0); }
+
+  private native int[]  GetDimensions_20();
+  public int[]  GetDimensions()
+    { return GetDimensions_20(); }
+
+  private native void GetDimensions_21(int id0[]);
+  public void GetDimensions(int id0[])
+    { GetDimensions_21(id0); }
+
+  private native int GetDataDimension_22();
+  public int GetDataDimension()
+    { return GetDataDimension_22(); }
+
+  private native void SetExtent_23(int id0[]);
+  public void SetExtent(int id0[])
+    { SetExtent_23(id0); }
+
+  private native void SetExtent_24(int id0,int id1,int id2,int id3,int id4,int id5);
+  public void SetExtent(int id0,int id1,int id2,int id3,int id4,int id5)
+    { SetExtent_24(id0,id1,id2,id3,id4,id5); }
+
+  private native int[]  GetExtent_25();
+  public int[]  GetExtent()
+    { return GetExtent_25(); }
+
+  private native int GetActualMemorySize_26();
+  public int GetActualMemorySize()
+    { return GetActualMemorySize_26(); }
+
+  private native void ShallowCopy_27(vtkDataObject id0);
+  public void ShallowCopy(vtkDataObject id0)
+    { ShallowCopy_27(id0); }
+
+  private native void DeepCopy_28(vtkDataObject id0);
+  public void DeepCopy(vtkDataObject id0)
+    { DeepCopy_28(id0); }
+
+  private native int GetExtentType_29();
+  public int GetExtentType()
+    { return GetExtentType_29(); }
+
+  private native void BlankPoint_30(int id0);
+  public void BlankPoint(int id0)
+    { BlankPoint_30(id0); }
+
+  private native void UnBlankPoint_31(int id0);
+  public void UnBlankPoint(int id0)
+    { UnBlankPoint_31(id0); }
+
+  private native void BlankCell_32(int id0);
+  public void BlankCell(int id0)
+    { BlankCell_32(id0); }
+
+  private native void UnBlankCell_33(int id0);
+  public void UnBlankCell(int id0)
+    { UnBlankCell_33(id0); }
+
+  private native int IsPointVisible_34(int id0);
+  public int IsPointVisible(int id0)
+    { return IsPointVisible_34(id0); }
+
+  private native int IsCellVisible_35(int id0);
+  public int IsCellVisible(int id0)
+    { return IsCellVisible_35(id0); }
+
+  private native boolean HasAnyBlankPoints_36();
+  public boolean HasAnyBlankPoints()
+    { return HasAnyBlankPoints_36(); }
+
+  private native boolean HasAnyBlankCells_37();
+  public boolean HasAnyBlankCells()
+    { return HasAnyBlankCells_37(); }
+
+  private native void GetCellDims_38(int id0[]);
+  public void GetCellDims(int id0[])
+    { GetCellDims_38(id0); }
+
+  private native long GetData_39(vtkInformation id0);
+  public vtkStructuredGrid GetData(vtkInformation id0) {
+    long temp = GetData_39(id0);
+
+    if (temp == 0) return null;
+    return (vtkStructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetData_40(vtkInformationVector id0,int id1);
+  public vtkStructuredGrid GetData(vtkInformationVector id0,int id1) {
+    long temp = GetData_40(id0,id1);
+
+    if (temp == 0) return null;
+    return (vtkStructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void GetPoint_41(int id0,int id1,int id2,double id3[],boolean id4);
+  public void GetPoint(int id0,int id1,int id2,double id3[],boolean id4)
+    { GetPoint_41(id0,id1,id2,id3,id4); }
+
+  public vtkStructuredGrid() { super(); }
+
+  public vtkStructuredGrid(long id) { super(id); }
+  public native long   VTKInit();
+
+}