X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkStructuredGridWriter.java;h=397697baea900f7638302c9e1b5aac4a176cec3e;hb=refs%2Fchanges%2F75%2F3475%2F1;hp=9c1f0ea83c44addcc042833f72272f4bb5122b11;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkStructuredGridWriter.java b/vtk/src/vtk/vtkStructuredGridWriter.java index 9c1f0ea8..397697ba 100644 --- a/vtk/src/vtk/vtkStructuredGridWriter.java +++ b/vtk/src/vtk/vtkStructuredGridWriter.java @@ -1,39 +1,55 @@ -// java wrapper for vtkStructuredGridWriter object -// - -package vtk; -import vtk.*; - -public class vtkStructuredGridWriter extends vtkDataWriter -{ - - 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 long GetInput_2(); - public vtkStructuredGrid GetInput() { - long temp = GetInput_2(); - - if (temp == 0) return null; - return (vtkStructuredGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetInput_3(int id0); - public vtkStructuredGrid GetInput(int id0) { - long temp = GetInput_3(id0); - - if (temp == 0) return null; - return (vtkStructuredGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkStructuredGridWriter() { super(); } - - public vtkStructuredGridWriter(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkStructuredGridWriter object +// + +package vtk; +import vtk.*; + +public class vtkStructuredGridWriter extends vtkDataWriter +{ + + 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 long GetInput_2(); + public vtkStructuredGrid GetInput() { + long temp = GetInput_2(); + + if (temp == 0) return null; + return (vtkStructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetInput_3(int id0); + public vtkStructuredGrid GetInput(int id0) { + long temp = GetInput_3(id0); + + if (temp == 0) return null; + return (vtkStructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetWriteExtent_4(boolean id0); + public void SetWriteExtent(boolean id0) + { SetWriteExtent_4(id0); } + + private native boolean GetWriteExtent_5(); + public boolean GetWriteExtent() + { return GetWriteExtent_5(); } + + private native void WriteExtentOn_6(); + public void WriteExtentOn() + { WriteExtentOn_6(); } + + private native void WriteExtentOff_7(); + public void WriteExtentOff() + { WriteExtentOff_7(); } + + public vtkStructuredGridWriter() { super(); } + + public vtkStructuredGridWriter(long id) { super(id); } + public native long VTKInit(); + +}