X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkXYZMolReader.java;h=7adca3dcfb83ee1778b6eac86ddc19598fc33dd1;hb=c39250eb0521cf4e6d69f472f4fdf9e8b877c6e4;hp=d2650c836273d250059dd85b98cf41669c81e81d;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkXYZMolReader.java b/vtk/src/vtk/vtkXYZMolReader.java index d2650c83..7adca3dc 100644 --- a/vtk/src/vtk/vtkXYZMolReader.java +++ b/vtk/src/vtk/vtkXYZMolReader.java @@ -1,39 +1,39 @@ -// java wrapper for vtkXYZMolReader object -// - -package vtk; -import vtk.*; - -public class vtkXYZMolReader extends vtkMoleculeReaderBase -{ - - 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 int CanReadFile_2(String id0); - public int CanReadFile(String id0) - { return CanReadFile_2(id0); } - - private native void SetTimeStep_3(int id0); - public void SetTimeStep(int id0) - { SetTimeStep_3(id0); } - - private native int GetTimeStep_4(); - public int GetTimeStep() - { return GetTimeStep_4(); } - - private native int GetMaxTimeStep_5(); - public int GetMaxTimeStep() - { return GetMaxTimeStep_5(); } - - public vtkXYZMolReader() { super(); } - - public vtkXYZMolReader(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkXYZMolReader object +// + +package vtk; +import vtk.*; + +public class vtkXYZMolReader extends vtkMoleculeReaderBase +{ + + 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 int CanReadFile_2(String id0); + public int CanReadFile(String id0) + { return CanReadFile_2(id0); } + + private native void SetTimeStep_3(int id0); + public void SetTimeStep(int id0) + { SetTimeStep_3(id0); } + + private native int GetTimeStep_4(); + public int GetTimeStep() + { return GetTimeStep_4(); } + + private native int GetMaxTimeStep_5(); + public int GetMaxTimeStep() + { return GetMaxTimeStep_5(); } + + public vtkXYZMolReader() { super(); } + + public vtkXYZMolReader(long id) { super(id); } + public native long VTKInit(); + +}