Public Member Functions | |
Mesh (const std::string &name) | |
void | calcqSize () |
void | calcuSize (int j) |
void | init (InitStage stage) |
void | setPrecessor (Object *obj) |
void | addBranch (Branch *branch_) |
int | getNumberOfBranches () |
Branch * | getBranch (int i) |
std::shared_ptr< OpenMBV::Group > | getOpenMBVGrp () |
![]() | |
virtual void | plot () |
virtual void | closePlot () |
virtual std::string | getType () const |
![]() | |
Atom & | operator= (const Atom &) |
void | setMessageStreamActive (MsgType type, bool active) |
void | getMessageStream (MsgType type, std::shared_ptr< bool > &a, std::shared_ptr< std::ostream > &s) |
void | adoptMessageStreams (const Atom *src=NULL) |
std::ostream & | msg (MsgType type) |
bool | msgAct (MsgType type) |
Protected Attributes | |
Object * | precessor |
std::vector< Branch * > | branch |
Additional Inherited Members | |
![]() | |
enum | MsgType |
![]() | |
static void | setCurrentMessageStream (MsgType type, const std::shared_ptr< bool > &a=std::make_shared< bool >(true), const std::shared_ptr< std::ostream > &s=std::make_shared< std::ostream >(std::cout.rdbuf())) |
static std::ostream & | msgStatic (MsgType type) |
static bool | msgActStatic (MsgType type) |
![]() | |
Atom (const Atom &src) | |