// java wrapper for vtkXMLHierarchicalBoxDataFileConverter object // package vtk; import vtk.*; public class vtkXMLHierarchicalBoxDataFileConverter extends vtkObject { 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 SetInputFileName_2(String id0); public void SetInputFileName(String id0) { SetInputFileName_2(id0); } private native String GetInputFileName_3(); public String GetInputFileName() { return GetInputFileName_3(); } private native void SetOutputFileName_4(String id0); public void SetOutputFileName(String id0) { SetOutputFileName_4(id0); } private native String GetOutputFileName_5(); public String GetOutputFileName() { return GetOutputFileName_5(); } private native boolean Convert_6(); public boolean Convert() { return Convert_6(); } public vtkXMLHierarchicalBoxDataFileConverter() { super(); } public vtkXMLHierarchicalBoxDataFileConverter(long id) { super(id); } public native long VTKInit(); }