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... | |
![]() | |
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 | |
![]() | |
void | setTag (int newTag) |
Set tag. More... | |
Material distribution on a cross section.