|
NorMIT-nav
22.09
An IGT application
|
Go to the documentation of this file.
13 #ifndef CXPLANEMETRICREP_H_
14 #define CXPLANEMETRICREP_H_
16 #include "cxResourceVisualizationExport.h"
43 virtual QString
getType()
const {
return "PlaneMetricRep"; }
46 virtual void addRepActorsToViewRenderer(
ViewPtr view);
47 virtual void removeRepActorsFromViewRenderer(
ViewPtr view);
49 virtual void onModifiedStartRender();
boost::shared_ptr< class PlaneMetricRep > PlaneMetricRepPtr
boost::shared_ptr< class GraphicalPoint3D > GraphicalPoint3DPtr
Namespace for all CustusX production code.
Rep for visualizing a PlaneMetric.
boost::shared_ptr< class ViewportListener > ViewportListenerPtr
boost::shared_ptr< class Rect3D > Rect3DPtr
boost::shared_ptr< GraphicalArrow3D > GraphicalArrow3DPtr
boost::shared_ptr< class View > ViewPtr
boost::shared_ptr< class PlaneMetric > PlaneMetricPtr
virtual ~PlaneMetricRep()
constructor
Base class for all Data Metric reps.
Eigen::Vector3d Vector3D
Vector3D is a representation of a point or vector in 3D.
virtual QString getType() const