]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageDataGeometryFilter.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkImageDataGeometryFilter.java
1 // java wrapper for vtkImageDataGeometryFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkImageDataGeometryFilter 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 SetExtent_2(int id0[]);
19   public void SetExtent(int id0[])
20     { SetExtent_2(id0); }
21
22   private native void SetExtent_3(int id0,int id1,int id2,int id3,int id4,int id5);
23   public void SetExtent(int id0,int id1,int id2,int id3,int id4,int id5)
24     { SetExtent_3(id0,id1,id2,id3,id4,id5); }
25
26   private native void SetThresholdCells_4(int id0);
27   public void SetThresholdCells(int id0)
28     { SetThresholdCells_4(id0); }
29
30   private native int GetThresholdCells_5();
31   public int GetThresholdCells()
32     { return GetThresholdCells_5(); }
33
34   private native void ThresholdCellsOn_6();
35   public void ThresholdCellsOn()
36     { ThresholdCellsOn_6(); }
37
38   private native void ThresholdCellsOff_7();
39   public void ThresholdCellsOff()
40     { ThresholdCellsOff_7(); }
41
42   private native void SetThresholdValue_8(double id0);
43   public void SetThresholdValue(double id0)
44     { SetThresholdValue_8(id0); }
45
46   private native double GetThresholdValue_9();
47   public double GetThresholdValue()
48     { return GetThresholdValue_9(); }
49
50   private native void ThresholdValueOn_10();
51   public void ThresholdValueOn()
52     { ThresholdValueOn_10(); }
53
54   private native void ThresholdValueOff_11();
55   public void ThresholdValueOff()
56     { ThresholdValueOff_11(); }
57
58   private native void SetOutputTriangles_12(int id0);
59   public void SetOutputTriangles(int id0)
60     { SetOutputTriangles_12(id0); }
61
62   private native int GetOutputTriangles_13();
63   public int GetOutputTriangles()
64     { return GetOutputTriangles_13(); }
65
66   private native void OutputTrianglesOn_14();
67   public void OutputTrianglesOn()
68     { OutputTrianglesOn_14(); }
69
70   private native void OutputTrianglesOff_15();
71   public void OutputTrianglesOff()
72     { OutputTrianglesOff_15(); }
73
74   public vtkImageDataGeometryFilter() { super(); }
75
76   public vtkImageDataGeometryFilter(long id) { super(id); }
77   public native long   VTKInit();
78
79 }