Go to the documentation of this file.
37 #ifndef cellModeller_H
38 #define cellModeller_H
cellModeller()
Construct from central "cellModels" file.
A class for handling words, derived from string.
~cellModeller()
Destructor.
static List< cellModel * > modelPtrs_
List of model pointers.
A static collection of cell models, and a means of looking them up.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
static const cellModel * lookup(const word &)
Look up a model by name and return a pointer to the model or NULL.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
An STL-conforming hash table.
static HashTable< const cellModel * > modelDictionary_
HashTable of model pointers.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
static const cellModel * lookup(const label i)
Look up a model by index and return a pointer to the model or NULL.
Maps a geometry to a set of cell primitives, which enables geometric cell data to be calculated witho...
static PtrList< cellModel > models_
PtrList of models.