// 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(); }