// java wrapper for vtkOBJExporter object // package vtk; import vtk.*; public class vtkOBJExporter extends vtkExporter { 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 SetFilePrefix_2(String id0); public void SetFilePrefix(String id0) { SetFilePrefix_2(id0); } private native String GetFilePrefix_3(); public String GetFilePrefix() { return GetFilePrefix_3(); } private native void SetOBJFileComment_4(String id0); public void SetOBJFileComment(String id0) { SetOBJFileComment_4(id0); } private native String GetOBJFileComment_5(); public String GetOBJFileComment() { return GetOBJFileComment_5(); } private native void SetMTLFileComment_6(String id0); public void SetMTLFileComment(String id0) { SetMTLFileComment_6(id0); } private native String GetMTLFileComment_7(); public String GetMTLFileComment() { return GetMTLFileComment_7(); } public vtkOBJExporter() { super(); } public vtkOBJExporter(long id) { super(id); } public native long VTKInit(); }