// 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(); }