|
|
| MaterialHandler (Preprocessor *owr) |
| | Default constructor.
|
| |
|
void | clearAll (void) |
| |
|
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 which name is being passed as parameter returns an iterator which points to mismo.
|
| |
|
iterator | find (const std::string &str) |
| | Si encuentra el material which name is being passed as parameter returns an iterator which points to mismo.
|
| |
| Material * | find_ptr (const std::string &str) |
| | Si encuentra el material which name is being passed as parameter returns a pointer al mismo, otherwise it returns nullptr. More...
|
| |
| const Material * | find_ptr (const std::string &nmb) const |
| | Si encuentra el material which name is being passed as parameter returns a pointer al mismo, otherwise it returns nullptr. More...
|
| |
| Material * | find_ptr (const int &tag) |
| | Si encuentra el material which name is being passed as parameter returns a pointer al mismo, otherwise it returns nullptr. More...
|
| |
| const Material * | find_ptr (const int &tag) const |
| | Si encuentra el material which name is being passed as parameter returns a pointer al mismo, otherwise it returns nullptr. More...
|
| |
|
std::string | getName (const int &tag) const |
| | Returns the name that corresponds to the material tag being passed as parameter.
|
| |
|
std::string | getSectionGeometryName (const SectionGeometry *) const |
| | Returns the name that corresponds to the section geometry argument.
|
| |
| SectionGeometry * | find_ptr_section_geometry (const std::string &nmb) |
| | Si encuentra el material which name is being passed as parameter returns a pointer al mismo, otherwise it returns nullptr. More...
|
| |
| const SectionGeometry * | find_ptr_section_geometry (const std::string &nmb) const |
| | Si encuentra el material which name is being passed as parameter returns a pointer al mismo, otherwise it returns nullptr. More...
|
| |
| InteractionDiagram * | find_ptr_interaction_diagram (const std::string &nmb) |
| | Si encuentra el material which name is being passed as parameter returns a pointer al mismo, otherwise it returns nullptr. More...
|
| |
| const InteractionDiagram * | find_ptr_interaction_diagram (const std::string &nmb) const |
| | Si encuentra el material which name is being passed as parameter returns a pointer al mismo, otherwise it returns nullptr. More...
|
| |
| InteractionDiagram2d * | find_ptr_interaction_diagram2d (const std::string &nmb) |
| | Si encuentra el material which name is being passed as parameter returns a pointer al mismo, otherwise it returns nullptr. More...
|
| |
| const InteractionDiagram2d * | find_ptr_interaction_diagram2d (const std::string &nmb) const |
| | Si encuentra el material which name is being passed as parameter returns a pointer al mismo, otherwise it returns nullptr. More...
|
| |
|
bool | materialExists (const std::string &nmb) const |
| | True if material exists.
|
| |
|
bool | materialExists (const int &tag) const |
| | True if material exists.
|
| |
| bool | sectionGeometryExists (const std::string &nmb) const |
| | Returns true if the section geometry identified by the string being passed as parameter exists. More...
|
| |
| bool | InteractionDiagramExists (const std::string &nmb) const |
| | Returns true if the 3D interaction diagram identified by the string being passed as parameter exists. More...
|
| |
| bool | InteractionDiagramExists2d (const std::string &nmb) const |
| | Returns true if the 2D interaction diagram identified by the string being passed as parameter exists. More...
|
| |
|
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. More...
|
| |
| Material & | getMaterial (const int &) |
| | Returns a reference to the material which identifier is being passed as parameter. More...
|
| |
|
SectionGeometry * | newSectionGeometry (const std::string &) |
| | Defines a new material.
|
| |
| SectionGeometry & | getSectionGeometry (const std::string &) |
| | Returns a reference to the section geometry which identifier is being passed as parameter. More...
|
| |
|
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. More...
|
| |
|
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 &) |
| |
|
std::set< std::string > | getMaterialNames (void) const |
| | Return the names of the materials.
|
| |
|
boost::python::list | getMaterialNamesPy (void) const |
| | Return the names of the materials in a Python list.
|
| |
Public Member Functions inherited from XC::PrepHandler |
|
| PrepHandler (Preprocessor *owr) |
| | Default constructor.
|
| |
|
virtual int | sendSelf (Communicator &) |
| | Sends object through the communicator argument.
|
| |
|
virtual int | recvSelf (const Communicator &) |
| | Receives object through the communicator argument.
|
| |
|
| PreprocessorContainer (Preprocessor *owr) |
| | Default constructor.
|
| |
|
const Domain * | getDomain (void) const |
| | Returns the domain.
|
| |
|
Domain * | getDomain (void) |
| | Returns the domain.
|
| |
|
Preprocessor * | getPreprocessor (void) |
| | Returns a pointer to the object preprocessor.
|
| |
|
const Preprocessor * | getPreprocessor (void) const |
| | Returns a pointer to the object preprocessor.
|
| |
|
void | checkPreprocessor (void) |
| |
|
boost::python::dict | getPyDict (void) const |
| | Return a Python dictionary with the object members values.
|
| |
|
void | setPyDict (const boost::python::dict &) |
| | Set the values of the object members from a Python dictionary.
|
| |
Public Member Functions inherited from CommandEntity |
|
| CommandEntity (CommandEntity *owr=nullptr) |
| | Default constructor.
|
| |
|
CommandEntity * | Owner (void) |
| | Return a pointer to the object owner.
|
| |
|
const CommandEntity * | Owner (void) const |
| | Return un puntero al objeto propietario de ESTE.
|
| |
|
const StandardOutputWrapper & | getStandardOutputWrapper (void) const |
| | Return the regular output stream wrapper.
|
| |
|
StandardOutputWrapper & | getStandardOutputWrapper (void) |
| | Return the regular output stream wrapper.
|
| |
|
const std::string & | getLogFileName (void) const |
| | Returns log file name.
|
| |
|
void | setLogFileName (const std::string &) |
| | Sets log file name.
|
| |
|
const std::string & | getErrFileName (void) const |
| | Returns err file name.
|
| |
|
void | setErrFileName (const std::string &) |
| | Sets error file name.
|
| |
|
const std::string & | getOutputFileName (void) const |
| | Returns regular output file name.
|
| |
|
void | setOutputFileName (const std::string &) |
| | Sets regular output file name.
|
| |
|
boost::python::object | evalPy (boost::python::object dict, const std::string &) |
| | Return the Python object that results from evaluating the argument.
|
| |
|
boost::python::object | execPy (boost::python::object dict, const std::string &) |
| | Return the Python objects that results from executing the code in the string argument.
|
| |
|
boost::python::object | execFilePy (boost::python::object dict, const std::string &) |
| | Return the Python object that results from executing the code in the file.
|
| |
|
| EntityWithProperties (EntityWithProperties *owr=nullptr) |
| | Default constructor.
|
| |
|
void | clearPyProps (void) |
| | Clear python properties map.
|
| |
|
bool | hasPyProp (const std::string &) |
| | Returns true if property exists.
|
| |
|
boost::python::object | getPyProp (const std::string &str) |
| | Return the Python object with the name being passed as parameter.
|
| |
|
void | setPyProp (std::string str, boost::python::object val) |
| | Sets/appends a value tho the Python object's dictionary.
|
| |
|
void | copyPropsFrom (const EntityWithProperties &) |
| | Copy the properties from the argument.
|
| |
|
boost::python::list | getPropNames (void) const |
| | Return the names of the object properties weightings.
|
| |
|
const PythonDict & | getPropertiesDict (void) const |
| | Return a std::map container with the properties of the object.
|
| |
|
boost::python::dict | getPyDict (void) const |
| | Return a Python dictionary containing the object members values.
|
| |
|
void | setPyDict (const boost::python::dict &) |
| | Set the values of the object members from a Python dictionary.
|
| |
|
| EntityWithOwner (EntityWithOwner *owr=nullptr) |
| | Default constructor.
|
| |
|
| EntityWithOwner (const EntityWithOwner &) |
| | Copy constructor.
|
| |
|
EntityWithOwner & | operator= (const EntityWithOwner &) |
| | Assignment operator.
|
| |
|
virtual bool | operator== (const EntityWithOwner &) const |
| | Comparison operator.
|
| |
|
virtual | ~EntityWithOwner (void) |
| | Virtual destructor.
|
| |
|
virtual std::string | getClassName (void) const |
| | Returns demangled class name.
|
| |
|
void | set_owner (EntityWithOwner *owr) |
| | Assigns the owner of the object.
|
| |
|
EntityWithOwner * | Owner (void) |
| |
|
const EntityWithOwner * | Owner (void) const |
| |
| | MovableObject (int classTag, int dbTag) |
| | Constructor. More...
|
| |
| | MovableObject (int classTag) |
| | Constructor. More...
|
| |
|
| MovableObject (const MovableObject &) |
| | Copy constructor. Doesn't copy the dbTag.
|
| |
|
MovableObject & | operator= (const MovableObject &) |
| | Assignment operator. Doesn't copy the dbTag.
|
| |
|
int | getClassTag (void) const |
| | Return the class identifier.
|
| |
|
int | getDbTag (void) const |
| | Return the object identifier in the database.
|
| |
|
int | getDbTag (Communicator &) |
| | Return the object identifier in the database.
|
| |
|
void | setDbTag (int dbTag) |
| | Sets the object identifier in the database.
|
| |
| void | setDbTag (Communicator &) |
| | Sets the object identifier in the database if not already set. More...
|
| |
|
virtual int | setParameter (const std::vector< std::string > &argv, Parameter ¶m) |
| | Sets the value param to the parameter argv.
|
| |
|
virtual int | updateParameter (int parameterID, Information &info) |
| | Updates the parameter identified by parameterID with info.
|
| |
|
virtual int | activateParameter (int parameterID) |
| | Activates the parameter identified by parameterID.
|
| |
|
virtual int | setVariable (const std::string &variable, Information &) |
| | Set the value of the variable idenfified by var.
|
| |
|
virtual int | getVariable (const std::string &variable, Information &) |
| | Return the value of the variable idenfified by var.
|
| |
|
| DistributedBase (void) |
| | Constructor.
|
| |
|
virtual | ~DistributedBase (void) |
| | Destructor.
|
| |
|
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.
|
| |