NorMIT-nav
2023.01.05-dev+develop.0da12
An IGT application
cxSpaceProviderNull.h
Go to the documentation of this file.
1
/*=========================================================================
2
This file is part of CustusX, an Image Guided Therapy Application.
3
4
Copyright (c) SINTEF Department of Medical Technology.
5
All rights reserved.
6
7
CustusX is released under a BSD 3-Clause license.
8
9
See Lisence.txt (https://github.com/SINTEFMedtek/CustusX/blob/master/License.txt) for details.
10
=========================================================================*/
11
#ifndef SPACEPROVIDERNULL_H
12
#define SPACEPROVIDERNULL_H
13
14
#include "
cxSpaceProvider.h
"
15
16
namespace
cx
17
{
18
19
class
cxResource_EXPORT
SpaceProviderNull
:
public
SpaceProvider
20
{
21
public
:
22
SpaceProviderNull
();
23
Transform3D
get_toMfrom(
CoordinateSystem
from,
CoordinateSystem
to);
24
std::vector<CoordinateSystem> getSpacesToPresentInGUI();
25
std::map<QString, QString> getDisplayNamesForCoordRefObjects();
26
SpaceListenerPtr
createListener();
27
Vector3D
getActiveToolTipPoint(
CoordinateSystem
to,
bool
useOffset);
28
Transform3D
getActiveToolTipTransform(
CoordinateSystem
to,
bool
useOffset);
29
Transform3D
get_rMpr();
30
CoordinateSystem
getS(
ToolPtr
tool);
31
CoordinateSystem
getT(
ToolPtr
tool);
32
CoordinateSystem
getTO(
ToolPtr
tool);
33
CoordinateSystem
getD(
DataPtr
data);
34
CoordinateSystem
getPr();
35
CoordinateSystem
getR();
36
CoordinateSystem
convertToSpecific(
CoordinateSystem
space);
37
};
38
39
}
// namespace cx
40
41
#endif // SPACEPROVIDERNULL_H
cx::SpaceListenerPtr
boost::shared_ptr< class SpaceListener > SpaceListenerPtr
Definition:
cxAxisConnector.h:23
cx
Namespace for all CustusX production code.
Definition:
cx_dev_group_definitions.h:13
cx::SpaceProviderNull
Definition:
cxSpaceProviderNull.h:19
cx::Transform3D
Transform3D Transform3D
Transform3D is a representation of an affine 3D transform.
Definition:
cxLandmarkPatientRegistrationWidget.h:33
cx::DataPtr
boost::shared_ptr< class Data > DataPtr
Definition:
cxRegistrationApplicator.h:22
cx::ToolPtr
boost::shared_ptr< class Tool > ToolPtr
Definition:
cxVideoConnectionWidget.h:43
cx::Vector3D
Eigen::Vector3d Vector3D
Vector3D is a representation of a point or vector in 3D.
Definition:
cxVector3D.h:42
cx::CoordinateSystem
Identification of a Coordinate system.
Definition:
cxCoordinateSystemHelpers.h:31
cxSpaceProvider.h
cx::SpaceProvider
Definition:
cxSpaceProvider.h:32
CX
source
resource
core
utilities
cxSpaceProviderNull.h
Generated on Thu Jan 5 2023 03:15:54 for NorMIT-nav by
1.8.17