X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkDijkstraImageGeodesicPath.java;h=554b0d1e78feecfecfaa825b41e7a295d3e5e547;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=4f081ca2380a1f1d31180d6d394a44ecc0b0aea4;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkDijkstraImageGeodesicPath.java b/vtk/src/vtk/vtkDijkstraImageGeodesicPath.java index 4f081ca2..554b0d1e 100644 --- a/vtk/src/vtk/vtkDijkstraImageGeodesicPath.java +++ b/vtk/src/vtk/vtkDijkstraImageGeodesicPath.java @@ -1,67 +1,67 @@ -// java wrapper for vtkDijkstraImageGeodesicPath object -// - -package vtk; -import vtk.*; - -public class vtkDijkstraImageGeodesicPath extends vtkDijkstraGraphGeodesicPath -{ - - 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 SetInput_2(vtkDataObject id0); - public void SetInput(vtkDataObject id0) - { SetInput_2(id0); } - - private native long GetInputAsImageData_3(); - public vtkImageData GetInputAsImageData() { - long temp = GetInputAsImageData_3(); - - if (temp == 0) return null; - return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetImageWeight_4(double id0); - public void SetImageWeight(double id0) - { SetImageWeight_4(id0); } - - private native double GetImageWeight_5(); - public double GetImageWeight() - { return GetImageWeight_5(); } - - private native void SetEdgeLengthWeight_6(double id0); - public void SetEdgeLengthWeight(double id0) - { SetEdgeLengthWeight_6(id0); } - - private native double GetEdgeLengthWeight_7(); - public double GetEdgeLengthWeight() - { return GetEdgeLengthWeight_7(); } - - private native void SetCurvatureWeight_8(double id0); - public void SetCurvatureWeight(double id0) - { SetCurvatureWeight_8(id0); } - - private native double GetCurvatureWeightMinValue_9(); - public double GetCurvatureWeightMinValue() - { return GetCurvatureWeightMinValue_9(); } - - private native double GetCurvatureWeightMaxValue_10(); - public double GetCurvatureWeightMaxValue() - { return GetCurvatureWeightMaxValue_10(); } - - private native double GetCurvatureWeight_11(); - public double GetCurvatureWeight() - { return GetCurvatureWeight_11(); } - - public vtkDijkstraImageGeodesicPath() { super(); } - - public vtkDijkstraImageGeodesicPath(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkDijkstraImageGeodesicPath object +// + +package vtk; +import vtk.*; + +public class vtkDijkstraImageGeodesicPath extends vtkDijkstraGraphGeodesicPath +{ + + 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 SetInputData_2(vtkDataObject id0); + public void SetInputData(vtkDataObject id0) + { SetInputData_2(id0); } + + private native long GetInputAsImageData_3(); + public vtkImageData GetInputAsImageData() { + long temp = GetInputAsImageData_3(); + + if (temp == 0) return null; + return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetImageWeight_4(double id0); + public void SetImageWeight(double id0) + { SetImageWeight_4(id0); } + + private native double GetImageWeight_5(); + public double GetImageWeight() + { return GetImageWeight_5(); } + + private native void SetEdgeLengthWeight_6(double id0); + public void SetEdgeLengthWeight(double id0) + { SetEdgeLengthWeight_6(id0); } + + private native double GetEdgeLengthWeight_7(); + public double GetEdgeLengthWeight() + { return GetEdgeLengthWeight_7(); } + + private native void SetCurvatureWeight_8(double id0); + public void SetCurvatureWeight(double id0) + { SetCurvatureWeight_8(id0); } + + private native double GetCurvatureWeightMinValue_9(); + public double GetCurvatureWeightMinValue() + { return GetCurvatureWeightMinValue_9(); } + + private native double GetCurvatureWeightMaxValue_10(); + public double GetCurvatureWeightMaxValue() + { return GetCurvatureWeightMaxValue_10(); } + + private native double GetCurvatureWeight_11(); + public double GetCurvatureWeight() + { return GetCurvatureWeight_11(); } + + public vtkDijkstraImageGeodesicPath() { super(); } + + public vtkDijkstraImageGeodesicPath(long id) { super(id); } + public native long VTKInit(); + +}