![]() |
anatomist 6.0.4
3D neuroimaging data viewer
|
List of all transformations. More...
#include <anatomist/reference/transfSet.h>
Static Public Member Functions | |
| static ATransformSet * | instance () |
| anatomist::ATransformSet::ATransformSet | ( | ) |
Referenced by instance().
|
virtual |
Deletes all registered transformations as well.
| const std::set< Transformation * > & anatomist::ATransformSet::allTransformations | ( | ) | const |
| std::set< Referential * > anatomist::ATransformSet::connectedComponent | ( | Referential * | r | ) | const |
| void anatomist::ATransformSet::deleteTransformationsWith | ( | const Referential * | ref | ) |
| bool anatomist::ATransformSet::hasTransformation | ( | const Transformation * | t | ) | const |
|
static |
References ATransformSet().
| void anatomist::ATransformSet::registerObserver | ( | const Referential * | src, |
| const Referential * | dst, | ||
| Observer * | o ) |
| void anatomist::ATransformSet::registerTransformation | ( | Transformation * | t | ) |
| std::list< Transformation * > anatomist::ATransformSet::shortestPath | ( | Referential * | src, |
| Referential * | dst ) const |
| unsigned anatomist::ATransformSet::size | ( | ) | const |
| Transformation * anatomist::ATransformSet::transformation | ( | const Referential * | src, |
| const Referential * | dst ) |
| const Transformation * anatomist::ATransformSet::transformation | ( | const Referential * | src, |
| const Referential * | dst ) const |
| std::set< Transformation * > anatomist::ATransformSet::transformationsWith | ( | const Referential * | ref | ) | const |
| void anatomist::ATransformSet::unregisterObserver | ( | const Referential * | src, |
| const Referential * | dst, | ||
| Observer * | o ) |
| void anatomist::ATransformSet::unregisterTransformation | ( | Transformation * | t | ) |
| void anatomist::ATransformSet::updateTransformation | ( | Transformation * | tr | ) |