cartesian frame on nodes of flexible bodies More...
#include <node_frame.h>
Public Member Functions | |
NodeFrame (const std::string &name="dummy", const size_t nodenumber=0) | |
std::string | getType () const |
virtual void | init (InitStage stage) |
void | setNodeNumber (const size_t nodeNumber_) |
const size_t & | getNodeNumber () const |
virtual void | initializeUsingXML (xercesc::DOMElement *element) |
virtual xercesc::DOMElement * | writeXMLFile (xercesc::DOMNode *element) |
![]() | |
Frame (const std::string &name="dummy") | |
virtual void | plot (double t, double dt=1) |
virtual void | closePlot () |
![]() | |
Atom & | operator= (const Atom &) |
void | setMessageStreamActive (MsgType type, bool active) |
void | getMessageStream (MsgType type, boost::shared_ptr< bool > &a, boost::shared_ptr< std::ostream > &s) |
void | adoptMessageStreams (const Atom *src=NULL) |
std::ostream & | msg (MsgType type) |
bool | msgAct (MsgType type) |
Protected Attributes | |
size_t | nodeNumber |
node number of the frame | |
![]() | |
int | hSize [2] |
fmatvec::Vec3 | WrOP |
fmatvec::Vec3 | LrOP |
fmatvec::SqrMat3 | AWP |
fmatvec::Vec3 | WvP |
fmatvec::Mat3xV | WJP [2] |
fmatvec::Vec3 | WjP [2] |
fmatvec::Vec3 | WaP |
fmatvec::Vec3 | angles |
Additional Inherited Members | |
![]() | |
enum | Feature |
![]() | |
enum | MsgType |
![]() | |
static void | setCurrentMessageStream (MsgType type, const boost::shared_ptr< bool > &a=boost::make_shared< bool >(true), const boost::shared_ptr< std::ostream > &s=boost::make_shared< std::ostream >(std::cout.rdbuf())) |
static std::ostream & | msgStatic (MsgType type) |
static bool | msgActStatic (MsgType type) |
![]() | |
Atom (const Atom &src) | |
cartesian frame on nodes of flexible bodies