// java wrapper for vtkMNIObjectWriter object // package vtk; import vtk.*; public class vtkMNIObjectWriter extends vtkWriter { 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 String GetFileExtensions_2(); public String GetFileExtensions() { return GetFileExtensions_2(); } private native String GetDescriptiveName_3(); public String GetDescriptiveName() { return GetDescriptiveName_3(); } private native void SetProperty_4(vtkProperty id0); public void SetProperty(vtkProperty id0) { SetProperty_4(id0); } private native long GetProperty_5(); public vtkProperty GetProperty() { long temp = GetProperty_5(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetMapper_6(vtkMapper id0); public void SetMapper(vtkMapper id0) { SetMapper_6(id0); } private native long GetMapper_7(); public vtkMapper GetMapper() { long temp = GetMapper_7(); if (temp == 0) return null; return (vtkMapper)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetLookupTable_8(vtkLookupTable id0); public void SetLookupTable(vtkLookupTable id0) { SetLookupTable_8(id0); } private native long GetLookupTable_9(); public vtkLookupTable GetLookupTable() { long temp = GetLookupTable_9(); if (temp == 0) return null; return (vtkLookupTable)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetInput_10(); public vtkPolyData GetInput() { long temp = GetInput_10(); if (temp == 0) return null; return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetInput_11(int id0); public vtkPolyData GetInput(int id0) { long temp = GetInput_11(id0); if (temp == 0) return null; return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetFileName_12(String id0); public void SetFileName(String id0) { SetFileName_12(id0); } private native String GetFileName_13(); public String GetFileName() { return GetFileName_13(); } private native void SetFileType_14(int id0); public void SetFileType(int id0) { SetFileType_14(id0); } private native int GetFileTypeMinValue_15(); public int GetFileTypeMinValue() { return GetFileTypeMinValue_15(); } private native int GetFileTypeMaxValue_16(); public int GetFileTypeMaxValue() { return GetFileTypeMaxValue_16(); } private native int GetFileType_17(); public int GetFileType() { return GetFileType_17(); } private native void SetFileTypeToASCII_18(); public void SetFileTypeToASCII() { SetFileTypeToASCII_18(); } private native void SetFileTypeToBinary_19(); public void SetFileTypeToBinary() { SetFileTypeToBinary_19(); } public vtkMNIObjectWriter() { super(); } public vtkMNIObjectWriter(long id) { super(id); } public native long VTKInit(); }