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