YAMLParser
|
This class is a dummy for cross-section, used when no cross-section is specified in the input file. More...
#include <CrossSectionDummy.h>
Public Member Functions | |
CrossSectionDummy () | |
~CrossSectionDummy () | |
Identifiable::Type | getType () |
std::string | getTypeAsString () |
virtual bool | assignIndependentAttributes (YAML::Node &yamlNode) override |
virtual void | printAttributes () override |
![]() | |
virtual | ~Identifiable () |
int | getID () const |
Getter for the externally defined identification number. 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 } |
![]() | |
std::vector< std::string > | s_Types |
Type | type |
The FEM element type (see enum definition) More... | |
![]() | |
void | setID (int id) |
Setter for the externally defined identification number. More... | |
![]() | |
int | id |
Externally defined identification number. More... | |
This class is a dummy for cross-section, used when no cross-section is specified in the input file.
CrossSectionDummy::CrossSectionDummy | ( | ) |
CrossSectionDummy::~CrossSectionDummy | ( | ) |
|
overridevirtual |
Setter for independent (dependency level null) attributes
Implements GenericCrossSection.
|
virtual |
Function returning the type of the element.
Used to specify element types for operatins such as comparison.
Reimplemented from Identifiable.
|
virtual |
Function returning the type as a string.
Used to throw informative error messages
Reimplemented from Identifiable.
|
overridevirtual |
Print attributes to console
Implements GenericCrossSection.