#include <igstkCoordinateSystemTransformToErrorResult.h>
Public Member Functions | |
CoordinateSystemTransformToErrorResult () | |
CoordinateSystemTransformToErrorResult (const CoordinateSystemTransformToErrorResult &in) | |
CoordinateSystemTransformToErrorResult & | operator= (const CoordinateSystemTransformToErrorResult &in) |
void | Initialize (const CoordinateSystem *src, const CoordinateSystem *dst) |
void | Clear () |
Clears the pointers that the event is holding. | |
const CoordinateSystem * | GetSource () const |
Returns the source coordinate system. | |
const CoordinateSystem * | GetDestination () const |
Returns the destination coordinate system. |
It encapsulates information about the source and destination coordinate systems.
It is meant to be used as payload in an event that is created after a error during a call to RequestTransformTo().
Definition at line 38 of file igstkCoordinateSystemTransformToErrorResult.h.
igstk::CoordinateSystemTransformToErrorResult::CoordinateSystemTransformToErrorResult | ( | ) |
igstk::CoordinateSystemTransformToErrorResult::CoordinateSystemTransformToErrorResult | ( | const CoordinateSystemTransformToErrorResult & | in | ) |
CoordinateSystemTransformToErrorResult& igstk::CoordinateSystemTransformToErrorResult::operator= | ( | const CoordinateSystemTransformToErrorResult & | in | ) |
void igstk::CoordinateSystemTransformToErrorResult::Initialize | ( | const CoordinateSystem * | src, | |
const CoordinateSystem * | dst | |||
) |
void igstk::CoordinateSystemTransformToErrorResult::Clear | ( | ) |
Clears the pointers that the event is holding.
This should be called after the event is received to remove unnecessary smart pointer references to coordinate systems.
const CoordinateSystem* igstk::CoordinateSystemTransformToErrorResult::GetSource | ( | ) | const |
Returns the source coordinate system.
const CoordinateSystem* igstk::CoordinateSystemTransformToErrorResult::GetDestination | ( | ) | const |
Returns the destination coordinate system.