35 #ifndef meshSearchBoundBox_H
36 #define meshSearchBoundBox_H
Templated abstract base-class for demand-driven mesh objects used to automate their allocation to the...
const polyMesh & mesh() const
Mesh object to hold a bound box for use by mesh search engines.
meshSearchBoundBox(const polyMesh &mesh)
Construct from mesh.
void operator=(const meshSearchBoundBox &)=delete
Disallow default bitwise assignment.
const treeBoundBox & bb() const
Access the bound box.
TypeName("meshSearchBoundBox")
Run-time type information.
virtual ~meshSearchBoundBox()
Destructor.
Mesh consisting of general polyhedral cells.
Standard boundBox + extra functionality for use in octree.