X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkVRMLExporter.java;h=ed7e15f552b43ac6c6795934490e3539f79af64a;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=6d95f3c78354971396de59289e0aaeec283bc29d;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkVRMLExporter.java b/vtk/src/vtk/vtkVRMLExporter.java index 6d95f3c7..ed7e15f5 100644 --- a/vtk/src/vtk/vtkVRMLExporter.java +++ b/vtk/src/vtk/vtkVRMLExporter.java @@ -1,39 +1,39 @@ -// java wrapper for vtkVRMLExporter object -// - -package vtk; -import vtk.*; - -public class vtkVRMLExporter 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 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 SetSpeed_4(double id0); - public void SetSpeed(double id0) - { SetSpeed_4(id0); } - - private native double GetSpeed_5(); - public double GetSpeed() - { return GetSpeed_5(); } - - public vtkVRMLExporter() { super(); } - - public vtkVRMLExporter(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkVRMLExporter object +// + +package vtk; +import vtk.*; + +public class vtkVRMLExporter 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 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 SetSpeed_4(double id0); + public void SetSpeed(double id0) + { SetSpeed_4(id0); } + + private native double GetSpeed_5(); + public double GetSpeed() + { return GetSpeed_5(); } + + public vtkVRMLExporter() { super(); } + + public vtkVRMLExporter(long id) { super(id); } + public native long VTKInit(); + +}