X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkRectilinearGrid.java;h=74f8da435a2e2532d9b1b2465e2ac8fa8e4ff4cb;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=21a30132139cf8ae10544e77d1e8be20c3affaa7;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkRectilinearGrid.java b/vtk/src/vtk/vtkRectilinearGrid.java index 21a30132..74f8da43 100644 --- a/vtk/src/vtk/vtkRectilinearGrid.java +++ b/vtk/src/vtk/vtkRectilinearGrid.java @@ -1,211 +1,223 @@ -// java wrapper for vtkRectilinearGrid object -// - -package vtk; -import vtk.*; - -public class vtkRectilinearGrid extends vtkDataSet -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - 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 void Initialize_4(); - public void Initialize() - { Initialize_4(); } - - private native int GetNumberOfCells_5(); - public int GetNumberOfCells() - { return GetNumberOfCells_5(); } - - private native int GetNumberOfPoints_6(); - public int GetNumberOfPoints() - { return GetNumberOfPoints_6(); } - - private native double[] GetPoint_7(int id0); - public double[] GetPoint(int id0) - { return GetPoint_7(id0); } - - private native void GetPoint_8(int id0,double id1[]); - public void GetPoint(int id0,double id1[]) - { GetPoint_8(id0,id1); } - - private native long GetCell_9(int id0); - public vtkCell GetCell(int id0) { - long temp = GetCell_9(id0); - - if (temp == 0) return null; - return (vtkCell)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void GetCell_10(int id0,vtkGenericCell id1); - public void GetCell(int id0,vtkGenericCell id1) - { GetCell_10(id0,id1); } - - private native void GetCellBounds_11(int id0,double id1[]); - public void GetCellBounds(int id0,double id1[]) - { GetCellBounds_11(id0,id1); } - - private native int FindPoint_12(double id0,double id1,double id2); - public int FindPoint(double id0,double id1,double id2) - { return FindPoint_12(id0,id1,id2); } - - private native int FindPoint_13(double id0[]); - public int FindPoint(double id0[]) - { return FindPoint_13(id0); } - - private native int GetCellType_14(int id0); - public int GetCellType(int id0) - { return GetCellType_14(id0); } - - private native void GetCellPoints_15(int id0,vtkIdList id1); - public void GetCellPoints(int id0,vtkIdList id1) - { GetCellPoints_15(id0,id1); } - - private native void GetPointCells_16(int id0,vtkIdList id1); - public void GetPointCells(int id0,vtkIdList id1) - { GetPointCells_16(id0,id1); } - - private native void ComputeBounds_17(); - public void ComputeBounds() - { ComputeBounds_17(); } - - private native int GetMaxCellSize_18(); - public int GetMaxCellSize() - { return GetMaxCellSize_18(); } - - private native void GetCellNeighbors_19(int id0,vtkIdList id1,vtkIdList id2); - public void GetCellNeighbors(int id0,vtkIdList id1,vtkIdList id2) - { GetCellNeighbors_19(id0,id1,id2); } - - private native void SetDimensions_20(int id0,int id1,int id2); - public void SetDimensions(int id0,int id1,int id2) - { SetDimensions_20(id0,id1,id2); } - - private native void SetDimensions_21(int id0[]); - public void SetDimensions(int id0[]) - { SetDimensions_21(id0); } - - private native int[] GetDimensions_22(); - public int[] GetDimensions() - { return GetDimensions_22(); } - - private native int GetDataDimension_23(); - public int GetDataDimension() - { return GetDataDimension_23(); } - - private native int ComputeStructuredCoordinates_24(double id0[],int id1[],double id2[]); - public int ComputeStructuredCoordinates(double id0[],int id1[],double id2[]) - { return ComputeStructuredCoordinates_24(id0,id1,id2); } - - private native int ComputePointId_25(int id0[]); - public int ComputePointId(int id0[]) - { return ComputePointId_25(id0); } - - private native int ComputeCellId_26(int id0[]); - public int ComputeCellId(int id0[]) - { return ComputeCellId_26(id0); } - - private native void SetXCoordinates_27(vtkDataArray id0); - public void SetXCoordinates(vtkDataArray id0) - { SetXCoordinates_27(id0); } - - private native long GetXCoordinates_28(); - public vtkDataArray GetXCoordinates() { - long temp = GetXCoordinates_28(); - - if (temp == 0) return null; - return (vtkDataArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetYCoordinates_29(vtkDataArray id0); - public void SetYCoordinates(vtkDataArray id0) - { SetYCoordinates_29(id0); } - - private native long GetYCoordinates_30(); - public vtkDataArray GetYCoordinates() { - long temp = GetYCoordinates_30(); - - if (temp == 0) return null; - return (vtkDataArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetZCoordinates_31(vtkDataArray id0); - public void SetZCoordinates(vtkDataArray id0) - { SetZCoordinates_31(id0); } - - private native long GetZCoordinates_32(); - public vtkDataArray GetZCoordinates() { - long temp = GetZCoordinates_32(); - - if (temp == 0) return null; - return (vtkDataArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetExtent_33(int id0[]); - public void SetExtent(int id0[]) - { SetExtent_33(id0); } - - private native void SetExtent_34(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_34(id0,id1,id2,id3,id4,id5); } - - private native int[] GetExtent_35(); - public int[] GetExtent() - { return GetExtent_35(); } - - private native int GetActualMemorySize_36(); - public int GetActualMemorySize() - { return GetActualMemorySize_36(); } - - private native void ShallowCopy_37(vtkDataObject id0); - public void ShallowCopy(vtkDataObject id0) - { ShallowCopy_37(id0); } - - private native void DeepCopy_38(vtkDataObject id0); - public void DeepCopy(vtkDataObject id0) - { DeepCopy_38(id0); } - - private native int GetExtentType_39(); - public int GetExtentType() - { return GetExtentType_39(); } - - private native void Crop_40(); - public void Crop() - { Crop_40(); } - - private native long GetData_41(vtkInformation id0); - public vtkRectilinearGrid GetData(vtkInformation id0) { - long temp = GetData_41(id0); - - if (temp == 0) return null; - return (vtkRectilinearGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetData_42(vtkInformationVector id0,int id1); - public vtkRectilinearGrid GetData(vtkInformationVector id0,int id1) { - long temp = GetData_42(id0,id1); - - if (temp == 0) return null; - return (vtkRectilinearGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkRectilinearGrid() { super(); } - - public vtkRectilinearGrid(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkRectilinearGrid object +// + +package vtk; +import vtk.*; + +public class vtkRectilinearGrid extends vtkDataSet +{ + + 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 void Initialize_4(); + public void Initialize() + { Initialize_4(); } + + private native int GetNumberOfCells_5(); + public int GetNumberOfCells() + { return GetNumberOfCells_5(); } + + private native int GetNumberOfPoints_6(); + public int GetNumberOfPoints() + { return GetNumberOfPoints_6(); } + + private native double[] GetPoint_7(int id0); + public double[] GetPoint(int id0) + { return GetPoint_7(id0); } + + private native void GetPoint_8(int id0,double id1[]); + public void GetPoint(int id0,double id1[]) + { GetPoint_8(id0,id1); } + + private native long GetCell_9(int id0); + public vtkCell GetCell(int id0) { + long temp = GetCell_9(id0); + + if (temp == 0) return null; + return (vtkCell)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetCell_10(int id0,int id1,int id2); + public vtkCell GetCell(int id0,int id1,int id2) { + long temp = GetCell_10(id0,id1,id2); + + if (temp == 0) return null; + return (vtkCell)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void GetCell_11(int id0,vtkGenericCell id1); + public void GetCell(int id0,vtkGenericCell id1) + { GetCell_11(id0,id1); } + + private native void GetCellBounds_12(int id0,double id1[]); + public void GetCellBounds(int id0,double id1[]) + { GetCellBounds_12(id0,id1); } + + private native int FindPoint_13(double id0,double id1,double id2); + public int FindPoint(double id0,double id1,double id2) + { return FindPoint_13(id0,id1,id2); } + + private native int FindPoint_14(double id0[]); + public int FindPoint(double id0[]) + { return FindPoint_14(id0); } + + private native int GetCellType_15(int id0); + public int GetCellType(int id0) + { return GetCellType_15(id0); } + + private native void GetCellPoints_16(int id0,vtkIdList id1); + public void GetCellPoints(int id0,vtkIdList id1) + { GetCellPoints_16(id0,id1); } + + private native void GetPointCells_17(int id0,vtkIdList id1); + public void GetPointCells(int id0,vtkIdList id1) + { GetPointCells_17(id0,id1); } + + private native void ComputeBounds_18(); + public void ComputeBounds() + { ComputeBounds_18(); } + + private native int GetMaxCellSize_19(); + public int GetMaxCellSize() + { return GetMaxCellSize_19(); } + + private native void GetCellNeighbors_20(int id0,vtkIdList id1,vtkIdList id2); + public void GetCellNeighbors(int id0,vtkIdList id1,vtkIdList id2) + { GetCellNeighbors_20(id0,id1,id2); } + + private native void GetPoints_21(vtkPoints id0); + public void GetPoints(vtkPoints id0) + { GetPoints_21(id0); } + + private native void SetDimensions_22(int id0,int id1,int id2); + public void SetDimensions(int id0,int id1,int id2) + { SetDimensions_22(id0,id1,id2); } + + private native void SetDimensions_23(int id0[]); + public void SetDimensions(int id0[]) + { SetDimensions_23(id0); } + + private native int[] GetDimensions_24(); + public int[] GetDimensions() + { return GetDimensions_24(); } + + private native int GetDataDimension_25(); + public int GetDataDimension() + { return GetDataDimension_25(); } + + private native int ComputeStructuredCoordinates_26(double id0[],int id1[],double id2[]); + public int ComputeStructuredCoordinates(double id0[],int id1[],double id2[]) + { return ComputeStructuredCoordinates_26(id0,id1,id2); } + + private native int ComputePointId_27(int id0[]); + public int ComputePointId(int id0[]) + { return ComputePointId_27(id0); } + + private native int ComputeCellId_28(int id0[]); + public int ComputeCellId(int id0[]) + { return ComputeCellId_28(id0); } + + private native void GetPoint_29(int id0,int id1,int id2,double id3[]); + public void GetPoint(int id0,int id1,int id2,double id3[]) + { GetPoint_29(id0,id1,id2,id3); } + + private native void SetXCoordinates_30(vtkDataArray id0); + public void SetXCoordinates(vtkDataArray id0) + { SetXCoordinates_30(id0); } + + private native long GetXCoordinates_31(); + public vtkDataArray GetXCoordinates() { + long temp = GetXCoordinates_31(); + + if (temp == 0) return null; + return (vtkDataArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetYCoordinates_32(vtkDataArray id0); + public void SetYCoordinates(vtkDataArray id0) + { SetYCoordinates_32(id0); } + + private native long GetYCoordinates_33(); + public vtkDataArray GetYCoordinates() { + long temp = GetYCoordinates_33(); + + if (temp == 0) return null; + return (vtkDataArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetZCoordinates_34(vtkDataArray id0); + public void SetZCoordinates(vtkDataArray id0) + { SetZCoordinates_34(id0); } + + private native long GetZCoordinates_35(); + public vtkDataArray GetZCoordinates() { + long temp = GetZCoordinates_35(); + + if (temp == 0) return null; + return (vtkDataArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetExtent_36(int id0[]); + public void SetExtent(int id0[]) + { SetExtent_36(id0); } + + private native void SetExtent_37(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_37(id0,id1,id2,id3,id4,id5); } + + private native int[] GetExtent_38(); + public int[] GetExtent() + { return GetExtent_38(); } + + private native int GetActualMemorySize_39(); + public int GetActualMemorySize() + { return GetActualMemorySize_39(); } + + private native void ShallowCopy_40(vtkDataObject id0); + public void ShallowCopy(vtkDataObject id0) + { ShallowCopy_40(id0); } + + private native void DeepCopy_41(vtkDataObject id0); + public void DeepCopy(vtkDataObject id0) + { DeepCopy_41(id0); } + + private native int GetExtentType_42(); + public int GetExtentType() + { return GetExtentType_42(); } + + private native long GetData_43(vtkInformation id0); + public vtkRectilinearGrid GetData(vtkInformation id0) { + long temp = GetData_43(id0); + + if (temp == 0) return null; + return (vtkRectilinearGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetData_44(vtkInformationVector id0,int id1); + public vtkRectilinearGrid GetData(vtkInformationVector id0,int id1) { + long temp = GetData_44(id0,id1); + + if (temp == 0) return null; + return (vtkRectilinearGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkRectilinearGrid() { super(); } + + public vtkRectilinearGrid(long id) { super(id); } + public native long VTKInit(); + +}