// java wrapper for vtkXMLStructuredDataReader object // package vtk; import vtk.*; public class vtkXMLStructuredDataReader extends vtkXMLDataReader { 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(); public int GetNumberOfCells() { return GetNumberOfCells_3(); } private native void SetWholeSlices_4(int id0); public void SetWholeSlices(int id0) { SetWholeSlices_4(id0); } private native int GetWholeSlices_5(); public int GetWholeSlices() { return GetWholeSlices_5(); } private native void WholeSlicesOn_6(); public void WholeSlicesOn() { WholeSlicesOn_6(); } private native void WholeSlicesOff_7(); public void WholeSlicesOff() { WholeSlicesOff_7(); } private native void CopyOutputInformation_8(vtkInformation id0,int id1); public void CopyOutputInformation(vtkInformation id0,int id1) { CopyOutputInformation_8(id0,id1); } public vtkXMLStructuredDataReader() { super(); } public vtkXMLStructuredDataReader(long id) { super(id); } }