|
NorMIT-nav
22.09
An IGT application
|
Go to the documentation of this file.
13 #ifndef CXPLANEMETRIC_H_
14 #define CXPLANEMETRIC_H_
16 #include "cxResourceExport.h"
26 typedef Eigen::Hyperplane<double, 3>
Plane3D;
56 virtual Vector3D getRefCoord()
const;
66 virtual QIcon
getIcon() {
return QIcon(
":/icons/metric_plane.png");}
71 virtual void addXml(QDomNode& dataNode);
72 virtual void parseXml(QDomNode& dataNode);
boost::shared_ptr< class MetricReferenceArgumentList > MetricReferenceArgumentListPtr
Representation of a floating-point bounding box in 3D. The data are stored as {xmin,...
Namespace for all CustusX production code.
virtual QString getType() const
boost::shared_ptr< class PatientModelService > PatientModelServicePtr
Data class representing a plane.
Base class for all Data Metrics.
boost::shared_ptr< class PlaneMetric > PlaneMetricPtr
virtual QString getValueAsString() const
MetricReferenceArgumentListPtr getArguments()
static QString getTypeName()
virtual bool showValueInGraphics() const
Eigen::Vector3d Vector3D
Vector3D is a representation of a point or vector in 3D.
boost::shared_ptr< class SpaceProvider > SpaceProviderPtr
Eigen::Hyperplane< double, 3 > Plane3D