cisst-saw
|
A singleton tree of transformations, and support classes. More...
#include <cisstParameterTypes/prmTransformationBase.h>
#include <cisstParameterTypes/prmTransformationFixed.h>
#include <cisstParameterTypes/prmExport.h>
Go to the source code of this file.
Classes | |
class | prmTransformationManager |
Functions | |
CMN_DECLARE_SERVICES_INSTANTIATION (prmTransformationManager) | |
vctFrm3 | prmWRTReference (const prmTransformationBasePtr &tipFrame, const prmTransformationBasePtr &refFrame) |
vctFrm3 | prmWRTWorld (const prmTransformationBasePtr &frame) |
vctFrm3 | prmWRTReference (const std::string &tipFrame, const std::string &refFrame) |
vctFrm3 | prmWRTReference (const std::string &tipFrame, const prmTransformationBasePtr &refFrame) |
vctFrm3 | prmWRTReference (const prmTransformationBasePtr &tipFrame, const std::string &refFrame) |
A singleton tree of transformations, and support classes.
CMN_DECLARE_SERVICES_INSTANTIATION | ( | prmTransformationManager | ) |
|
inline |
Convenience function for computation of the current transformation between two frames using the frame manager.
tipFrame | const prmTransformationBase& reference to end of the frame manager branch |
refFrame | const prmTransformationBase& reference to start of the frame manager branch |
|
inline |
Convenience function allowing string names to be specified instead of pointers.
tipFrame | const std::string & tip frame name |
refFrame | const std::string & reference frame name |
|
inline |
Convenience function allowing tip string name to be specified instead of pointers.
tipFrame | const std::string & tip frame name |
refFrame | const prmTransformationBase& reference to start of the frame manager branch |
|
inline |
Convenience function allowing tip string name to be specified instead of pointers.
tipFrame | const prmTransformationBase& reference to end of the frame manager branch |
refFrame | const std::string & reference frame name |
|
inline |
Convenience function for computation of the current transformation between a frame and the world coordinate system.
frame | const prmTransformationBase& reference to target frame |