XC Open source finite element analysis program
|
Solution methods container. More...
#include <MapSoluMethod.h>
Public Member Functions | |
MapSoluMethod (ProcSoluControl *owr) | |
Default constructor. | |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
bool | empty (void) const |
size_t | size (void) const |
bool | existeSoluMethod (const std::string &) const |
Returns true ifexiste el método cuyo nombre being passed as parameter. | |
SoluMethod & | creaSoluMethod (const std::string &, ModelWrapper *) |
Creates a new solution method con el código being passed as parameter. More... | |
const SoluMethod * | getSoluMethod (const std::string &) const |
Returns a const pointer to the solution method. | |
SoluMethod * | getSoluMethod (const std::string &) |
Returns a pointer to the solution method. | |
SoluMethod & | newSoluMethod (const std::string &, const std::string &) |
Creates a new solution method con el código being passed as parameter. | |
void | revertToStart (void) |
Returns todo a su estado original. | |
void | clearAll (void) |
Clears all. | |
Solution methods container.
XC::SoluMethod & XC::MapSoluMethod::creaSoluMethod | ( | const std::string & | cod, |
ModelWrapper * | sm | ||
) |
Creates a new solution method con el código being passed as parameter.
Si ya existe returns a pointer al mismo.