// java wrapper for vtkAbstractCellLocator object // package vtk; import vtk.*; public class vtkAbstractCellLocator extends vtkLocator { 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 SetNumberOfCellsPerNode_2(int id0); public void SetNumberOfCellsPerNode(int id0) { SetNumberOfCellsPerNode_2(id0); } private native int GetNumberOfCellsPerNodeMinValue_3(); public int GetNumberOfCellsPerNodeMinValue() { return GetNumberOfCellsPerNodeMinValue_3(); } private native int GetNumberOfCellsPerNodeMaxValue_4(); public int GetNumberOfCellsPerNodeMaxValue() { return GetNumberOfCellsPerNodeMaxValue_4(); } private native int GetNumberOfCellsPerNode_5(); public int GetNumberOfCellsPerNode() { return GetNumberOfCellsPerNode_5(); } private native void SetCacheCellBounds_6(int id0); public void SetCacheCellBounds(int id0) { SetCacheCellBounds_6(id0); } private native int GetCacheCellBounds_7(); public int GetCacheCellBounds() { return GetCacheCellBounds_7(); } private native void CacheCellBoundsOn_8(); public void CacheCellBoundsOn() { CacheCellBoundsOn_8(); } private native void CacheCellBoundsOff_9(); public void CacheCellBoundsOff() { CacheCellBoundsOff_9(); } private native void SetRetainCellLists_10(int id0); public void SetRetainCellLists(int id0) { SetRetainCellLists_10(id0); } private native int GetRetainCellLists_11(); public int GetRetainCellLists() { return GetRetainCellLists_11(); } private native void RetainCellListsOn_12(); public void RetainCellListsOn() { RetainCellListsOn_12(); } private native void RetainCellListsOff_13(); public void RetainCellListsOff() { RetainCellListsOff_13(); } private native void SetLazyEvaluation_14(int id0); public void SetLazyEvaluation(int id0) { SetLazyEvaluation_14(id0); } private native int GetLazyEvaluation_15(); public int GetLazyEvaluation() { return GetLazyEvaluation_15(); } private native void LazyEvaluationOn_16(); public void LazyEvaluationOn() { LazyEvaluationOn_16(); } private native void LazyEvaluationOff_17(); public void LazyEvaluationOff() { LazyEvaluationOff_17(); } private native void SetUseExistingSearchStructure_18(int id0); public void SetUseExistingSearchStructure(int id0) { SetUseExistingSearchStructure_18(id0); } private native int GetUseExistingSearchStructure_19(); public int GetUseExistingSearchStructure() { return GetUseExistingSearchStructure_19(); } private native void UseExistingSearchStructureOn_20(); public void UseExistingSearchStructureOn() { UseExistingSearchStructureOn_20(); } private native void UseExistingSearchStructureOff_21(); public void UseExistingSearchStructureOff() { UseExistingSearchStructureOff_21(); } private native int IntersectWithLine_22(double id0[],double id1[],vtkPoints id2,vtkIdList id3); public int IntersectWithLine(double id0[],double id1[],vtkPoints id2,vtkIdList id3) { return IntersectWithLine_22(id0,id1,id2,id3); } private native void FindCellsAlongLine_23(double id0[],double id1[],double id2,vtkIdList id3); public void FindCellsAlongLine(double id0[],double id1[],double id2,vtkIdList id3) { FindCellsAlongLine_23(id0,id1,id2,id3); } private native int FindCell_24(double id0[]); public int FindCell(double id0[]) { return FindCell_24(id0); } private native boolean InsideCellBounds_25(double id0[],int id1); public boolean InsideCellBounds(double id0[],int id1) { return InsideCellBounds_25(id0,id1); } public vtkAbstractCellLocator() { super(); } public vtkAbstractCellLocator(long id) { super(id); } }