YAMLParser
|
This class represents a FE eccentricity element. More...
#include <FEEccentricity.h>
Public Member Functions | |
FEEccentricity (YAML::Node &yamlNode) | |
FEEccentricity (int id, double eX, double eY, double eZ) | |
virtual | ~FEEccentricity () |
Identifiable::Type | getType () |
virtual std::string | getTypeAsString () override |
virtual bool | assignIndependentAttributes (YAML::Node &yamlNode) override |
virtual void | printAttributes () override |
![]() | |
virtual | ~Identifiable () |
int | getID () const |
Getter for the externally defined identification number. More... | |
Public Attributes | |
double | eX |
X-component of the eccentricity offset vector. More... | |
double | eY |
Y-component of the eccentricity offset vector. More... | |
double | eZ |
Z-component of the eccentricity offset vector. More... | |
![]() | |
std::vector< std::string > | s_Types |
Type | type |
The FEM element type (see enum definition) More... | |
Additional Inherited Members | |
![]() | |
enum | Type { NULLTYPE, NODE, COORDSYS, BEAM, TRISHELL, QUADSHEL, VECTOR, ECCENT, ISOMATERIAL, PIPE, BOX, IHPROFIL, LSECTION, TSECTION, PLCOMP, CROSS_SECTION_DUMMY, NODELOAD, LOADCOMB } |
![]() | |
void | setID (int id) |
Setter for the externally defined identification number. More... | |
![]() | |
int | id |
Externally defined identification number. More... | |
This class represents a FE eccentricity element.
Used to define offset location of BEAM and SHELL elements relative to the global node.
FEEccentricity::FEEccentricity | ( | YAML::Node & | yamlNode | ) |
Constructor based on information from a YAML::Node
FEEccentricity::FEEccentricity | ( | int | id, |
double | eX, | ||
double | eY, | ||
double | eZ | ||
) |
YAML-independent constructor
|
virtual |
|
overridevirtual |
Setter for independent (dependency level null) attributes
Implements GenericFE.
|
virtual |
Function returning the type of the element.
Used to specify element types for operatins such as comparison.
Reimplemented from Identifiable.
|
overridevirtual |
Function returning the type as a string.
Used to throw informative error messages
Reimplemented from Identifiable.
|
overridevirtual |
Print attributes to console
Implements GenericFE.
double FEEccentricity::eX |
X-component of the eccentricity offset vector.
double FEEccentricity::eY |
Y-component of the eccentricity offset vector.
double FEEccentricity::eZ |
Z-component of the eccentricity offset vector.