|
xc
|
Material distribution on a cross section. More...
#include <SectionRepres.h>
Public Member Functions | |
| SectionRepres (int tag, MaterialHandler *ml) | |
| SectionRepres (const SectionRepres &) | |
| Copy constructor. | |
| SectionRepres & | operator= (const SectionRepres &) |
| Assignment operator. | |
| virtual int | getType (void) const =0 |
| int | getNumCells (void) const |
| Returns the total number of cells. | |
| const GeomSection * | getGeom (void) const |
| Returns a pointer to section geometry. | |
| void | setGeom (const GeomSection *) |
| Sets section geometry. | |
| void | setGeomNamed (const std::string &) |
| void | Print (std::ostream &s, int flag=0) |
| Printing... | |
Public Member Functions inherited from XC::TaggedObject | |
| TaggedObject (int tag, CommandEntity *owr=nullptr) | |
| Constructor. More... | |
| virtual TaggedObject * | getCopy (void) const |
| Virtual constructor. | |
| void | assignTag (int newTag) |
| Set tag (to be called from Python interface). | |
| int | getTag (void) const |
| Returns the tag associated with the object. | |
Protected Attributes | |
| MaterialHandler * | material_handler |
| Material handler (searching,...). | |
| const GeomSection * | gmSecc |
| Section geometry. | |
Friends | |
| std::ostream & | operator<< (std::ostream &, SectionRepres &) |
Additional Inherited Members | |
Protected Member Functions inherited from XC::TaggedObject | |
| void | setTag (int newTag) |
| Set tag. More... | |
Material distribution on a cross section.
1.8.12