// java wrapper for vtkMNIObjectReader object // package vtk; import vtk.*; public class vtkMNIObjectReader extends vtkPolyDataAlgorithm { 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 SetFileName_2(String id0); public void SetFileName(String id0) { SetFileName_2(id0); } private native String GetFileName_3(); public String GetFileName() { return GetFileName_3(); } private native String GetFileExtensions_4(); public String GetFileExtensions() { return GetFileExtensions_4(); } private native String GetDescriptiveName_5(); public String GetDescriptiveName() { return GetDescriptiveName_5(); } private native int CanReadFile_6(String id0); public int CanReadFile(String id0) { return CanReadFile_6(id0); } private native long GetProperty_7(); public vtkProperty GetProperty() { long temp = GetProperty_7(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkMNIObjectReader() { super(); } public vtkMNIObjectReader(long id) { super(id); } public native long VTKInit(); }