]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkCellTreeLocator.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkCellTreeLocator.java
1 // java wrapper for vtkCellTreeLocator object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkCellTreeLocator extends vtkAbstractCellLocator
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 IntersectWithLine_2(double id0[],double id1[],vtkPoints id2,vtkIdList id3);
19   public int IntersectWithLine(double id0[],double id1[],vtkPoints id2,vtkIdList id3)
20     { return IntersectWithLine_2(id0,id1,id2,id3); }
21
22   private native int FindCell_3(double id0[]);
23   public int FindCell(double id0[])
24     { return FindCell_3(id0); }
25
26   private native void FreeSearchStructure_4();
27   public void FreeSearchStructure()
28     { FreeSearchStructure_4(); }
29
30   private native void GenerateRepresentation_5(int id0,vtkPolyData id1);
31   public void GenerateRepresentation(int id0,vtkPolyData id1)
32     { GenerateRepresentation_5(id0,id1); }
33
34   private native void BuildLocatorInternal_6();
35   public void BuildLocatorInternal()
36     { BuildLocatorInternal_6(); }
37
38   private native void BuildLocatorIfNeeded_7();
39   public void BuildLocatorIfNeeded()
40     { BuildLocatorIfNeeded_7(); }
41
42   private native void ForceBuildLocator_8();
43   public void ForceBuildLocator()
44     { ForceBuildLocator_8(); }
45
46   private native void BuildLocator_9();
47   public void BuildLocator()
48     { BuildLocator_9(); }
49
50   public vtkCellTreeLocator() { super(); }
51
52   public vtkCellTreeLocator(long id) { super(id); }
53   public native long   VTKInit();
54
55 }