Go to the documentation of this file.
35 #ifndef surfaceCellSizeFunction_H
36 #define surfaceCellSizeFunction_H
101 const scalar& defaultCellSize
103 (surfaceCellSizeFunctionDict,
surface, defaultCellSize)
113 const dictionary& surfaceCellSizeFunctionDict,
115 const scalar& defaultCellSize
124 const dictionary& surfaceCellSizeFunctionDict,
126 const scalar& defaultCellSize
const scalar & defaultCellSize_
A class for handling words, derived from string.
virtual scalar interpolate(const point &pt, const label index) const =0
virtual ~surfaceCellSizeFunction()
Destructor.
static autoPtr< surfaceCellSizeFunction > New(const dictionary &surfaceCellSizeFunctionDict, const searchableSurface &surface, const scalar &defaultCellSize)
Return a reference to the selected surfaceCellSizeFunction.
scalar refinementFactor_
If cell resizing is allowed, this is the factor of the old cell size.
void operator=(const surfaceCellSizeFunction &)
Disallow default bitwise assignment.
TypeName("surfaceCellSizeFunction")
Runtime type information.
const searchableSurface & surface_
Reference to the searchableSurface that surfaceCellSizeFunction.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Base class of (analytical or triangulated) surface. Encapsulates all the search routines....
A list of keyword definitions, which are a keyword followed by any number of values (e....
declareRunTimeSelectionTable(autoPtr, surfaceCellSizeFunction, dictionary,(const dictionary &surfaceCellSizeFunctionDict, const searchableSurface &surface, const scalar &defaultCellSize),(surfaceCellSizeFunctionDict, surface, defaultCellSize))
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
const dictionary coeffsDict_
Abstract base class for specifying target cell sizes.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
const dictionary & coeffsDict() const
Const access to the details dictionary.
surfaceCellSizeFunction(const surfaceCellSizeFunction &)
Disallow default bitwise copy construct.