X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkGeoFileImageSource.java;h=0710158136fa3566d118710454fcc9d0cdbd67c3;hb=c39250eb0521cf4e6d69f472f4fdf9e8b877c6e4;hp=899ff13c05dfd5c631868e2a098c8b479d32392f;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkGeoFileImageSource.java b/vtk/src/vtk/vtkGeoFileImageSource.java index 899ff13c..07101581 100644 --- a/vtk/src/vtk/vtkGeoFileImageSource.java +++ b/vtk/src/vtk/vtkGeoFileImageSource.java @@ -1,39 +1,39 @@ -// java wrapper for vtkGeoFileImageSource object -// - -package vtk; -import vtk.*; - -public class vtkGeoFileImageSource extends vtkGeoSource -{ - - 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 boolean FetchRoot_2(vtkGeoTreeNode id0); - public boolean FetchRoot(vtkGeoTreeNode id0) - { return FetchRoot_2(id0); } - - private native boolean FetchChild_3(vtkGeoTreeNode id0,int id1,vtkGeoTreeNode id2); - public boolean FetchChild(vtkGeoTreeNode id0,int id1,vtkGeoTreeNode id2) - { return FetchChild_3(id0,id1,id2); } - - private native void SetPath_4(String id0); - public void SetPath(String id0) - { SetPath_4(id0); } - - private native String GetPath_5(); - public String GetPath() - { return GetPath_5(); } - - public vtkGeoFileImageSource() { super(); } - - public vtkGeoFileImageSource(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkGeoFileImageSource object +// + +package vtk; +import vtk.*; + +public class vtkGeoFileImageSource extends vtkGeoSource +{ + + 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 boolean FetchRoot_2(vtkGeoTreeNode id0); + public boolean FetchRoot(vtkGeoTreeNode id0) + { return FetchRoot_2(id0); } + + private native boolean FetchChild_3(vtkGeoTreeNode id0,int id1,vtkGeoTreeNode id2); + public boolean FetchChild(vtkGeoTreeNode id0,int id1,vtkGeoTreeNode id2) + { return FetchChild_3(id0,id1,id2); } + + private native void SetPath_4(String id0); + public void SetPath(String id0) + { SetPath_4(id0); } + + private native String GetPath_5(); + public String GetPath() + { return GetPath_5(); } + + public vtkGeoFileImageSource() { super(); } + + public vtkGeoFileImageSource(long id) { super(id); } + public native long VTKInit(); + +}