|  | 
|  | VectorReinfBar (const size_t &sz=0) | 
|  | Constructor. 
 | 
|  | 
|  | VectorReinfBar (const VectorReinfBar &) | 
|  | Copy constructor. 
 | 
|  | 
| VectorReinfBar & | operator= (const VectorReinfBar &) | 
|  | Assignment operator. 
 | 
|  | 
|  | ~VectorReinfBar (void) | 
|  | Destructor. 
 | 
|  | 
| size_t | size (void) const | 
|  | 
| size_t | empty (void) const | 
|  | 
| iterator | begin (void) | 
|  | 
| iterator | end (void) | 
|  | 
| const_iterator | begin (void) const | 
|  | 
| const_iterator | end (void) const | 
|  | 
| double | getAreaGrossSection (void) const | 
|  | Return gross area of rebars. 
 | 
|  | 
| Vector | getCenterOfMassGrossSection (void) const | 
|  | Returns gross section centroid. 
 | 
|  | 
| double | getIyGrossSection (void) const | 
|  | Inertia of the gross section about an axis parallel to y through his center of gravity. 
 | 
|  | 
| double | getIzGrossSection (void) const | 
|  | Inertia of the gross section about an axis parallel to z through his center of gravity. 
 | 
|  | 
| double | getPyzGrossSection (void) const | 
|  | Product of inertia of the gross section about y and z axis through his center of gravity. 
 | 
|  | 
| double | getAreaHomogenizedSection (const double &E0) const | 
|  | Returns the homogenized area of the regions. 
 | 
|  | 
| Vector | getCenterOfMassHomogenizedSection (const double &E0) const | 
|  | 
| double | getIyHomogenizedSection (const double &E0) const | 
|  | Returns homogenized moment of inertia of the cross-section with respecto to the axis parallel to y passing through the centroid.  More... 
 | 
|  | 
| double | getIzHomogenizedSection (const double &E0) const | 
|  | Returns homogenized moment of inertia of the cross-section with respecto to the axis parallel to z passing through the centroid.  More... 
 | 
|  | 
| double | getPyzHomogenizedSection (const double &E0) const | 
|  | Returns homogenized product of inertia of the cross-section with respecto to the axis parallel to y and z passing through the centroid.  More... 
 | 
|  | 
| void | resize (const size_t sz) | 
|  | Resizes vector. 
 | 
|  | 
| void | put (const size_t i, const ReinfBar &c) | 
|  | 
| const_reference | operator[] (const size_t i) const | 
|  | 
| void | Print (std::ostream &s) const | 
|  | 
|  | SectionMassProperties (CommandEntity *owr=nullptr) | 
|  | Constructor. 
 | 
|  | 
| double | getIxGrossSection (void) const | 
|  | Inertia of the gross section about an axis parallel to x through his center of gravity.  More... 
 | 
|  | 
| double | getTheta_pGrossSection (void) const | 
|  | Agle of the principal axis of inertia of the gross section with respect of current axis.  More... 
 | 
|  | 
| Vector | getIAxisDir_aGrossSection (void) const | 
|  | Direction of a principal axis of inertia of the gross section with respect of current axis.  More... 
 | 
|  | 
| Vector | getIAxisDir_bGrossSection (void) const | 
|  | Direction of the other principal axis of inertia of the gross section with respect of current axis.  More... 
 | 
|  | 
| double | getI1GrossSection (void) const | 
|  | Major principal moment of inertia of the gross section. 
 | 
|  | 
| double | getI2GrossSection (void) const | 
|  | Minor principal moment of inertia of the gross section. 
 | 
|  | 
| PrincipalAxesOfInertia2D | getInertiaAxesGrossSection (void) const | 
|  | Principal axis of inertia of the gross section. 
 | 
|  | 
| Vector2d | getAxis1VDirGrossSection (void) const | 
|  | Direction of the major principal axis of inertia of the gross section.  More... 
 | 
|  | 
| Vector2d | getVDirStrongAxisGrossSection (void) const | 
|  | Direction of the major principal axis of inertia of the gross section.  More... 
 | 
|  | 
| Vector2d | getAxis2VDirGrossSection (void) const | 
|  | Direction of the minor principal axis of inertia of the gross section.  More... 
 | 
|  | 
| Vector2d | getVDirWeakAxisGrossSection (void) const | 
|  | Direction of the minor principal axis of inertia of the gross section.  More... 
 | 
|  | 
| double | getIGrossSection (const unsigned short int &, const unsigned short int &) const | 
|  | Return the i,j component of the tensor of inertia computed with respect to centroid.  More... 
 | 
|  | 
| double | getIGrossSection (const unsigned short int &, const unsigned short int &, const Pos2d &) const | 
|  | Return the i,j component of the tensor of inertia computed with respect to the point "o".  More... 
 | 
