1 // java wrapper for vtkGeoAlignedImageRepresentation object
7 public class vtkGeoAlignedImageRepresentation extends vtkDataRepresentation
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native long GetBestImageForBounds_2(double id0[]);
19 public vtkGeoImageNode GetBestImageForBounds(double id0[]) {
20 long temp = GetBestImageForBounds_2(id0);
22 if (temp == 0) return null;
23 return (vtkGeoImageNode)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
26 private native long GetSource_3();
27 public vtkGeoSource GetSource() {
28 long temp = GetSource_3();
30 if (temp == 0) return null;
31 return (vtkGeoSource)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
34 private native void SetSource_4(vtkGeoSource id0);
35 public void SetSource(vtkGeoSource id0)
38 private native void SaveDatabase_5(String id0);
39 public void SaveDatabase(String id0)
40 { SaveDatabase_5(id0); }
42 public vtkGeoAlignedImageRepresentation() { super(); }
44 public vtkGeoAlignedImageRepresentation(long id) { super(id); }
45 public native long VTKInit();