FAST
3.2.0
Framework for Heterogeneous Medical Image Computing and Visualization
|
#include <SceneGraph.hpp>
Public Member Functions | |
void | setTransformation (AffineTransformation::pointer transformation) |
void | setParent (SceneGraphNode::pointer parent) |
SceneGraphNode::pointer | getParent () const |
AffineTransformation::pointer | getTransformation () const |
void | reset () |
bool | isDataNode () const |
bool | isRootNode () const |
![]() | |
Object () | |
virtual | ~Object () |
Reporter & | getReporter () |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< Object > | pointer |
![]() | |
static std::string | getStaticNameOfClass () |
![]() | |
Reporter & | reportError () |
Reporter & | reportWarning () |
Reporter & | reportInfo () |
ReporterEnd | reportEnd () const |
![]() | |
std::weak_ptr< Object > | mPtr |
SceneGraphNode::pointer fast::SceneGraphNode::getParent | ( | ) | const |
AffineTransformation::pointer fast::SceneGraphNode::getTransformation | ( | ) | const |
bool fast::SceneGraphNode::isDataNode | ( | ) | const |
bool fast::SceneGraphNode::isRootNode | ( | ) | const |
void fast::SceneGraphNode::reset | ( | ) |
void fast::SceneGraphNode::setParent | ( | SceneGraphNode::pointer | parent | ) |
void fast::SceneGraphNode::setTransformation | ( | AffineTransformation::pointer | transformation | ) |