]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSignedDistance.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkSignedDistance.java
1 // java wrapper for vtkSignedDistance object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSignedDistance extends vtkImageAlgorithm
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 int[]  GetDimensions_2();
19   public int[]  GetDimensions()
20     { return GetDimensions_2(); }
21
22   private native void SetDimensions_3(int id0,int id1,int id2);
23   public void SetDimensions(int id0,int id1,int id2)
24     { SetDimensions_3(id0,id1,id2); }
25
26   private native void SetDimensions_4(int id0[]);
27   public void SetDimensions(int id0[])
28     { SetDimensions_4(id0); }
29
30   private native void SetBounds_5(double id0,double id1,double id2,double id3,double id4,double id5);
31   public void SetBounds(double id0,double id1,double id2,double id3,double id4,double id5)
32     { SetBounds_5(id0,id1,id2,id3,id4,id5); }
33
34   private native void SetBounds_6(double id0[]);
35   public void SetBounds(double id0[])
36     { SetBounds_6(id0); }
37
38   private native double[] GetBounds_7();
39   public double[] GetBounds()
40     { return GetBounds_7(); }
41
42   private native void SetRadius_8(double id0);
43   public void SetRadius(double id0)
44     { SetRadius_8(id0); }
45
46   private native double GetRadiusMinValue_9();
47   public double GetRadiusMinValue()
48     { return GetRadiusMinValue_9(); }
49
50   private native double GetRadiusMaxValue_10();
51   public double GetRadiusMaxValue()
52     { return GetRadiusMaxValue_10(); }
53
54   private native double GetRadius_11();
55   public double GetRadius()
56     { return GetRadius_11(); }
57
58   private native void SetLocator_12(vtkAbstractPointLocator id0);
59   public void SetLocator(vtkAbstractPointLocator id0)
60     { SetLocator_12(id0); }
61
62   private native long GetLocator_13();
63   public vtkAbstractPointLocator GetLocator() {
64     long temp = GetLocator_13();
65
66     if (temp == 0) return null;
67     return (vtkAbstractPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
68 }
69
70   private native void StartAppend_14();
71   public void StartAppend()
72     { StartAppend_14(); }
73
74   private native void Append_15(vtkPolyData id0);
75   public void Append(vtkPolyData id0)
76     { Append_15(id0); }
77
78   private native void EndAppend_16();
79   public void EndAppend()
80     { EndAppend_16(); }
81
82   public vtkSignedDistance() { super(); }
83
84   public vtkSignedDistance(long id) { super(id); }
85   public native long   VTKInit();
86
87 }