// java wrapper for vtkGeoAlignedImageRepresentation object // package vtk; import vtk.*; public class vtkGeoAlignedImageRepresentation extends vtkDataRepresentation { 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 GetBestImageForBounds_2(double id0[]); public vtkGeoImageNode GetBestImageForBounds(double id0[]) { long temp = GetBestImageForBounds_2(id0); if (temp == 0) return null; return (vtkGeoImageNode)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetSource_3(); public vtkGeoSource GetSource() { long temp = GetSource_3(); if (temp == 0) return null; return (vtkGeoSource)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetSource_4(vtkGeoSource id0); public void SetSource(vtkGeoSource id0) { SetSource_4(id0); } private native void SaveDatabase_5(String id0); public void SaveDatabase(String id0) { SaveDatabase_5(id0); } public vtkGeoAlignedImageRepresentation() { super(); } public vtkGeoAlignedImageRepresentation(long id) { super(id); } public native long VTKInit(); }