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

This class represents a FE eccentricity element. More...

#include <FEEccentricity.h>

Inheritance diagram for FEEccentricity:
GenericFE Identifiable

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
 
- Public Member Functions inherited from Identifiable
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...
 
- 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 represents a FE eccentricity element.

Used to define offset location of BEAM and SHELL elements relative to the global node.

Constructor & Destructor Documentation

◆ FEEccentricity() [1/2]

FEEccentricity::FEEccentricity ( YAML::Node &  yamlNode)

Constructor based on information from a YAML::Node

◆ FEEccentricity() [2/2]

FEEccentricity::FEEccentricity ( int  id,
double  eX,
double  eY,
double  eZ 
)

YAML-independent constructor

◆ ~FEEccentricity()

FEEccentricity::~FEEccentricity ( )
virtual

Member Function Documentation

◆ assignIndependentAttributes()

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

Setter for independent (dependency level null) attributes

Implements GenericFE.

◆ getType()

Identifiable::Type FEEccentricity::getType ( )
virtual

Function returning the type of the element.
Used to specify element types for operatins such as comparison.

Reimplemented from Identifiable.

◆ getTypeAsString()

std::string FEEccentricity::getTypeAsString ( )
overridevirtual

Function returning the type as a string.
Used to throw informative error messages

Reimplemented from Identifiable.

◆ printAttributes()

void FEEccentricity::printAttributes ( )
overridevirtual

Print attributes to console

Implements GenericFE.

Member Data Documentation

◆ eX

double FEEccentricity::eX

X-component of the eccentricity offset vector.

◆ eY

double FEEccentricity::eY

Y-component of the eccentricity offset vector.

◆ eZ

double FEEccentricity::eZ

Z-component of the eccentricity offset vector.


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