// java wrapper for vtkStructuredGrid object // package vtk; import vtk.*; public class vtkStructuredGrid extends vtkPointSet { 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 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)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void GetCell_8(int id0,vtkGenericCell id1); public void GetCell(int id0,vtkGenericCell id1) { GetCell_8(id0,id1); } private native void GetCellBounds_9(int id0,double id1[]); public void GetCellBounds(int id0,double id1[]) { GetCellBounds_9(id0,id1); } private native int GetCellType_10(int id0); public int GetCellType(int id0) { return GetCellType_10(id0); } private native int GetNumberOfCells_11(); public int GetNumberOfCells() { return GetNumberOfCells_11(); } private native void GetCellPoints_12(int id0,vtkIdList id1); public void GetCellPoints(int id0,vtkIdList id1) { GetCellPoints_12(id0,id1); } private native void GetPointCells_13(int id0,vtkIdList id1); public void GetPointCells(int id0,vtkIdList id1) { GetPointCells_13(id0,id1); } private native void Initialize_14(); public void Initialize() { Initialize_14(); } private native int GetMaxCellSize_15(); public int GetMaxCellSize() { return GetMaxCellSize_15(); } private native void GetCellNeighbors_16(int id0,vtkIdList id1,vtkIdList id2); public void GetCellNeighbors(int id0,vtkIdList id1,vtkIdList id2) { GetCellNeighbors_16(id0,id1,id2); } private native void GetScalarRange_17(double id0[]); public void GetScalarRange(double id0[]) { GetScalarRange_17(id0); } private native double[] GetScalarRange_18(); public double[] GetScalarRange() { return GetScalarRange_18(); } private native void SetDimensions_19(int id0,int id1,int id2); public void SetDimensions(int id0,int id1,int id2) { SetDimensions_19(id0,id1,id2); } private native void SetDimensions_20(int id0[]); public void SetDimensions(int id0[]) { SetDimensions_20(id0); } private native int[] GetDimensions_21(); public int[] GetDimensions() { return GetDimensions_21(); } private native void GetDimensions_22(int id0[]); public void GetDimensions(int id0[]) { GetDimensions_22(id0); } private native int GetDataDimension_23(); public int GetDataDimension() { return GetDataDimension_23(); } private native void SetExtent_24(int id0[]); public void SetExtent(int id0[]) { SetExtent_24(id0); } private native void SetExtent_25(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_25(id0,id1,id2,id3,id4,id5); } private native int[] GetExtent_26(); public int[] GetExtent() { return GetExtent_26(); } private native int GetActualMemorySize_27(); public int GetActualMemorySize() { return GetActualMemorySize_27(); } private native void ShallowCopy_28(vtkDataObject id0); public void ShallowCopy(vtkDataObject id0) { ShallowCopy_28(id0); } private native void DeepCopy_29(vtkDataObject id0); public void DeepCopy(vtkDataObject id0) { DeepCopy_29(id0); } private native int GetExtentType_30(); public int GetExtentType() { return GetExtentType_30(); } private native void BlankPoint_31(int id0); public void BlankPoint(int id0) { BlankPoint_31(id0); } private native void UnBlankPoint_32(int id0); public void UnBlankPoint(int id0) { UnBlankPoint_32(id0); } private native void BlankCell_33(int id0); public void BlankCell(int id0) { BlankCell_33(id0); } private native void UnBlankCell_34(int id0); public void UnBlankCell(int id0) { UnBlankCell_34(id0); } private native long GetPointVisibilityArray_35(); public vtkUnsignedCharArray GetPointVisibilityArray() { long temp = GetPointVisibilityArray_35(); if (temp == 0) return null; return (vtkUnsignedCharArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetPointVisibilityArray_36(vtkUnsignedCharArray id0); public void SetPointVisibilityArray(vtkUnsignedCharArray id0) { SetPointVisibilityArray_36(id0); } private native long GetCellVisibilityArray_37(); public vtkUnsignedCharArray GetCellVisibilityArray() { long temp = GetCellVisibilityArray_37(); if (temp == 0) return null; return (vtkUnsignedCharArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetCellVisibilityArray_38(vtkUnsignedCharArray id0); public void SetCellVisibilityArray(vtkUnsignedCharArray id0) { SetCellVisibilityArray_38(id0); } private native int IsPointVisible_39(int id0); public int IsPointVisible(int id0) { return IsPointVisible_39(id0); } private native int IsCellVisible_40(int id0); public int IsCellVisible(int id0) { return IsCellVisible_40(id0); } private native int GetPointBlanking_41(); public int GetPointBlanking() { return GetPointBlanking_41(); } private native int GetCellBlanking_42(); public int GetCellBlanking() { return GetCellBlanking_42(); } private native void Crop_43(); public void Crop() { Crop_43(); } private native long GetData_44(vtkInformation id0); public vtkStructuredGrid GetData(vtkInformation id0) { long temp = GetData_44(id0); if (temp == 0) return null; return (vtkStructuredGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetData_45(vtkInformationVector id0,int id1); public vtkStructuredGrid GetData(vtkInformationVector id0,int id1) { long temp = GetData_45(id0,id1); if (temp == 0) return null; return (vtkStructuredGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void GetPoint_46(int id0,int id1,int id2,double id3[],boolean id4); public void GetPoint(int id0,int id1,int id2,double id3[],boolean id4) { GetPoint_46(id0,id1,id2,id3,id4); } public vtkStructuredGrid() { super(); } public vtkStructuredGrid(long id) { super(id); } public native long VTKInit(); }