|
| MaterialLoader (Preprocessor *owr) |
| Default constructor.
|
|
const map_materials & | Map (void) const |
| Returns a reference to the material container.
|
|
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 of the 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 of the final de la lista.
|
|
const_iterator | find (const std::string &str) const |
| Si encuentra el material cuyo nombre se pasa as parameter returns an iterator which points to mismo.
|
|
iterator | find (const std::string &str) |
| Si encuentra el material cuyo nombre se pasa as parameter returns an iterator which points to mismo.
|
|
Material * | find_ptr (const std::string &str) |
| Si encuentra el material cuyo nombre se pasa as parameter returns a pointer al mismo, otherwise it returns nullptr.
|
|
const Material * | find_ptr (const std::string &nmb) const |
| Si encuentra el material cuyo nombre se pasa as parameter returns a pointer al mismo, otherwise it returns nullptr.
|
|
Material * | find_ptr (const int &tag) |
| Si encuentra el material cuyo nombre se pasa as parameter returns a pointer al mismo, otherwise it returns nullptr.
|
|
const Material * | find_ptr (const int &tag) const |
| Si encuentra el material cuyo nombre se pasa as parameter returns a pointer al mismo, otherwise it returns nullptr.
|
|
std::string | getName (const int &tag) const |
| Returns the name that corresponds to the material tag being passed as parameter.
|
|
GeomSection * | find_ptr_geom_section (const std::string &nmb) |
| Si encuentra el material cuyo nombre se pasa as parameter returns a pointer al mismo, otherwise it returns nullptr.
|
|
const GeomSection * | find_ptr_geom_section (const std::string &nmb) const |
| Si encuentra el material cuyo nombre se pasa as parameter returns a pointer al mismo, otherwise it returns nullptr.
|
|
InteractionDiagram * | find_ptr_interaction_diagram (const std::string &nmb) |
| Si encuentra el material cuyo nombre se pasa as parameter returns a pointer al mismo, otherwise it returns nullptr.
|
|
const InteractionDiagram * | find_ptr_interaction_diagram (const std::string &nmb) const |
| Si encuentra el material cuyo nombre se pasa as parameter returns a pointer al mismo, otherwise it returns nullptr.
|
|
InteractionDiagram2d * | find_ptr_interaction_diagram2d (const std::string &nmb) |
| Si encuentra el material cuyo nombre se pasa as parameter returns a pointer al mismo, otherwise it returns nullptr.
|
|
const InteractionDiagram2d * | find_ptr_interaction_diagram2d (const std::string &nmb) const |
| Si encuentra el material cuyo nombre se pasa as parameter returns a pointer al mismo, otherwise it returns nullptr.
|
|
bool | existeMaterial (const std::string &nmb) const |
| True if material exists.
|
|
bool | existeGeomSection (const std::string &nmb) const |
| Returns true if the section geometry identified by the string being passed as parameter exists.
|
|
bool | InteractionDiagramExists (const std::string &nmb) const |
| Returns true if the 3D interaction diagram identified by the string being passed as parameter exists.
|
|
bool | InteractionDiagramExists2d (const std::string &nmb) const |
| Returns true if the 2D interaction diagram identified by the string being passed as parameter exists.
|
|
Material * | newMaterial (const std::string &, const std::string &) |
| Defines a new material.
|
|
Material & | getMaterial (const std::string &) |
| Returns a reference to the material which identifier is being passed as parameter.
|
|
GeomSection * | newSectionGeometry (const std::string &) |
| Defines a new material.
|
|
GeomSection & | getGeomSection (const std::string &) |
| Returns a reference to the section geometry which identifier is being passed as parameter.
|
|
InteractionDiagram * | newInteractionDiagram (const std::string &) |
| New interaction diagram.
|
|
InteractionDiagram * | calcInteractionDiagram (const std::string &, const InteractionDiagramData &diag_data) |
| New interaction diagram.
|
|
InteractionDiagram & | getInteractionDiagram (const std::string &) |
| Returns a reference to the interaction diagram which identifier is being passed as parameter.
|
|
InteractionDiagram2d * | new2DInteractionDiagram (const std::string &) |
| New 2d interaction diagram.
|
|
InteractionDiagram2d * | calcInteractionDiagramNMy (const std::string &, const InteractionDiagramData &diag_data) |
| New 2D interaction diagram (N-My)
|
|
InteractionDiagram2d * | calcInteractionDiagramNMz (const std::string &, const InteractionDiagramData &diag_data) |
| New 2D interaction diagram (N-Mz)
|
|
InteractionDiagram2d & | getNMzInteractionDiagram (const std::string &) |
|
void | clearAll (void) |
|
| 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.
|
|
Material handler (definition, searching,...).