64 #ifndef SectionRepres_h 65 #define SectionRepres_h 67 #include <utility/tagged/TaggedObject.h> 69 #include "boost/lexical_cast.hpp" 95 virtual int getType(
void)
const = 0;
99 void setGeomNamed(
const std::string &);
102 void Print(std::ostream &s,
int flag =0);
103 friend std::ostream &operator<<(std::ostream &s,
SectionRepres &fiberSectionRepr);
void Print(std::ostream &s, int flag=0)
Printing...
Definition: SectionRepres.cpp:109
void setGeom(const GeomSection *)
Sets section geometry.
Definition: SectionRepres.cpp:101
int getNumCells(void) const
Returns the número total de celdas.
Definition: SectionRepres.cpp:81
SectionRepres & operator=(const SectionRepres &otro)
Assignment operator.
Definition: SectionRepres.cpp:72
const GeomSection * getGeom(void) const
Returns a pointer to section geometry.
Definition: SectionRepres.cpp:105
Object idenfied by an integer (tag).
Definition: TaggedObject.h:82
Material handler (definition, searching,...).
Definition: MaterialLoader.h:45
MaterialLoader * material_loader
Material handler (searching,...).
Definition: SectionRepres.h:84
================================================================================
Definition: ContinuaReprComponent.h:34
Material distribution on a cross section.
Definition: SectionRepres.h:80
Cross section geometry.
Definition: GeomSection.h:62
const GeomSection * gmSecc
Section geometry.
Definition: SectionRepres.h:85