YAMLParser
|
This class defines the thickness for plate/shell elements. More...
#include <PLThick.h>
Public Member Functions | |
PLThick (YAML::Node &yamlNode) | |
~PLThick () | |
virtual bool | assignIndependentAttributes (YAML::Node &yamlNode) override |
virtual void | printAttributes () override |
![]() | |
virtual | ~Identifiable () |
int | getID () const |
Getter for the externally defined identification number. More... | |
virtual Identifiable::Type | getType () |
virtual std::string | getTypeAsString () |
Public Attributes | |
double | T |
![]() | |
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 defines the thickness for plate/shell elements.
PLThick::PLThick | ( | YAML::Node & | yamlNode | ) |
PLThick::~PLThick | ( | ) |
|
overridevirtual |
Setter for independent (dependency level null) attributes
Implements GenericCrossSection.
|
overridevirtual |
Print attributes to console
Implements GenericCrossSection.
double PLThick::T |