// java wrapper for vtkImageWriter object // package vtk; import vtk.*; public class vtkImageWriter extends vtkImageAlgorithm { 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 void SetFilePrefix_4(String id0); public void SetFilePrefix(String id0) { SetFilePrefix_4(id0); } private native String GetFilePrefix_5(); public String GetFilePrefix() { return GetFilePrefix_5(); } private native void SetFilePattern_6(String id0); public void SetFilePattern(String id0) { SetFilePattern_6(id0); } private native String GetFilePattern_7(); public String GetFilePattern() { return GetFilePattern_7(); } private native void SetFileDimensionality_8(int id0); public void SetFileDimensionality(int id0) { SetFileDimensionality_8(id0); } private native int GetFileDimensionality_9(); public int GetFileDimensionality() { return GetFileDimensionality_9(); } private native long GetInput_10(); public vtkImageData GetInput() { long temp = GetInput_10(); if (temp == 0) return null; return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void Write_11(); public void Write() { Write_11(); } private native void DeleteFiles_12(); public void DeleteFiles() { DeleteFiles_12(); } public vtkImageWriter() { super(); } public vtkImageWriter(long id) { super(id); } public native long VTKInit(); }