]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkLoopBooleanPolyDataFilter.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkLoopBooleanPolyDataFilter.java
1 // java wrapper for vtkLoopBooleanPolyDataFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkLoopBooleanPolyDataFilter 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 int GetNumberOfIntersectionPoints_2();
19   public int GetNumberOfIntersectionPoints()
20     { return GetNumberOfIntersectionPoints_2(); }
21
22   private native int GetNumberOfIntersectionLines_3();
23   public int GetNumberOfIntersectionLines()
24     { return GetNumberOfIntersectionLines_3(); }
25
26   private native int GetNoIntersectionOutput_4();
27   public int GetNoIntersectionOutput()
28     { return GetNoIntersectionOutput_4(); }
29
30   private native void SetNoIntersectionOutput_5(int id0);
31   public void SetNoIntersectionOutput(int id0)
32     { SetNoIntersectionOutput_5(id0); }
33
34   private native void NoIntersectionOutputOn_6();
35   public void NoIntersectionOutputOn()
36     { NoIntersectionOutputOn_6(); }
37
38   private native void NoIntersectionOutputOff_7();
39   public void NoIntersectionOutputOff()
40     { NoIntersectionOutputOff_7(); }
41
42   private native void SetOperation_8(int id0);
43   public void SetOperation(int id0)
44     { SetOperation_8(id0); }
45
46   private native int GetOperationMinValue_9();
47   public int GetOperationMinValue()
48     { return GetOperationMinValue_9(); }
49
50   private native int GetOperationMaxValue_10();
51   public int GetOperationMaxValue()
52     { return GetOperationMaxValue_10(); }
53
54   private native int GetOperation_11();
55   public int GetOperation()
56     { return GetOperation_11(); }
57
58   private native void SetOperationToUnion_12();
59   public void SetOperationToUnion()
60     { SetOperationToUnion_12(); }
61
62   private native void SetOperationToIntersection_13();
63   public void SetOperationToIntersection()
64     { SetOperationToIntersection_13(); }
65
66   private native void SetOperationToDifference_14();
67   public void SetOperationToDifference()
68     { SetOperationToDifference_14(); }
69
70   private native int GetStatus_15();
71   public int GetStatus()
72     { return GetStatus_15(); }
73
74   private native double GetTolerance_16();
75   public double GetTolerance()
76     { return GetTolerance_16(); }
77
78   private native void SetTolerance_17(double id0);
79   public void SetTolerance(double id0)
80     { SetTolerance_17(id0); }
81
82   public vtkLoopBooleanPolyDataFilter() { super(); }
83
84   public vtkLoopBooleanPolyDataFilter(long id) { super(id); }
85   public native long   VTKInit();
86
87 }