]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkDijkstraImageGeodesicPath.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkDijkstraImageGeodesicPath.java
1 // java wrapper for vtkDijkstraImageGeodesicPath object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkDijkstraImageGeodesicPath extends vtkDijkstraGraphGeodesicPath
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetInputData_2(vtkDataObject id0);
19   public void SetInputData(vtkDataObject id0)
20     { SetInputData_2(id0); }
21
22   private native long GetInputAsImageData_3();
23   public vtkImageData GetInputAsImageData() {
24     long temp = GetInputAsImageData_3();
25
26     if (temp == 0) return null;
27     return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetImageWeight_4(double id0);
31   public void SetImageWeight(double id0)
32     { SetImageWeight_4(id0); }
33
34   private native double GetImageWeight_5();
35   public double GetImageWeight()
36     { return GetImageWeight_5(); }
37
38   private native void SetEdgeLengthWeight_6(double id0);
39   public void SetEdgeLengthWeight(double id0)
40     { SetEdgeLengthWeight_6(id0); }
41
42   private native double GetEdgeLengthWeight_7();
43   public double GetEdgeLengthWeight()
44     { return GetEdgeLengthWeight_7(); }
45
46   private native void SetCurvatureWeight_8(double id0);
47   public void SetCurvatureWeight(double id0)
48     { SetCurvatureWeight_8(id0); }
49
50   private native double GetCurvatureWeightMinValue_9();
51   public double GetCurvatureWeightMinValue()
52     { return GetCurvatureWeightMinValue_9(); }
53
54   private native double GetCurvatureWeightMaxValue_10();
55   public double GetCurvatureWeightMaxValue()
56     { return GetCurvatureWeightMaxValue_10(); }
57
58   private native double GetCurvatureWeight_11();
59   public double GetCurvatureWeight()
60     { return GetCurvatureWeight_11(); }
61
62   public vtkDijkstraImageGeodesicPath() { super(); }
63
64   public vtkDijkstraImageGeodesicPath(long id) { super(id); }
65   public native long   VTKInit();
66
67 }