X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkXMLStructuredDataReader.java;h=d0df9e78203fcb078ab058af302325d99931e583;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=c347ea31e3436b4f6441bca56feaf6b853aea4a9;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkXMLStructuredDataReader.java b/vtk/src/vtk/vtkXMLStructuredDataReader.java index c347ea31..d0df9e78 100644 --- a/vtk/src/vtk/vtkXMLStructuredDataReader.java +++ b/vtk/src/vtk/vtkXMLStructuredDataReader.java @@ -1,50 +1,50 @@ -// java wrapper for vtkXMLStructuredDataReader object -// - -package vtk; -import vtk.*; - -public class vtkXMLStructuredDataReader 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 SetWholeSlices_4(int id0); - public void SetWholeSlices(int id0) - { SetWholeSlices_4(id0); } - - private native int GetWholeSlices_5(); - public int GetWholeSlices() - { return GetWholeSlices_5(); } - - private native void WholeSlicesOn_6(); - public void WholeSlicesOn() - { WholeSlicesOn_6(); } - - private native void WholeSlicesOff_7(); - public void WholeSlicesOff() - { WholeSlicesOff_7(); } - - private native void CopyOutputInformation_8(vtkInformation id0,int id1); - public void CopyOutputInformation(vtkInformation id0,int id1) - { CopyOutputInformation_8(id0,id1); } - - public vtkXMLStructuredDataReader() { super(); } - - public vtkXMLStructuredDataReader(long id) { super(id); } - -} +// java wrapper for vtkXMLStructuredDataReader object +// + +package vtk; +import vtk.*; + +public class vtkXMLStructuredDataReader 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 void SetWholeSlices_4(int id0); + public void SetWholeSlices(int id0) + { SetWholeSlices_4(id0); } + + private native int GetWholeSlices_5(); + public int GetWholeSlices() + { return GetWholeSlices_5(); } + + private native void WholeSlicesOn_6(); + public void WholeSlicesOn() + { WholeSlicesOn_6(); } + + private native void WholeSlicesOff_7(); + public void WholeSlicesOff() + { WholeSlicesOff_7(); } + + private native void CopyOutputInformation_8(vtkInformation id0,int id1); + public void CopyOutputInformation(vtkInformation id0,int id1) + { CopyOutputInformation_8(id0,id1); } + + public vtkXMLStructuredDataReader() { super(); } + + public vtkXMLStructuredDataReader(long id) { super(id); } + +}