X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkRISReader.java;h=ada583666a03e507759b6d4f237c6d2dcef2e7c1;hb=4890725c9b7e31540dd84a11e16d73c643402a17;hp=2ab7dbd7cf6170b62a0e92b62aabd531fc324d2d;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkRISReader.java b/vtk/src/vtk/vtkRISReader.java index 2ab7dbd7..ada58366 100644 --- a/vtk/src/vtk/vtkRISReader.java +++ b/vtk/src/vtk/vtkRISReader.java @@ -1,47 +1,47 @@ -// java wrapper for vtkRISReader object -// - -package vtk; -import vtk.*; - -public class vtkRISReader extends vtkTableAlgorithm -{ - - 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 String GetFileName_2(); - public String GetFileName() - { return GetFileName_2(); } - - private native void SetFileName_3(String id0); - public void SetFileName(String id0) - { SetFileName_3(id0); } - - private native String GetDelimiter_4(); - public String GetDelimiter() - { return GetDelimiter_4(); } - - private native void SetDelimiter_5(String id0); - public void SetDelimiter(String id0) - { SetDelimiter_5(id0); } - - private native int GetMaxRecords_6(); - public int GetMaxRecords() - { return GetMaxRecords_6(); } - - private native void SetMaxRecords_7(int id0); - public void SetMaxRecords(int id0) - { SetMaxRecords_7(id0); } - - public vtkRISReader() { super(); } - - public vtkRISReader(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkRISReader object +// + +package vtk; +import vtk.*; + +public class vtkRISReader extends vtkTableAlgorithm +{ + + 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 String GetFileName_2(); + public String GetFileName() + { return GetFileName_2(); } + + private native void SetFileName_3(String id0); + public void SetFileName(String id0) + { SetFileName_3(id0); } + + private native String GetDelimiter_4(); + public String GetDelimiter() + { return GetDelimiter_4(); } + + private native void SetDelimiter_5(String id0); + public void SetDelimiter(String id0) + { SetDelimiter_5(id0); } + + private native int GetMaxRecords_6(); + public int GetMaxRecords() + { return GetMaxRecords_6(); } + + private native void SetMaxRecords_7(int id0); + public void SetMaxRecords(int id0) + { SetMaxRecords_7(id0); } + + public vtkRISReader() { super(); } + + public vtkRISReader(long id) { super(id); } + public native long VTKInit(); + +}