![]() |
XC Open source finite element analysis program
|
@ingroup MATSCCDiagInt More...
#include <InteractionDiagram.h>
Public Member Functions | |
| InteractionDiagram (void) | |
| Default constructor. | |
| InteractionDiagram (const Pos3d &org, const Triang3dMesh &mll) | |
| InteractionDiagram (const InteractionDiagram &otro) | |
| Copy constructor. | |
| InteractionDiagram & | operator= (const InteractionDiagram &otro) |
| Assignment operator. | |
| virtual InteractionDiagram * | clon (void) const |
| Virtual constructor. | |
| const Triedro3d * | BuscaPtrTriedro (const Pos3d &p) const |
| Busca el triedro que contiene al punto being passed as parameter. | |
| Pos3d | getIntersection (const Pos3d &) const |
| Returns the intersection of the ray O->esf_d with the interaction diagram. | |
| double | FactorCapacidad (const Pos3d &) const |
| Returns the capacity factor for the internal forces triplet being passed as parameters. | |
| Vector | FactorCapacidad (const GeomObj::list_Pos3d &) const |
| void | Print (std::ostream &os) const |
Public Member Functions inherited from XC::ClosedTriangleMesh | |
| ClosedTriangleMesh (void) | |
| Default constructor. | |
| ClosedTriangleMesh (const Pos3d &org, const Triang3dMesh &mll) | |
| ClosedTriangleMesh (const ClosedTriangleMesh &otro) | |
| Copy constructor. | |
| ClosedTriangleMesh & | operator= (const ClosedTriangleMesh &otro) |
| Assignment operator. | |
| virtual double | GetMax (short unsigned int i) const |
| virtual double | GetMin (short unsigned int i) const |
| virtual Pos3d | Cdg (void) const |
| virtual double | Longitud (void) const |
| virtual double | Area (void) const |
| virtual double | Volumen (void) const |
| virtual double | Ix (void) const |
| virtual double | Iy (void) const |
| virtual double | Iz (void) const |
| short unsigned int | Dimension () const |
| size_t | GetNumFacetas (void) const |
| TriangleMap | getTriangleMap (void) const |
| iterator | begin (void) |
| iterator | end (void) |
| const_iterator | begin () const |
| const_iterator | end () const |
| size_t | size (void) const |
| const_iterator | BuscaTriedro (const Pos3d &p) const |
| Busca el triedro que contiene al punto being passed as parameter. | |
| const Triedro3d * | BuscaPtrTriedro (const Pos3d &p) const |
| Busca el triedro que contiene al punto being passed as parameter. | |
| int | sendSelf (CommParameters &) |
| Envia el objeto through the channel being passed as parameter. | |
| int | recvSelf (const CommParameters &) |
| Receives object through the channel being passed as parameter. | |
| void | write (std::ofstream &) |
| Escribe la matriz en un archivo binario. | |
| void | read (std::ifstream &) |
| Lee la matriz de un archivo binario. | |
| void | writeTo (const std::string &) |
| void | readFrom (const std::string &) |
| void | Print (std::ostream &os) const |
Public Member Functions inherited from XC::MovableObject | |
| 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 &) |
Public Member Functions inherited from XC::DistributedBase | |
| 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. | |
Protected Types | |
| typedef std::set< const Triedro3d * > | set_ptr_triedros |
Protected Types inherited from XC::ClosedTriangleMesh | |
| typedef std::vector< Triedro3d > | v_triedros |
| typedef v_triedros::iterator | iterator |
| typedef v_triedros::const_iterator | const_iterator |
Protected Member Functions | |
| void | clasifica_triedro (const Triedro3d &tdro) |
| void | clasifica_triedros (void) |
| void | setMatrizPosiciones (const Matrix &) |
| Crea los triedros que definen el diagrama a partir de una matriz con las coordenadas de los puntos que definen cada uno de los triedros. | |
| GeomObj::list_Pos3d | get_interseccion (const Pos3d &p) const |
| Return the intersection of the half-line thats links the origin (0,0,0) and p and the interaction diagram. | |
Protected Member Functions inherited from XC::ClosedTriangleMesh | |
| GeomObj::list_Pos3d | get_interseccion (const Pos3d &p) const |
| Radius of the sphere that passes through the nearest vertex. More... | |
| void | getMatrizPosiciones (Matrix &) |
| Returns a matriz con las coordenadas de los puntos que definen cada uno de los triedros. | |
| int | sendData (CommParameters &) |
| Sends object members through the channel being passed as parameter. | |
| int | recvData (const CommParameters &) |
| Receives object members through the channel being passed as parameter. | |
Protected Attributes | |
| set_ptr_triedros | triedros_cuadrante [8] |
Protected Attributes inherited from XC::ClosedTriangleMesh | |
| v_triedros | triedros |
| double | tol |
| double | rMax |
| double | rMin |
| Radius of the convex-hull circunscribed sphere. | |
@ingroup MATSCCDiagInt
Interaction diagram (N,Mx,My) for a cross section.
1.8.11