53 template<
class Type>
class indexedOctree;
67 const bool faceDecomp_;
82 static bool findNearer
87 scalar& nearestDistSqr
91 static bool findNearer
97 scalar& nearestDistSqr
104 label findNearestCellTree(
const point&)
const;
107 label findNearestCellLinear(
const point&)
const;
111 label findNearestCellWalk(
const point&,
const label)
const;
114 label findCellLinear(
const point&)
const;
119 label findNearestFaceTree(
const point&)
const;
121 label findNearestFaceLinear(
const point&)
const;
123 label findNearestFaceWalk(
const point&,
const label)
const;
131 label findNearestBoundaryFaceWalk
133 const point& location,
134 const label seedFaceI
210 const point& location,
211 const label seedCellI = -1,
212 const bool useTreeSearch =
true
217 const point& location,
218 const label seedFaceI = -1,
219 const bool useTreeSearch =
true
228 const point& location,
229 const label seedCellI = -1,
230 const bool useTreeSearch =
true
239 const point& location,
240 const label seedFaceI = -1,
241 const bool useTreeSearch =
true