]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPolyDataToImageStencil.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkPolyDataToImageStencil.java
1 // java wrapper for vtkPolyDataToImageStencil object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPolyDataToImageStencil extends vtkImageStencilSource
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(vtkPolyData id0);
19   public void SetInputData(vtkPolyData id0)
20     { SetInputData_2(id0); }
21
22   private native long GetInput_3();
23   public vtkPolyData GetInput() {
24     long temp = GetInput_3();
25
26     if (temp == 0) return null;
27     return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetTolerance_4(double id0);
31   public void SetTolerance(double id0)
32     { SetTolerance_4(id0); }
33
34   private native double GetToleranceMinValue_5();
35   public double GetToleranceMinValue()
36     { return GetToleranceMinValue_5(); }
37
38   private native double GetToleranceMaxValue_6();
39   public double GetToleranceMaxValue()
40     { return GetToleranceMaxValue_6(); }
41
42   private native double GetTolerance_7();
43   public double GetTolerance()
44     { return GetTolerance_7(); }
45
46   public vtkPolyDataToImageStencil() { super(); }
47
48   public vtkPolyDataToImageStencil(long id) { super(id); }
49   public native long   VTKInit();
50
51 }