|  | 
| double | getIGrossSection (const Pos2d &, const Vector &) const | 
|  | Return the moment of inertia with respect to the axis that passes through O with the direction of e.  More... 
 | 
|  | 
| double | getIGrossSection (const Line2d &) const | 
|  | Return the moment of inertia respecto a la recta being passed as parameter.  More... 
 | 
|  | 
| double | getIOGrossSection (const Pos2d &) const | 
|  | Return the polar moment of inertia with respect to the point o. 
 | 
|  | 
| Matrix | getIGrossSection (void) const | 
|  | Return the tensor of inertia computed with respect to the object centroid.  More... 
 | 
|  | 
| Matrix | getIGrossSection (const Pos2d &) const | 
|  | Return the tensor of inertia with respect to the point o. 
 | 
|  | 
| double | getIxHomogenizedSection (const double &) const | 
|  | Inertia of the homogenized section about an axis parallel to x through his center of gravity.  More... 
 | 
|  | 
| double | getTheta_pHomogenizedSection (void) const | 
|  | Agle of the principal axis of inertia of the homogenized section with respect of current axis.  More... 
 | 
|  | 
| Vector | getIAxisDir_aHomogenizedSection (void) const | 
|  | Direction of a principal axis of inertia of the homogenized section with respect of current axis.  More... 
 | 
|  | 
| Vector | getIAxisDir_bHomogenizedSection (void) const | 
|  | Direction of the other axis of inertia of the homogenized section with respect of current axis.  More... 
 | 
|  | 
| double | getI1HomogenizedSection (const double &) const | 
|  | Major principal moment of inertia of the homogenized section. 
 | 
|  | 
| double | getI2HomogenizedSection (const double &) const | 
|  | Minor principal moment of inertia of the homogenized section. 
 | 
|  | 
| PrincipalAxesOfInertia2D | getInertiaAxesHomogenizedSection (const double &) const | 
|  | Principal axis of inertia of the homogenized section. 
 | 
|  | 
| Vector2d | getAxis1VDirHomogenizedSection (const double &) const | 
|  | Direction of the major principal axis of inertia of the homogenized section.  More... 
 | 
|  | 
| Vector2d | getVDirStrongAxisHomogenizedSection (const double &) const | 
|  | Direction of the major principal axis of inertia of the homogenized section.  More... 
 | 
|  | 
| Vector2d | getAxis2VDirHomogenizedSection (const double &) const | 
|  | Direction of the minor principal axis of inertia of the homogenized section.  More... 
 | 
|  | 
| Vector2d | getVDirWeakAxisHomogenizedSection (const double &) const | 
|  | Direction of the minor principal axis of inertia of the homogenized section.  More... 
 | 
|  | 
| double | getIHomogenizedSection (const double &, const unsigned short int &, const unsigned short int &) const | 
|  | tensor of inertia (i,j) component of the homogenized section. 
 | 
|  | 
| double | getIHomogenizedSection (const double &, const unsigned short int &, const unsigned short int &, const Pos2d &) const | 
|  | Return the i,j component of the tensor of inertia computed with respect to the point "o".  More... 
 | 
|  | 
| double | getIHomogenizedSection (const double &, const Pos2d &, const Vector &) const | 
|  | Return the moment of inertia with respect to the axis that passes through O with the direction of e.  More... 
 | 
|  | 
| double | getIHomogenizedSection (const double &, const Line2d &) const | 
|  | Return the moment of inertia respecto a la recta being passed as parameter.  More... 
 | 
|  | 
| double | getIOHomogenizedSection (const double &, const Pos2d &) const | 
|  | Return the polar moment of inertia with respect to the point o. 
 | 
|  | 
| Matrix | getIHomogenizedSection (const double &) const | 
|  | Return the tensor of inertia computed with respect to the object centroid.  More... 
 | 
|  | 
| Matrix | getIHomogenizedSection (const double &, const Pos2d &) const | 
|  | Return the tensor of inertia with respect to the point o. 
 | 
|  | 
| CrossSectionProperties3d | getCrossSectionProperties3d (const CrossSectionProperties3d &) const | 
|  | Return the 3D mass properties of the homogenized section. 
 | 
|  | 
| CrossSectionProperties2d | getCrossSectionProperties2d (const CrossSectionProperties2d &) const | 
|  | Return the 2D mass properties of the homogenized section. 
 | 
|  | 
| CrossSectionProperties1d | getCrossSectionProperties1d (const CrossSectionProperties1d &) const | 
|  | Return the 1D mass properties of the homogenized section. 
 | 
|  | 
|  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 | 
|  | 
Reinforcement bars vector.