46 return Transform3D::Identity();
51 return std::vector<CoordinateSystem>();
56 return std::map<QString, QString>();
71 return Transform3D::Identity();
76 return Transform3D::Identity();
std::map< QString, QString > getDisplayNamesForCoordRefObjects()
Transform3D getActiveToolTipTransform(CoordinateSystem to, bool useOffset)
Get toMt, where t is active tool.
Transform3D Transform3D
Transform3D is a representation of an affine 3D transform.
CoordinateSystem convertToSpecific(CoordinateSystem space)
convert "active" references to specific tool/data instances
CoordinateSystem getT(ToolPtr tool)
tools coordinate system
Vector3D getActiveToolTipPoint(CoordinateSystem to, bool useOffset)
P_to, active tools current point in coord.
boost::shared_ptr< class Data > DataPtr
SpaceListenerPtr createListener()
Identification of a Coordinate system.
CoordinateSystem getD(DataPtr data)
datas coordinate system static CoordinateSystem getPr(); ///<patient references coordinate system ...
Eigen::Vector3d Vector3D
Vector3D is a representation of a point or vector in 3D.
CoordinateSystem getS(ToolPtr tool)
tools sensor coordinate system
CoordinateSystem getR()
data references coordinate system
CoordinateSystem getTO(ToolPtr tool)
tool offset coordinate system
boost::shared_ptr< class SpaceListener > SpaceListenerPtr
Transform3D get_toMfrom(CoordinateSystem from, CoordinateSystem to)
to_M_from
std::vector< CoordinateSystem > getSpacesToPresentInGUI()
Namespace for all CustusX production code.
boost::shared_ptr< class Tool > ToolPtr