]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSelectEnclosedPoints.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkSelectEnclosedPoints.java
1 // java wrapper for vtkSelectEnclosedPoints object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkSelectEnclosedPoints extends vtkDataSetAlgorithm\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native void SetSurface_2(vtkPolyData id0);\r
19   public void SetSurface(vtkPolyData id0)\r
20     { SetSurface_2(id0); }\r
21 \r
22   private native void SetSurfaceConnection_3(vtkAlgorithmOutput id0);\r
23   public void SetSurfaceConnection(vtkAlgorithmOutput id0)\r
24     { SetSurfaceConnection_3(id0); }\r
25 \r
26   private native long GetSurface_4();\r
27   public vtkPolyData GetSurface() {\r
28     long temp = GetSurface_4();\r
29 \r
30     if (temp == 0) return null;\r
31     return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
32   }\r
33 \r
34   private native long GetSurface_5(vtkInformationVector id0);\r
35   public vtkPolyData GetSurface(vtkInformationVector id0) {\r
36     long temp = GetSurface_5(id0);\r
37 \r
38     if (temp == 0) return null;\r
39     return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
40   }\r
41 \r
42   private native void SetInsideOut_6(int id0);\r
43   public void SetInsideOut(int id0)\r
44     { SetInsideOut_6(id0); }\r
45 \r
46   private native void InsideOutOn_7();\r
47   public void InsideOutOn()\r
48     { InsideOutOn_7(); }\r
49 \r
50   private native void InsideOutOff_8();\r
51   public void InsideOutOff()\r
52     { InsideOutOff_8(); }\r
53 \r
54   private native int GetInsideOut_9();\r
55   public int GetInsideOut()\r
56     { return GetInsideOut_9(); }\r
57 \r
58   private native void SetCheckSurface_10(int id0);\r
59   public void SetCheckSurface(int id0)\r
60     { SetCheckSurface_10(id0); }\r
61 \r
62   private native void CheckSurfaceOn_11();\r
63   public void CheckSurfaceOn()\r
64     { CheckSurfaceOn_11(); }\r
65 \r
66   private native void CheckSurfaceOff_12();\r
67   public void CheckSurfaceOff()\r
68     { CheckSurfaceOff_12(); }\r
69 \r
70   private native int GetCheckSurface_13();\r
71   public int GetCheckSurface()\r
72     { return GetCheckSurface_13(); }\r
73 \r
74   private native int IsInside_14(int id0);\r
75   public int IsInside(int id0)\r
76     { return IsInside_14(id0); }\r
77 \r
78   private native void SetTolerance_15(double id0);\r
79   public void SetTolerance(double id0)\r
80     { SetTolerance_15(id0); }\r
81 \r
82   private native double GetToleranceMinValue_16();\r
83   public double GetToleranceMinValue()\r
84     { return GetToleranceMinValue_16(); }\r
85 \r
86   private native double GetToleranceMaxValue_17();\r
87   public double GetToleranceMaxValue()\r
88     { return GetToleranceMaxValue_17(); }\r
89 \r
90   private native double GetTolerance_18();\r
91   public double GetTolerance()\r
92     { return GetTolerance_18(); }\r
93 \r
94   private native void Initialize_19(vtkPolyData id0);\r
95   public void Initialize(vtkPolyData id0)\r
96     { Initialize_19(id0); }\r
97 \r
98   private native int IsInsideSurface_20(double id0,double id1,double id2);\r
99   public int IsInsideSurface(double id0,double id1,double id2)\r
100     { return IsInsideSurface_20(id0,id1,id2); }\r
101 \r
102   private native int IsInsideSurface_21(double id0[]);\r
103   public int IsInsideSurface(double id0[])\r
104     { return IsInsideSurface_21(id0); }\r
105 \r
106   private native void Complete_22();\r
107   public void Complete()\r
108     { Complete_22(); }\r
109 \r
110   public vtkSelectEnclosedPoints() { super(); }\r
111 \r
112   public vtkSelectEnclosedPoints(long id) { super(id); }\r
113   public native long   VTKInit();\r
114 \r
115 }\r