// java wrapper for vtkStaticCellLocator object // package vtk; import vtk.*; public class vtkStaticCellLocator extends vtkAbstractCellLocator { private native int IsTypeOf_0(String id0); public int IsTypeOf(String id0) { return IsTypeOf_0(id0); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native void SetDivisions_2(int id0,int id1,int id2); public void SetDivisions(int id0,int id1,int id2) { SetDivisions_2(id0,id1,id2); } private native void SetDivisions_3(int id0[]); public void SetDivisions(int id0[]) { SetDivisions_3(id0); } private native int[] GetDivisions_4(); public int[] GetDivisions() { return GetDivisions_4(); } private native int FindCell_5(double id0[]); public int FindCell(double id0[]) { return FindCell_5(id0); } private native void FindCellsAlongLine_6(double id0[],double id1[],double id2,vtkIdList id3); public void FindCellsAlongLine(double id0[],double id1[],double id2,vtkIdList id3) { FindCellsAlongLine_6(id0,id1,id2,id3); } private native int IntersectWithLine_7(double id0[],double id1[],vtkPoints id2,vtkIdList id3); public int IntersectWithLine(double id0[],double id1[],vtkPoints id2,vtkIdList id3) { return IntersectWithLine_7(id0,id1,id2,id3); } private native void GenerateRepresentation_8(int id0,vtkPolyData id1); public void GenerateRepresentation(int id0,vtkPolyData id1) { GenerateRepresentation_8(id0,id1); } private native void FreeSearchStructure_9(); public void FreeSearchStructure() { FreeSearchStructure_9(); } private native void BuildLocator_10(); public void BuildLocator() { BuildLocator_10(); } private native void SetMaxNumberOfBuckets_11(int id0); public void SetMaxNumberOfBuckets(int id0) { SetMaxNumberOfBuckets_11(id0); } private native int GetMaxNumberOfBucketsMinValue_12(); public int GetMaxNumberOfBucketsMinValue() { return GetMaxNumberOfBucketsMinValue_12(); } private native int GetMaxNumberOfBucketsMaxValue_13(); public int GetMaxNumberOfBucketsMaxValue() { return GetMaxNumberOfBucketsMaxValue_13(); } private native int GetMaxNumberOfBuckets_14(); public int GetMaxNumberOfBuckets() { return GetMaxNumberOfBuckets_14(); } private native boolean GetLargeIds_15(); public boolean GetLargeIds() { return GetLargeIds_15(); } public vtkStaticCellLocator() { super(); } public vtkStaticCellLocator(long id) { super(id); } public native long VTKInit(); }