]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageBSplineCoefficients.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkImageBSplineCoefficients.java
1 // java wrapper for vtkImageBSplineCoefficients object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkImageBSplineCoefficients extends vtkThreadedImageAlgorithm
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 SetSplineDegree_2(int id0);
19   public void SetSplineDegree(int id0)
20     { SetSplineDegree_2(id0); }
21
22   private native int GetSplineDegreeMinValue_3();
23   public int GetSplineDegreeMinValue()
24     { return GetSplineDegreeMinValue_3(); }
25
26   private native int GetSplineDegreeMaxValue_4();
27   public int GetSplineDegreeMaxValue()
28     { return GetSplineDegreeMaxValue_4(); }
29
30   private native int GetSplineDegree_5();
31   public int GetSplineDegree()
32     { return GetSplineDegree_5(); }
33
34   private native void SetBorderMode_6(int id0);
35   public void SetBorderMode(int id0)
36     { SetBorderMode_6(id0); }
37
38   private native int GetBorderModeMinValue_7();
39   public int GetBorderModeMinValue()
40     { return GetBorderModeMinValue_7(); }
41
42   private native int GetBorderModeMaxValue_8();
43   public int GetBorderModeMaxValue()
44     { return GetBorderModeMaxValue_8(); }
45
46   private native void SetBorderModeToClamp_9();
47   public void SetBorderModeToClamp()
48     { SetBorderModeToClamp_9(); }
49
50   private native void SetBorderModeToRepeat_10();
51   public void SetBorderModeToRepeat()
52     { SetBorderModeToRepeat_10(); }
53
54   private native void SetBorderModeToMirror_11();
55   public void SetBorderModeToMirror()
56     { SetBorderModeToMirror_11(); }
57
58   private native int GetBorderMode_12();
59   public int GetBorderMode()
60     { return GetBorderMode_12(); }
61
62   private native String GetBorderModeAsString_13();
63   public String GetBorderModeAsString()
64     { return GetBorderModeAsString_13(); }
65
66   private native void SetOutputScalarType_14(int id0);
67   public void SetOutputScalarType(int id0)
68     { SetOutputScalarType_14(id0); }
69
70   private native int GetOutputScalarTypeMinValue_15();
71   public int GetOutputScalarTypeMinValue()
72     { return GetOutputScalarTypeMinValue_15(); }
73
74   private native int GetOutputScalarTypeMaxValue_16();
75   public int GetOutputScalarTypeMaxValue()
76     { return GetOutputScalarTypeMaxValue_16(); }
77
78   private native int GetOutputScalarType_17();
79   public int GetOutputScalarType()
80     { return GetOutputScalarType_17(); }
81
82   private native void SetOutputScalarTypeToFloat_18();
83   public void SetOutputScalarTypeToFloat()
84     { SetOutputScalarTypeToFloat_18(); }
85
86   private native void SetOutputScalarTypeToDouble_19();
87   public void SetOutputScalarTypeToDouble()
88     { SetOutputScalarTypeToDouble_19(); }
89
90   private native String GetOutputScalarTypeAsString_20();
91   public String GetOutputScalarTypeAsString()
92     { return GetOutputScalarTypeAsString_20(); }
93
94   private native void SetBypass_21(int id0);
95   public void SetBypass(int id0)
96     { SetBypass_21(id0); }
97
98   private native void BypassOn_22();
99   public void BypassOn()
100     { BypassOn_22(); }
101
102   private native void BypassOff_23();
103   public void BypassOff()
104     { BypassOff_23(); }
105
106   private native int GetBypass_24();
107   public int GetBypass()
108     { return GetBypass_24(); }
109
110   private native int CheckBounds_25(double id0[]);
111   public int CheckBounds(double id0[])
112     { return CheckBounds_25(id0); }
113
114   private native double Evaluate_26(double id0,double id1,double id2);
115   public double Evaluate(double id0,double id1,double id2)
116     { return Evaluate_26(id0,id1,id2); }
117
118   private native double Evaluate_27(double id0[]);
119   public double Evaluate(double id0[])
120     { return Evaluate_27(id0); }
121
122   public vtkImageBSplineCoefficients() { super(); }
123
124   public vtkImageBSplineCoefficients(long id) { super(id); }
125   public native long   VTKInit();
126
127 }