|
| TransfCooLoader (Preprocessor *owr) |
| Constructor.
|
|
const map_transfcoo & | Map (void) const |
| Returns a reference to the coordinate transformation map (container).
|
|
LinearCrdTransf2d * | newLinearCrdTransf2d (const std::string &) |
|
LinearCrdTransf3d * | newLinearCrdTransf3d (const std::string &) |
|
PDeltaCrdTransf2d * | newPDeltaCrdTransf2d (const std::string &) |
|
PDeltaCrdTransf3d * | newPDeltaCrdTransf3d (const std::string &) |
|
CorotCrdTransf2d * | newCorotCrdTransf2d (const std::string &) |
|
CorotCrdTransf3d * | newCorotCrdTransf3d (const std::string &) |
|
const_iterator | begin (void) const |
| Returns an iterator which points to principio de la lista.
|
|
const_iterator | end (void) const |
| Returns an iterator apuntando después del final de la lista.
|
|
iterator | begin (void) |
| Returns an iterator which points to principio de la lista.
|
|
iterator | end (void) |
| Returns an iterator apuntando después del final de la lista.
|
|
const_iterator | find (const std::string &str) const |
| Returns an iterator to the transformation with the name being passed as parameter.
|
|
iterator | find (const std::string &str) |
| Returns an iterator to the transformation with the name being passed as parameter.
|
|
CrdTransf * | find_ptr (const std::string &str) |
| Returns a pointer to the transformation with the name being passed as parameter (returns nullptr if not found).
|
|
CrdTransf * | find_ptr (const int &tag) |
| Returns a pointer to the coordinate transformation with the tag being passed as parameter (null if not found).
|
|
const CrdTransf * | find_ptr (const int &tag) const |
| Returns a pointer to the coordinate transformation with the tag being passed as parameter (null if not found).
|
|
std::string | getName (const int &tag) const |
| Returns the name that corresponds to the coordinate transformation tag being passed as parameter.
|
|
| ~TransfCooLoader (void) |
| Destructor.
|
|
void | clearAll (void) |
| Deletes all members.
|
|
| Loader (Preprocessor *owr) |
| Default constructor.
|
|
Domain * | getDomain (void) const |
| Returns the domain.
|
|
virtual int | sendSelf (CommParameters &) |
| Sends object through the channel being passed as parameter.
|
|
virtual int | recvSelf (const CommParameters &) |
| Receives object through the channel being passed as parameter.
|
|
| MovableObject (int classTag, int dbTag) |
| Constructor.
|
|
| MovableObject (int classTag) |
| Constructor.
|
|
| MovableObject (const MovableObject &otro) |
| Copy constructor.
|
|
MovableObject & | operator= (const MovableObject &otro) |
| Operacdor asignación.
|
|
int | getClassTag (void) const |
| Returns the tag de la clase.
|
|
int | getDbTag (void) const |
| Returns the tag para la database.
|
|
int | getDbTag (CommParameters &) |
| Returns the tag para la database.
|
|
void | setDbTag (int dbTag) |
| Asigna el tag para la database.
|
|
void | setDbTag (CommParameters &) |
| Asigna, sólo si es preciso, el tag para la database.
|
|
virtual int | setParameter (const std::vector< std::string > &argv, Parameter ¶m) |
|
virtual int | updateParameter (int parameterID, Information &info) |
|
virtual int | activateParameter (int parameterID) |
|
virtual int | setVariable (const std::string &variable, Information &) |
| Returns the identificador de la variable cuyo nombre being passed as parameter.
|
|
virtual int | getVariable (const std::string &variable, Information &) |
|
| DistributedBase (void) |
| Constructor.
|
|
virtual DbTagData & | getDbTagData (void) const |
| Returns a vector to store class dbTags.
|
|
const int & | getDbTagDataPos (const int &i) const |
| Returns the data at the i-th position.
|
|
void | setDbTagDataPos (const int &i, const int &v) |
| Sets the data at the i-th position.
|
|
void | inicComm (const int &dataSize) const |
| Initializes communication.
|
|
Manager for the creation/deletion of coordinate transformations.