X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkOBJExporter.java;h=a0dc3796beb583035e122e359a4ec900aff2b3fd;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=5f292400263a1663bc64811b84cb7aae32a920d8;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkOBJExporter.java b/vtk/src/vtk/vtkOBJExporter.java index 5f292400..a0dc3796 100644 --- a/vtk/src/vtk/vtkOBJExporter.java +++ b/vtk/src/vtk/vtkOBJExporter.java @@ -1,31 +1,47 @@ -// java wrapper for vtkOBJExporter object -// - -package vtk; -import vtk.*; - -public class vtkOBJExporter extends vtkExporter -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - 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(); } - - public vtkOBJExporter() { super(); } - - public vtkOBJExporter(long id) { super(id); } - public native long VTKInit(); - -} +// 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(); + +}