Go to the documentation of this file.
35 #ifndef cellSizeCalculationType_H
36 #define cellSizeCalculationType_H
93 const scalar& defaultCellSize
95 (cellSizeCalculationTypeDict,
surface, defaultCellSize)
105 const dictionary& cellSizeCalculationTypeDict,
107 const scalar& defaultCellSize
116 const dictionary& cellSizeCalculationTypeDict,
118 const scalar& defaultCellSize
A class for handling words, derived from string.
A class for managing temporary objects.
static autoPtr< cellSizeCalculationType > New(const dictionary &cellSizeCalculationTypeDict, const triSurfaceMesh &surface, const scalar &defaultCellSize)
Return a reference to the selected cellSizeCalculationType.
const dictionary & cellSizeCalculationTypeDict_
IOoject and searching on triSurface.
TypeName("cellSizeCalculationType")
Runtime type information.
declareRunTimeSelectionTable(autoPtr, cellSizeCalculationType, dictionary,(const dictionary &cellSizeCalculationTypeDict, const triSurfaceMesh &surface, const scalar &defaultCellSize),(cellSizeCalculationTypeDict, surface, defaultCellSize))
A list of keyword definitions, which are a keyword followed by any number of values (e....
const scalar & 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.
virtual tmp< triSurfacePointScalarField > load()=0
Load the cell size.
cellSizeCalculationType(const cellSizeCalculationType &)
Disallow default bitwise copy construct.
void operator=(const cellSizeCalculationType &)
Disallow default bitwise assignment.
const triSurfaceMesh & surface_
Reference to the triSurfaceMesh.
Abstract base class for specifying target cell sizes.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
virtual ~cellSizeCalculationType()
Destructor.