X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkXMLUnstructuredDataReader.java;h=ac9b16959efced2f24d90e6eb1c78704ca23a52d;hb=5303ddc439764f9263054f519deab7f9f350d561;hp=c9ba8f013f9e086b00cff85acfe1b5bdf7a6eaa7;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkXMLUnstructuredDataReader.java b/vtk/src/vtk/vtkXMLUnstructuredDataReader.java index c9ba8f01..ac9b1695 100644 --- a/vtk/src/vtk/vtkXMLUnstructuredDataReader.java +++ b/vtk/src/vtk/vtkXMLUnstructuredDataReader.java @@ -1,38 +1,42 @@ -// java wrapper for vtkXMLUnstructuredDataReader object -// - -package vtk; -import vtk.*; - -public class vtkXMLUnstructuredDataReader extends vtkXMLDataReader -{ - - 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 GetNumberOfPoints_2(); - public int GetNumberOfPoints() - { return GetNumberOfPoints_2(); } - - private native int GetNumberOfCells_3(); - public int GetNumberOfCells() - { return GetNumberOfCells_3(); } - - private native void SetupUpdateExtent_4(int id0,int id1,int id2); - public void SetupUpdateExtent(int id0,int id1,int id2) - { SetupUpdateExtent_4(id0,id1,id2); } - - private native void CopyOutputInformation_5(vtkInformation id0,int id1); - public void CopyOutputInformation(vtkInformation id0,int id1) - { CopyOutputInformation_5(id0,id1); } - - public vtkXMLUnstructuredDataReader() { super(); } - - public vtkXMLUnstructuredDataReader(long id) { super(id); } - -} +// java wrapper for vtkXMLUnstructuredDataReader object +// + +package vtk; +import vtk.*; + +public class vtkXMLUnstructuredDataReader extends vtkXMLDataReader +{ + + 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 GetNumberOfPoints_2(); + public int GetNumberOfPoints() + { return GetNumberOfPoints_2(); } + + private native int GetNumberOfCells_3(); + public int GetNumberOfCells() + { return GetNumberOfCells_3(); } + + private native int GetNumberOfPieces_4(); + public int GetNumberOfPieces() + { return GetNumberOfPieces_4(); } + + private native void SetupUpdateExtent_5(int id0,int id1,int id2); + public void SetupUpdateExtent(int id0,int id1,int id2) + { SetupUpdateExtent_5(id0,id1,id2); } + + private native void CopyOutputInformation_6(vtkInformation id0,int id1); + public void CopyOutputInformation(vtkInformation id0,int id1) + { CopyOutputInformation_6(id0,id1); } + + public vtkXMLUnstructuredDataReader() { super(); } + + public vtkXMLUnstructuredDataReader(long id) { super(id); } + +}