PIPER
1.0.1
|
This class computes anatomical frames coordinate from landmark positions. More...
Public Member Functions | |
LandmarkCont & | landmark () |
bool | isFrameRegistered (std::string const &name) |
std::vector< std::string > | registeredFrameList () const |
anatomydb::Frame | computeFrame (std::string const &name) |
Static Public Member Functions | |
static FrameFactory & | instance () |
This class computes anatomical frames coordinate from landmark positions.
It uses the singleton design pattern, use FrameFactory::instance() to retrieve its unique instance. To use this class you first have to fill the landmarks position.
anatomydb::Frame anatomydb::FrameFactory::computeFrame | ( | std::string const & | name | ) |
|
static |
bool anatomydb::FrameFactory::isFrameRegistered | ( | std::string const & | name | ) |
LandmarkCont& anatomydb::FrameFactory::landmark | ( | ) |
std::vector<std::string> anatomydb::FrameFactory::registeredFrameList | ( | ) | const |