X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkGeoAlignedImageRepresentation.java;h=c6b59973b3cb9b577a90259d523a0546092ccc2c;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=2d92a95490977d921e13273f949c0a7514588dc8;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkGeoAlignedImageRepresentation.java b/vtk/src/vtk/vtkGeoAlignedImageRepresentation.java index 2d92a954..c6b59973 100644 --- a/vtk/src/vtk/vtkGeoAlignedImageRepresentation.java +++ b/vtk/src/vtk/vtkGeoAlignedImageRepresentation.java @@ -1,47 +1,47 @@ -// java wrapper for vtkGeoAlignedImageRepresentation object -// - -package vtk; -import vtk.*; - -public class vtkGeoAlignedImageRepresentation extends vtkDataRepresentation -{ - - 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 long GetBestImageForBounds_2(double id0[]); - public vtkGeoImageNode GetBestImageForBounds(double id0[]) { - long temp = GetBestImageForBounds_2(id0); - - if (temp == 0) return null; - return (vtkGeoImageNode)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetSource_3(); - public vtkGeoSource GetSource() { - long temp = GetSource_3(); - - if (temp == 0) return null; - return (vtkGeoSource)vtkObject.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(); - -} +// 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(); + +}