|
xc
|
Bidimensional framework container. More...
#include <Framework2d.h>
Public Member Functions | |
| Framework2d (MultiBlockTopology *mbt=nullptr) | |
| Constructor. | |
| PntPtrArray * | makeNew (void) |
| Creates a new bi-dimensional framework. | |
Public Member Functions inherited from XC::ModelComponentContainer< PntPtrArray > | |
| ModelComponentContainer (MultiBlockTopology *mbt=nullptr) | |
| Constructor. | |
| PntPtrArray * | busca (const Indice &) |
| Return a pointer to the geometry entity whose identifier is passed as parameter. | |
| const PntPtrArray * | busca (const Indice &) const |
| Return a pointer to the entity whose identifier is passed as parameter. | |
| bool | exists (const Indice &) const |
| Return true if the entity already exists. | |
| PntPtrArray * | get (const Indice &) |
| Return the entity with tag iEnt. | |
| boost::python::list | getKeys (void) const |
| Return the container's keys. | |
| void | clearAll (void) |
| Erase all the entities. | |
| virtual | ~ModelComponentContainer (void) |
| Destructor. | |
Public Member Functions inherited from XC::ModelComponentContainerBase | |
| 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 Member Functions | |
| PntPtrArray * | Crea (void) |
| Creates a new point. | |
Additional Inherited Members | |
Public Types inherited from XC::ModelComponentContainer< PntPtrArray > | |
| typedef std::map< Indice, PntPtrArray *> | map_base |
| typedef std::pair< Indice, PntPtrArray *> | pair |
| typedef map_base::iterator | iterator |
| typedef map_base::const_iterator | const_iterator |
Public Types inherited from XC::ModelComponentContainerBase | |
| typedef size_t | Indice |
Protected Attributes inherited from XC::ModelComponentContainerBase | |
| Indice | tag |
Bidimensional framework container.
1.8.12