45#ifndef cellCentreSet_H
46#define cellCentreSet_H
67 const boundBox bounds_;
A bounding box defined in terms of min/max extrema points.
static const boundBox & null() noexcept
The null boundBox is the same as an inverted box.
A sampleSet based on cell centres.
cellCentreSet(const word &name, const polyMesh &mesh, const meshSearch &searchEngine, const word &axis, const boundBox &bbox=boundBox::null())
Construct from components.
TypeName("cellCentre")
Runtime type information.
virtual ~cellCentreSet()=default
Destructor.
const word & axis() const
The sort axis name.
const word & name() const noexcept
The coord-set name.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Various (local, not parallel) searches on polyMesh; uses (demand driven) octree to search.
Mesh consisting of general polyhedral cells.
Holds list of sampling points which is filled at construction time. Various implementations of this b...
const meshSearch & searchEngine() const noexcept
sampledSet(const word &name, const polyMesh &mesh, const meshSearch &searchEngine, const coordSet::coordFormat axisType)
Construct from components.
const polyMesh & mesh() const noexcept
A class for handling words, derived from Foam::string.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.