|
virtual | ~MapSet (void) |
| Destructor.
|
|
EntMdlr * | inserta_ent_mdlr (EntMdlr *ent_mdlr) |
| Inserts, as a set, a preprocessor entity.
|
|
Set * | get_set_total (void) |
|
const Set * | get_set_total (void) const |
|
const map_sets & | get_sets_abiertos (void) const |
|
map_sets & | get_sets_abiertos (void) |
|
Set * | defSet (const std::string &) |
| Creates a new set with the name which is passed as a parameter.
|
|
void | removeSet (const std::string &) |
| Deletes the set and removes it from the sets map.
|
|
const SetBase * | busca_set (const std::string &nmb) const |
| Returns a pointer to the set which name is being passed as parameter.
|
|
SetBase & | getSet (const std::string &nmb) |
| Returns the set which name is being passed as parameter.
|
|
const_iterator | begin (void) const |
|
const_iterator | end (void) const |
|
std::set< SetBase * > | get_sets (const Node *) |
| Returns the sets que contienen the pointer a nodo being passed as parameter.
|
|
std::set< SetBase * > | get_sets (const Element *) |
| Returns the sets that containt the element pointer being passed as parameter.
|
|
std::set< SetBase * > | get_sets (const Pnt *) |
| Returns the sets que contienen the pointer a punto being passed as parameter.
|
|
std::set< SetBase * > | get_sets (const Edge *) |
| Returns the sets que contienen the pointer a «edge» being passed as parameter.
|
|
std::set< SetBase * > | get_sets (const Face *) |
| Returns the sets than contain a pointer to the face being passed as parameter.
|
|
std::set< SetBase * > | get_sets (const Body *) |
| Returns the sets que contienen the pointer a cuerpo being passed as parameter.
|
|
std::set< SetBase * > | get_sets (const UniformGrid *) |
| Returns the sets que contienen the pointer a «uniform grid» being passed as parameter.
|
|
int | sendSelf (CommParameters &) |
| Sends object through the channel being passed as parameter.
|
|
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.
|
|
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.
|
|
|
const ID & | getSetsDBTags (CommParameters &cp) |
| Returns the DBTags of the sets.
|
|
const std::deque< std::string > & | getSetsClassNames (void) |
| Returns the nombres de clase of the sets.
|
|
DbTagData & | getDbTagData (void) const |
| Returns a vector para almacenar los dbTags de los miembros de la clase.
|
|
int | sendSetsDbTags (int posDbTag, CommParameters &cp) |
| Envía los dbTags of the sets través del canal being passed as parameter.
|
|
int | sendSetsClassNames (int posDbTag, CommParameters &cp) |
| Envía los nombres de clase of the sets través del canal being passed as parameter.
|
|
int | receiveSetsDbTags (int posDbTag, int size, const CommParameters &cp) |
| Recibe los dbTags of the sets through the channel being passed as parameter.
|
|
int | receiveSetsClassNames (int pDbTg, int sz, const CommParameters &cp) |
| Recibe los nombres de clase of the sets through the channel being passed as parameter.
|
|
int | sendSets (int posDbTag1, int posDbTag2, int posDbTag3, CommParameters &cp) |
| Envía the sets definidos through the channel being passed as parameter.
|
|
int | receiveSets (int posDbTag1, int posDbTag2, int posDbTag3, const int &, const CommParameters &cp) |
| Recibe the sets definidos through the channel being passed as parameter.
|
|
int | sendAbiertos (int posDbTag1, int posDbTag2, CommParameters &cp) |
| Send members through the channel being passed as parameter.
|
|
int | receiveAbiertos (int posDbTag1, int posDbTag2, const CommParameters &cp) |
| Receives members through the channel being passed as parameter.
|
|
int | sendData (CommParameters &) |
| Send members through the channel being passed as parameter.
|
|
int | recvData (const CommParameters &) |
| Receives members through the channel being passed as parameter.
|
|
| MapSet (Preprocessor *preprocessor=nullptr) |
| Default constructor.
|
|