X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=vtk%2Fsrc%2Fvtk%2FvtkIterativeClosestPointTransform.java;h=e8f4889f8d1d6483ba2ec871e5b9cf479a65a0f7;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=b87e80d72c3097cafdeaf2fcccbd557c876eb211;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkIterativeClosestPointTransform.java b/vtk/src/vtk/vtkIterativeClosestPointTransform.java index b87e80d7..e8f4889f 100644 --- a/vtk/src/vtk/vtkIterativeClosestPointTransform.java +++ b/vtk/src/vtk/vtkIterativeClosestPointTransform.java @@ -1,171 +1,171 @@ -// java wrapper for vtkIterativeClosestPointTransform object -// - -package vtk; -import vtk.*; - -public class vtkIterativeClosestPointTransform 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 SetSource_2(vtkDataSet id0); - public void SetSource(vtkDataSet id0) - { SetSource_2(id0); } - - private native void SetTarget_3(vtkDataSet id0); - public void SetTarget(vtkDataSet id0) - { SetTarget_3(id0); } - - private native long GetSource_4(); - public vtkDataSet GetSource() { - long temp = GetSource_4(); - - if (temp == 0) return null; - return (vtkDataSet)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetTarget_5(); - public vtkDataSet GetTarget() { - long temp = GetTarget_5(); - - if (temp == 0) return null; - return (vtkDataSet)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetLocator_6(vtkCellLocator id0); - public void SetLocator(vtkCellLocator id0) - { SetLocator_6(id0); } - - private native long GetLocator_7(); - public vtkCellLocator GetLocator() { - long temp = GetLocator_7(); - - if (temp == 0) return null; - return (vtkCellLocator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetMaximumNumberOfIterations_8(int id0); - public void SetMaximumNumberOfIterations(int id0) - { SetMaximumNumberOfIterations_8(id0); } - - private native int GetMaximumNumberOfIterations_9(); - public int GetMaximumNumberOfIterations() - { return GetMaximumNumberOfIterations_9(); } - - private native int GetNumberOfIterations_10(); - public int GetNumberOfIterations() - { return GetNumberOfIterations_10(); } - - private native void SetCheckMeanDistance_11(int id0); - public void SetCheckMeanDistance(int id0) - { SetCheckMeanDistance_11(id0); } - - private native int GetCheckMeanDistance_12(); - public int GetCheckMeanDistance() - { return GetCheckMeanDistance_12(); } - - private native void CheckMeanDistanceOn_13(); - public void CheckMeanDistanceOn() - { CheckMeanDistanceOn_13(); } - - private native void CheckMeanDistanceOff_14(); - public void CheckMeanDistanceOff() - { CheckMeanDistanceOff_14(); } - - private native void SetMeanDistanceMode_15(int id0); - public void SetMeanDistanceMode(int id0) - { SetMeanDistanceMode_15(id0); } - - private native int GetMeanDistanceModeMinValue_16(); - public int GetMeanDistanceModeMinValue() - { return GetMeanDistanceModeMinValue_16(); } - - private native int GetMeanDistanceModeMaxValue_17(); - public int GetMeanDistanceModeMaxValue() - { return GetMeanDistanceModeMaxValue_17(); } - - private native int GetMeanDistanceMode_18(); - public int GetMeanDistanceMode() - { return GetMeanDistanceMode_18(); } - - private native void SetMeanDistanceModeToRMS_19(); - public void SetMeanDistanceModeToRMS() - { SetMeanDistanceModeToRMS_19(); } - - private native void SetMeanDistanceModeToAbsoluteValue_20(); - public void SetMeanDistanceModeToAbsoluteValue() - { SetMeanDistanceModeToAbsoluteValue_20(); } - - private native String GetMeanDistanceModeAsString_21(); - public String GetMeanDistanceModeAsString() - { return GetMeanDistanceModeAsString_21(); } - - private native void SetMaximumMeanDistance_22(double id0); - public void SetMaximumMeanDistance(double id0) - { SetMaximumMeanDistance_22(id0); } - - private native double GetMaximumMeanDistance_23(); - public double GetMaximumMeanDistance() - { return GetMaximumMeanDistance_23(); } - - private native double GetMeanDistance_24(); - public double GetMeanDistance() - { return GetMeanDistance_24(); } - - private native void SetMaximumNumberOfLandmarks_25(int id0); - public void SetMaximumNumberOfLandmarks(int id0) - { SetMaximumNumberOfLandmarks_25(id0); } - - private native int GetMaximumNumberOfLandmarks_26(); - public int GetMaximumNumberOfLandmarks() - { return GetMaximumNumberOfLandmarks_26(); } - - private native void SetStartByMatchingCentroids_27(int id0); - public void SetStartByMatchingCentroids(int id0) - { SetStartByMatchingCentroids_27(id0); } - - private native int GetStartByMatchingCentroids_28(); - public int GetStartByMatchingCentroids() - { return GetStartByMatchingCentroids_28(); } - - private native void StartByMatchingCentroidsOn_29(); - public void StartByMatchingCentroidsOn() - { StartByMatchingCentroidsOn_29(); } - - private native void StartByMatchingCentroidsOff_30(); - public void StartByMatchingCentroidsOff() - { StartByMatchingCentroidsOff_30(); } - - private native long GetLandmarkTransform_31(); - public vtkLandmarkTransform GetLandmarkTransform() { - long temp = GetLandmarkTransform_31(); - - if (temp == 0) return null; - return (vtkLandmarkTransform)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void Inverse_32(); - public void Inverse() - { Inverse_32(); } - - private native long MakeTransform_33(); - public vtkAbstractTransform MakeTransform() { - long temp = MakeTransform_33(); - - if (temp == 0) return null; - return (vtkAbstractTransform)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkIterativeClosestPointTransform() { super(); } - - public vtkIterativeClosestPointTransform(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkIterativeClosestPointTransform object +// + +package vtk; +import vtk.*; + +public class vtkIterativeClosestPointTransform 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 SetSource_2(vtkDataSet id0); + public void SetSource(vtkDataSet id0) + { SetSource_2(id0); } + + private native void SetTarget_3(vtkDataSet id0); + public void SetTarget(vtkDataSet id0) + { SetTarget_3(id0); } + + private native long GetSource_4(); + public vtkDataSet GetSource() { + long temp = GetSource_4(); + + if (temp == 0) return null; + return (vtkDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetTarget_5(); + public vtkDataSet GetTarget() { + long temp = GetTarget_5(); + + if (temp == 0) return null; + return (vtkDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetLocator_6(vtkCellLocator id0); + public void SetLocator(vtkCellLocator id0) + { SetLocator_6(id0); } + + private native long GetLocator_7(); + public vtkCellLocator GetLocator() { + long temp = GetLocator_7(); + + if (temp == 0) return null; + return (vtkCellLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetMaximumNumberOfIterations_8(int id0); + public void SetMaximumNumberOfIterations(int id0) + { SetMaximumNumberOfIterations_8(id0); } + + private native int GetMaximumNumberOfIterations_9(); + public int GetMaximumNumberOfIterations() + { return GetMaximumNumberOfIterations_9(); } + + private native int GetNumberOfIterations_10(); + public int GetNumberOfIterations() + { return GetNumberOfIterations_10(); } + + private native void SetCheckMeanDistance_11(int id0); + public void SetCheckMeanDistance(int id0) + { SetCheckMeanDistance_11(id0); } + + private native int GetCheckMeanDistance_12(); + public int GetCheckMeanDistance() + { return GetCheckMeanDistance_12(); } + + private native void CheckMeanDistanceOn_13(); + public void CheckMeanDistanceOn() + { CheckMeanDistanceOn_13(); } + + private native void CheckMeanDistanceOff_14(); + public void CheckMeanDistanceOff() + { CheckMeanDistanceOff_14(); } + + private native void SetMeanDistanceMode_15(int id0); + public void SetMeanDistanceMode(int id0) + { SetMeanDistanceMode_15(id0); } + + private native int GetMeanDistanceModeMinValue_16(); + public int GetMeanDistanceModeMinValue() + { return GetMeanDistanceModeMinValue_16(); } + + private native int GetMeanDistanceModeMaxValue_17(); + public int GetMeanDistanceModeMaxValue() + { return GetMeanDistanceModeMaxValue_17(); } + + private native int GetMeanDistanceMode_18(); + public int GetMeanDistanceMode() + { return GetMeanDistanceMode_18(); } + + private native void SetMeanDistanceModeToRMS_19(); + public void SetMeanDistanceModeToRMS() + { SetMeanDistanceModeToRMS_19(); } + + private native void SetMeanDistanceModeToAbsoluteValue_20(); + public void SetMeanDistanceModeToAbsoluteValue() + { SetMeanDistanceModeToAbsoluteValue_20(); } + + private native String GetMeanDistanceModeAsString_21(); + public String GetMeanDistanceModeAsString() + { return GetMeanDistanceModeAsString_21(); } + + private native void SetMaximumMeanDistance_22(double id0); + public void SetMaximumMeanDistance(double id0) + { SetMaximumMeanDistance_22(id0); } + + private native double GetMaximumMeanDistance_23(); + public double GetMaximumMeanDistance() + { return GetMaximumMeanDistance_23(); } + + private native double GetMeanDistance_24(); + public double GetMeanDistance() + { return GetMeanDistance_24(); } + + private native void SetMaximumNumberOfLandmarks_25(int id0); + public void SetMaximumNumberOfLandmarks(int id0) + { SetMaximumNumberOfLandmarks_25(id0); } + + private native int GetMaximumNumberOfLandmarks_26(); + public int GetMaximumNumberOfLandmarks() + { return GetMaximumNumberOfLandmarks_26(); } + + private native void SetStartByMatchingCentroids_27(int id0); + public void SetStartByMatchingCentroids(int id0) + { SetStartByMatchingCentroids_27(id0); } + + private native int GetStartByMatchingCentroids_28(); + public int GetStartByMatchingCentroids() + { return GetStartByMatchingCentroids_28(); } + + private native void StartByMatchingCentroidsOn_29(); + public void StartByMatchingCentroidsOn() + { StartByMatchingCentroidsOn_29(); } + + private native void StartByMatchingCentroidsOff_30(); + public void StartByMatchingCentroidsOff() + { StartByMatchingCentroidsOff_30(); } + + private native long GetLandmarkTransform_31(); + public vtkLandmarkTransform GetLandmarkTransform() { + long temp = GetLandmarkTransform_31(); + + if (temp == 0) return null; + return (vtkLandmarkTransform)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void Inverse_32(); + public void Inverse() + { Inverse_32(); } + + private native long MakeTransform_33(); + public vtkAbstractTransform MakeTransform() { + long temp = MakeTransform_33(); + + if (temp == 0) return null; + return (vtkAbstractTransform)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkIterativeClosestPointTransform() { super(); } + + public vtkIterativeClosestPointTransform(long id) { super(id); } + public native long VTKInit(); + +}