|
xc
|
Base class for model component containers. More...
#include <ModelComponentContainerBase.h>
Public Types | |
| typedef size_t | Indice |
Public Member Functions | |
| ModelComponentContainerBase (MultiBlockTopology *mbt=nullptr) | |
| Default identifier for new component. More... | |
| const MultiBlockTopology * | getMultiBlockTopology (void) const |
| Return a pointer to MultiBlockTopology. | |
| MultiBlockTopology * | getMultiBlockTopology (void) |
| Return a pointer to MultiBlockTopology. | |
| const Preprocessor * | getPreprocessor (void) const |
| Return a pointer to preprocessor. | |
| Preprocessor * | getPreprocessor (void) |
| Return a pointer to preprocessor. | |
| size_t | getTag (void) const |
| void | setTag (const size_t &t) |
Protected Attributes | |
| Indice | tag |
Base class for model component containers.
| XC::ModelComponentContainerBase::ModelComponentContainerBase | ( | MultiBlockTopology * | mbt = nullptr | ) |
Default identifier for new component.
Constructor.
1.8.12