#include <NonAligningTransformer.hpp>
◆ NonAlignedDynamicTransformationElement()
| transformer::NonAlignedDynamicTransformationElement::NonAlignedDynamicTransformationElement |
( |
const std::string & |
sourceFrame, |
|
|
const std::string & |
targetFrame |
|
) |
| |
◆ ~NonAlignedDynamicTransformationElement()
| virtual transformer::NonAlignedDynamicTransformationElement::~NonAlignedDynamicTransformationElement |
( |
| ) |
|
|
inlinevirtual |
◆ getTransformation()
| bool transformer::NonAlignedDynamicTransformationElement::getTransformation |
( |
const base::Time & |
atTime, |
|
|
bool |
doInterpolation, |
|
|
TransformationType & |
tr |
|
) |
| |
|
virtual |
This method my be asked for a concrete transformation at a time X. On request this should should interpolate the transformation to match the given time better than the available data.
Note if no transformation is available getTransformation will return false
Implements transformer::TransformationElement.
◆ setTransformation()
| void transformer::NonAlignedDynamicTransformationElement::setTransformation |
( |
const base::Time & |
atTime, |
|
|
const TransformationType & |
tr |
|
) |
| |
◆ setTransformationChangedCallback()
| virtual void transformer::NonAlignedDynamicTransformationElement::setTransformationChangedCallback |
( |
boost::function< void(const base::Time &ts)> |
callback | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following files: