]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageToPoints.java
Show busy cursor and block UI input while committing changes
[simantics/3d.git] / vtk / src / vtk / vtkImageToPoints.java
1 // java wrapper for vtkImageToPoints object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkImageToPoints extends vtkPolyDataAlgorithm
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 SetStencilConnection_2(vtkAlgorithmOutput id0);
19   public void SetStencilConnection(vtkAlgorithmOutput id0)
20     { SetStencilConnection_2(id0); }
21
22   private native long GetStencilConnection_3();
23   public vtkAlgorithmOutput GetStencilConnection() {
24     long temp = GetStencilConnection_3();
25
26     if (temp == 0) return null;
27     return (vtkAlgorithmOutput)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetStencilData_4(vtkImageStencilData id0);
31   public void SetStencilData(vtkImageStencilData id0)
32     { SetStencilData_4(id0); }
33
34   private native void SetOutputPointsPrecision_5(int id0);
35   public void SetOutputPointsPrecision(int id0)
36     { SetOutputPointsPrecision_5(id0); }
37
38   private native int GetOutputPointsPrecision_6();
39   public int GetOutputPointsPrecision()
40     { return GetOutputPointsPrecision_6(); }
41
42   public vtkImageToPoints() { super(); }
43
44   public vtkImageToPoints(long id) { super(id); }
45   public native long   VTKInit();
46
47 }