37#ifndef linearSpatial_H
38#define linearSpatial_H
61 point referencePoint_;
64 scalar referenceCellSize_;
71 scalar cellSizeGradient_;
77 scalar sizeFunction(
const point& pt)
const;
92 const scalar& defaultCellSize,
label size() const noexcept
The number of elements in list.
cellSizeFunction(const cellSizeFunction &)=delete
No copy construct.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual ~linearSpatial()=default
Destructor.
linearSpatial(const dictionary &initialPointsDict, const searchableSurface &surface, const scalar &defaultCellSize, const labelList regionIndices)
Construct from components.
virtual bool sizeLocations(const pointIndexHit &hitPt, const vector &n, pointField &shapePts, scalarField &shapeSizes) const
virtual bool cellSize(const point &pt, scalar &size) const
Modify scalar argument to the cell size specified by function.
TypeName("linearSpatial")
Runtime type information.
Base class of (analytical or triangulated) surface. Encapsulates all the search routines....
List< label > labelList
A List of labels.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
vector point
Point is a vector.
vectorField pointField
pointField is a vectorField.
PointIndexHit< point > pointIndexHit
A PointIndexHit with a 3D point.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.