]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAbstractCellLocator.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkAbstractCellLocator.java
1 // java wrapper for vtkAbstractCellLocator object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkAbstractCellLocator extends vtkLocator\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 SetNumberOfCellsPerNode_2(int id0);\r
19   public void SetNumberOfCellsPerNode(int id0)\r
20     { SetNumberOfCellsPerNode_2(id0); }\r
21 \r
22   private native int GetNumberOfCellsPerNodeMinValue_3();\r
23   public int GetNumberOfCellsPerNodeMinValue()\r
24     { return GetNumberOfCellsPerNodeMinValue_3(); }\r
25 \r
26   private native int GetNumberOfCellsPerNodeMaxValue_4();\r
27   public int GetNumberOfCellsPerNodeMaxValue()\r
28     { return GetNumberOfCellsPerNodeMaxValue_4(); }\r
29 \r
30   private native int GetNumberOfCellsPerNode_5();\r
31   public int GetNumberOfCellsPerNode()\r
32     { return GetNumberOfCellsPerNode_5(); }\r
33 \r
34   private native void SetCacheCellBounds_6(int id0);\r
35   public void SetCacheCellBounds(int id0)\r
36     { SetCacheCellBounds_6(id0); }\r
37 \r
38   private native int GetCacheCellBounds_7();\r
39   public int GetCacheCellBounds()\r
40     { return GetCacheCellBounds_7(); }\r
41 \r
42   private native void CacheCellBoundsOn_8();\r
43   public void CacheCellBoundsOn()\r
44     { CacheCellBoundsOn_8(); }\r
45 \r
46   private native void CacheCellBoundsOff_9();\r
47   public void CacheCellBoundsOff()\r
48     { CacheCellBoundsOff_9(); }\r
49 \r
50   private native void SetRetainCellLists_10(int id0);\r
51   public void SetRetainCellLists(int id0)\r
52     { SetRetainCellLists_10(id0); }\r
53 \r
54   private native int GetRetainCellLists_11();\r
55   public int GetRetainCellLists()\r
56     { return GetRetainCellLists_11(); }\r
57 \r
58   private native void RetainCellListsOn_12();\r
59   public void RetainCellListsOn()\r
60     { RetainCellListsOn_12(); }\r
61 \r
62   private native void RetainCellListsOff_13();\r
63   public void RetainCellListsOff()\r
64     { RetainCellListsOff_13(); }\r
65 \r
66   private native void SetLazyEvaluation_14(int id0);\r
67   public void SetLazyEvaluation(int id0)\r
68     { SetLazyEvaluation_14(id0); }\r
69 \r
70   private native int GetLazyEvaluation_15();\r
71   public int GetLazyEvaluation()\r
72     { return GetLazyEvaluation_15(); }\r
73 \r
74   private native void LazyEvaluationOn_16();\r
75   public void LazyEvaluationOn()\r
76     { LazyEvaluationOn_16(); }\r
77 \r
78   private native void LazyEvaluationOff_17();\r
79   public void LazyEvaluationOff()\r
80     { LazyEvaluationOff_17(); }\r
81 \r
82   private native void SetUseExistingSearchStructure_18(int id0);\r
83   public void SetUseExistingSearchStructure(int id0)\r
84     { SetUseExistingSearchStructure_18(id0); }\r
85 \r
86   private native int GetUseExistingSearchStructure_19();\r
87   public int GetUseExistingSearchStructure()\r
88     { return GetUseExistingSearchStructure_19(); }\r
89 \r
90   private native void UseExistingSearchStructureOn_20();\r
91   public void UseExistingSearchStructureOn()\r
92     { UseExistingSearchStructureOn_20(); }\r
93 \r
94   private native void UseExistingSearchStructureOff_21();\r
95   public void UseExistingSearchStructureOff()\r
96     { UseExistingSearchStructureOff_21(); }\r
97 \r
98   private native int IntersectWithLine_22(double id0[],double id1[],vtkPoints id2,vtkIdList id3);\r
99   public int IntersectWithLine(double id0[],double id1[],vtkPoints id2,vtkIdList id3)\r
100     { return IntersectWithLine_22(id0,id1,id2,id3); }\r
101 \r
102   private native void FindCellsAlongLine_23(double id0[],double id1[],double id2,vtkIdList id3);\r
103   public void FindCellsAlongLine(double id0[],double id1[],double id2,vtkIdList id3)\r
104     { FindCellsAlongLine_23(id0,id1,id2,id3); }\r
105 \r
106   private native int FindCell_24(double id0[]);\r
107   public int FindCell(double id0[])\r
108     { return FindCell_24(id0); }\r
109 \r
110   private native boolean InsideCellBounds_25(double id0[],int id1);\r
111   public boolean InsideCellBounds(double id0[],int id1)\r
112     { return InsideCellBounds_25(id0,id1); }\r
113 \r
114   public vtkAbstractCellLocator() { super(); }\r
115 \r
116   public vtkAbstractCellLocator(long id) { super(id); }\r
117 \r
118 }\r