]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkInterpolateDataSetAttributes.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkInterpolateDataSetAttributes.java
1 // java wrapper for vtkInterpolateDataSetAttributes object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkInterpolateDataSetAttributes extends vtkDataSetAlgorithm
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 long GetInputList_2();
19   public vtkDataSetCollection GetInputList() {
20     long temp = GetInputList_2();
21
22     if (temp == 0) return null;
23     return (vtkDataSetCollection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native void SetT_3(double id0);
27   public void SetT(double id0)
28     { SetT_3(id0); }
29
30   private native double GetTMinValue_4();
31   public double GetTMinValue()
32     { return GetTMinValue_4(); }
33
34   private native double GetTMaxValue_5();
35   public double GetTMaxValue()
36     { return GetTMaxValue_5(); }
37
38   private native double GetT_6();
39   public double GetT()
40     { return GetT_6(); }
41
42   public vtkInterpolateDataSetAttributes() { super(); }
43
44   public vtkInterpolateDataSetAttributes(long id) { super(id); }
45   public native long   VTKInit();
46
47 }