]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkGeoAlignedImageRepresentation.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkGeoAlignedImageRepresentation.java
1 // java wrapper for vtkGeoAlignedImageRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkGeoAlignedImageRepresentation extends vtkDataRepresentation
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native long GetBestImageForBounds_2(double id0[]);
19   public vtkGeoImageNode GetBestImageForBounds(double id0[]) {
20     long temp = GetBestImageForBounds_2(id0);
21
22     if (temp == 0) return null;
23     return (vtkGeoImageNode)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native long GetSource_3();
27   public vtkGeoSource GetSource() {
28     long temp = GetSource_3();
29
30     if (temp == 0) return null;
31     return (vtkGeoSource)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void SetSource_4(vtkGeoSource id0);
35   public void SetSource(vtkGeoSource id0)
36     { SetSource_4(id0); }
37
38   private native void SaveDatabase_5(String id0);
39   public void SaveDatabase(String id0)
40     { SaveDatabase_5(id0); }
41
42   public vtkGeoAlignedImageRepresentation() { super(); }
43
44   public vtkGeoAlignedImageRepresentation(long id) { super(id); }
45   public native long   VTKInit();
46
47 }