X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkLandmarkTransform.java;h=60206b2ab07e0a81fc514d1364856c45ecb67e9a;hb=7e8142b80067a2af52ceb5bdf3a9307756c1c78c;hp=10eb481746831cbcb3d16128e2fe179c5365d0a2;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkLandmarkTransform.java b/vtk/src/vtk/vtkLandmarkTransform.java index 10eb4817..60206b2a 100644 --- a/vtk/src/vtk/vtkLandmarkTransform.java +++ b/vtk/src/vtk/vtkLandmarkTransform.java @@ -1,87 +1,87 @@ -// java wrapper for vtkLandmarkTransform object -// - -package vtk; -import vtk.*; - -public class vtkLandmarkTransform extends vtkLinearTransform -{ - - 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 SetSourceLandmarks_2(vtkPoints id0); - public void SetSourceLandmarks(vtkPoints id0) - { SetSourceLandmarks_2(id0); } - - private native void SetTargetLandmarks_3(vtkPoints id0); - public void SetTargetLandmarks(vtkPoints id0) - { SetTargetLandmarks_3(id0); } - - private native long GetSourceLandmarks_4(); - public vtkPoints GetSourceLandmarks() { - long temp = GetSourceLandmarks_4(); - - if (temp == 0) return null; - return (vtkPoints)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetTargetLandmarks_5(); - public vtkPoints GetTargetLandmarks() { - long temp = GetTargetLandmarks_5(); - - if (temp == 0) return null; - return (vtkPoints)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetMode_6(int id0); - public void SetMode(int id0) - { SetMode_6(id0); } - - private native void SetModeToRigidBody_7(); - public void SetModeToRigidBody() - { SetModeToRigidBody_7(); } - - private native void SetModeToSimilarity_8(); - public void SetModeToSimilarity() - { SetModeToSimilarity_8(); } - - private native void SetModeToAffine_9(); - public void SetModeToAffine() - { SetModeToAffine_9(); } - - private native int GetMode_10(); - public int GetMode() - { return GetMode_10(); } - - private native String GetModeAsString_11(); - public String GetModeAsString() - { return GetModeAsString_11(); } - - private native void Inverse_12(); - public void Inverse() - { Inverse_12(); } - - private native int GetMTime_13(); - public int GetMTime() - { return GetMTime_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); - } - - public vtkLandmarkTransform() { super(); } - - public vtkLandmarkTransform(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkLandmarkTransform object +// + +package vtk; +import vtk.*; + +public class vtkLandmarkTransform extends vtkLinearTransform +{ + + 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 SetSourceLandmarks_2(vtkPoints id0); + public void SetSourceLandmarks(vtkPoints id0) + { SetSourceLandmarks_2(id0); } + + private native void SetTargetLandmarks_3(vtkPoints id0); + public void SetTargetLandmarks(vtkPoints id0) + { SetTargetLandmarks_3(id0); } + + private native long GetSourceLandmarks_4(); + public vtkPoints GetSourceLandmarks() { + long temp = GetSourceLandmarks_4(); + + if (temp == 0) return null; + return (vtkPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetTargetLandmarks_5(); + public vtkPoints GetTargetLandmarks() { + long temp = GetTargetLandmarks_5(); + + if (temp == 0) return null; + return (vtkPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetMode_6(int id0); + public void SetMode(int id0) + { SetMode_6(id0); } + + private native void SetModeToRigidBody_7(); + public void SetModeToRigidBody() + { SetModeToRigidBody_7(); } + + private native void SetModeToSimilarity_8(); + public void SetModeToSimilarity() + { SetModeToSimilarity_8(); } + + private native void SetModeToAffine_9(); + public void SetModeToAffine() + { SetModeToAffine_9(); } + + private native int GetMode_10(); + public int GetMode() + { return GetMode_10(); } + + private native String GetModeAsString_11(); + public String GetModeAsString() + { return GetModeAsString_11(); } + + private native void Inverse_12(); + public void Inverse() + { Inverse_12(); } + + private native int GetMTime_13(); + public int GetMTime() + { return GetMTime_13(); } + + private native long MakeTransform_14(); + public vtkAbstractTransform MakeTransform() { + long temp = MakeTransform_14(); + + if (temp == 0) return null; + return (vtkAbstractTransform)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkLandmarkTransform() { super(); } + + public vtkLandmarkTransform(long id) { super(id); } + public native long VTKInit(); + +}