// java wrapper for vtkXMLCompositeDataReader object // package vtk; import vtk.*; public class vtkXMLCompositeDataReader extends vtkXMLReader { 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 void SetPieceDistribution_2(int id0); public void SetPieceDistribution(int id0) { SetPieceDistribution_2(id0); } private native int GetPieceDistributionMinValue_3(); public int GetPieceDistributionMinValue() { return GetPieceDistributionMinValue_3(); } private native int GetPieceDistributionMaxValue_4(); public int GetPieceDistributionMaxValue() { return GetPieceDistributionMaxValue_4(); } private native int GetPieceDistribution_5(); public int GetPieceDistribution() { return GetPieceDistribution_5(); } private native long GetOutput_6(); public vtkCompositeDataSet GetOutput() { long temp = GetOutput_6(); if (temp == 0) return null; return (vtkCompositeDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetOutput_7(int id0); public vtkCompositeDataSet GetOutput(int id0) { long temp = GetOutput_7(id0); if (temp == 0) return null; return (vtkCompositeDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkXMLCompositeDataReader() { super(); } public vtkXMLCompositeDataReader(long id) { super(id); } }