X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkGridTransform.java;h=59561249293c34feac696715a39050f571eaebe1;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=d1415ccc759ac38d1c04cc0024f764c36065e312;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkGridTransform.java b/vtk/src/vtk/vtkGridTransform.java index d1415ccc..59561249 100644 --- a/vtk/src/vtk/vtkGridTransform.java +++ b/vtk/src/vtk/vtkGridTransform.java @@ -1,87 +1,91 @@ -// java wrapper for vtkGridTransform object -// - -package vtk; -import vtk.*; - -public class vtkGridTransform extends vtkWarpTransform -{ - - 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 void SetDisplacementGrid_2(vtkImageData id0); - public void SetDisplacementGrid(vtkImageData id0) - { SetDisplacementGrid_2(id0); } - - private native long GetDisplacementGrid_3(); - public vtkImageData GetDisplacementGrid() { - long temp = GetDisplacementGrid_3(); - - if (temp == 0) return null; - return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetDisplacementScale_4(double id0); - public void SetDisplacementScale(double id0) - { SetDisplacementScale_4(id0); } - - private native double GetDisplacementScale_5(); - public double GetDisplacementScale() - { return GetDisplacementScale_5(); } - - private native void SetDisplacementShift_6(double id0); - public void SetDisplacementShift(double id0) - { SetDisplacementShift_6(id0); } - - private native double GetDisplacementShift_7(); - public double GetDisplacementShift() - { return GetDisplacementShift_7(); } - - private native void SetInterpolationMode_8(int id0); - public void SetInterpolationMode(int id0) - { SetInterpolationMode_8(id0); } - - private native int GetInterpolationMode_9(); - public int GetInterpolationMode() - { return GetInterpolationMode_9(); } - - private native void SetInterpolationModeToNearestNeighbor_10(); - public void SetInterpolationModeToNearestNeighbor() - { SetInterpolationModeToNearestNeighbor_10(); } - - private native void SetInterpolationModeToLinear_11(); - public void SetInterpolationModeToLinear() - { SetInterpolationModeToLinear_11(); } - - private native void SetInterpolationModeToCubic_12(); - public void SetInterpolationModeToCubic() - { SetInterpolationModeToCubic_12(); } - - private native String GetInterpolationModeAsString_13(); - public String GetInterpolationModeAsString() - { return GetInterpolationModeAsString_13(); } - - private native long MakeTransform_14(); - public vtkAbstractTransform MakeTransform() { - long temp = MakeTransform_14(); - - if (temp == 0) return null; - return (vtkAbstractTransform)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int GetMTime_15(); - public int GetMTime() - { return GetMTime_15(); } - - public vtkGridTransform() { super(); } - - public vtkGridTransform(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkGridTransform object +// + +package vtk; +import vtk.*; + +public class vtkGridTransform extends vtkWarpTransform +{ + + 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 void SetDisplacementGridConnection_2(vtkAlgorithmOutput id0); + public void SetDisplacementGridConnection(vtkAlgorithmOutput id0) + { SetDisplacementGridConnection_2(id0); } + + private native void SetDisplacementGridData_3(vtkImageData id0); + public void SetDisplacementGridData(vtkImageData id0) + { SetDisplacementGridData_3(id0); } + + private native long GetDisplacementGrid_4(); + public vtkImageData GetDisplacementGrid() { + long temp = GetDisplacementGrid_4(); + + if (temp == 0) return null; + return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetDisplacementScale_5(double id0); + public void SetDisplacementScale(double id0) + { SetDisplacementScale_5(id0); } + + private native double GetDisplacementScale_6(); + public double GetDisplacementScale() + { return GetDisplacementScale_6(); } + + private native void SetDisplacementShift_7(double id0); + public void SetDisplacementShift(double id0) + { SetDisplacementShift_7(id0); } + + private native double GetDisplacementShift_8(); + public double GetDisplacementShift() + { return GetDisplacementShift_8(); } + + private native void SetInterpolationMode_9(int id0); + public void SetInterpolationMode(int id0) + { SetInterpolationMode_9(id0); } + + private native int GetInterpolationMode_10(); + public int GetInterpolationMode() + { return GetInterpolationMode_10(); } + + private native void SetInterpolationModeToNearestNeighbor_11(); + public void SetInterpolationModeToNearestNeighbor() + { SetInterpolationModeToNearestNeighbor_11(); } + + private native void SetInterpolationModeToLinear_12(); + public void SetInterpolationModeToLinear() + { SetInterpolationModeToLinear_12(); } + + private native void SetInterpolationModeToCubic_13(); + public void SetInterpolationModeToCubic() + { SetInterpolationModeToCubic_13(); } + + private native String GetInterpolationModeAsString_14(); + public String GetInterpolationModeAsString() + { return GetInterpolationModeAsString_14(); } + + private native long MakeTransform_15(); + public vtkAbstractTransform MakeTransform() { + long temp = MakeTransform_15(); + + if (temp == 0) return null; + return (vtkAbstractTransform)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int GetMTime_16(); + public int GetMTime() + { return GetMTime_16(); } + + public vtkGridTransform() { super(); } + + public vtkGridTransform(long id) { super(id); } + public native long VTKInit(); + +}