YAMLParser
Public Member Functions | Public Attributes | List of all members
PLThick Class Reference

This class defines the thickness for plate/shell elements. More...

#include <PLThick.h>

Inheritance diagram for PLThick:
GenericCrossSection Identifiable

Public Member Functions

 PLThick (YAML::Node &yamlNode)
 
 ~PLThick ()
 
virtual bool assignIndependentAttributes (YAML::Node &yamlNode) override
 
virtual void printAttributes () override
 
- Public Member Functions inherited from Identifiable
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
 
- Public Attributes inherited from Identifiable
std::vector< std::string > s_Types
 
Type type
 The FEM element type (see enum definition) More...
 

Additional Inherited Members

- Public Types inherited from Identifiable
enum  Type {
  NULLTYPE, NODE, COORDSYS, BEAM,
  TRISHELL, QUADSHEL, VECTOR, ECCENT,
  ISOMATERIAL, PIPE, BOX, IHPROFIL,
  LSECTION, TSECTION, PLCOMP, CROSS_SECTION_DUMMY,
  NODELOAD, LOADCOMB
}
 
- Protected Member Functions inherited from Identifiable
void setID (int id)
 Setter for the externally defined identification number. More...
 
- Protected Attributes inherited from Identifiable
int id
 Externally defined identification number. More...
 

Detailed Description

This class defines the thickness for plate/shell elements.

Constructor & Destructor Documentation

◆ PLThick()

PLThick::PLThick ( YAML::Node &  yamlNode)

◆ ~PLThick()

PLThick::~PLThick ( )

Member Function Documentation

◆ assignIndependentAttributes()

bool PLThick::assignIndependentAttributes ( YAML::Node &  yamlNode)
overridevirtual

Setter for independent (dependency level null) attributes

Implements GenericCrossSection.

◆ printAttributes()

void PLThick::printAttributes ( )
overridevirtual

Print attributes to console

Implements GenericCrossSection.

Member Data Documentation

◆ T

double PLThick::T

The documentation for this class was generated from the following files: