CustusX
16.5.0-rc9
An IGT application
|
#include <cxPointMetricRep2D.h>
Public Member Functions | |
virtual | ~PointMetricRep2D () |
constructor More... | |
virtual QString | getType () const |
void | setSliceProxy (SliceProxyPtr slicer) |
void | setDynamicSize (bool on) |
Public Member Functions inherited from cx::DataMetricRep | |
virtual | ~DataMetricRep () |
void | setGraphicsSize (double size) |
void | setLabelSize (double size) |
void | setShowLabel (bool on) |
void | setShowAnnotation (bool on) |
void | setDataMetric (DataMetricPtr value) |
DataMetricPtr | getDataMetric () |
Public Member Functions inherited from cx::RepImpl | |
RepImpl (const QString &uid="", const QString &name="") | |
virtual | ~RepImpl () |
virtual void | connectToView (ViewPtr theView) |
virtual void | disconnectFromView (ViewPtr theView) |
virtual bool | isConnectedToView (ViewPtr theView) const |
void | setName (QString name) |
QString | getName () const |
QString | getUid () const |
virtual void | printSelf (std::ostream &os, Indent indent) |
Public Member Functions inherited from cx::Rep | |
virtual | ~Rep () |
Static Public Member Functions | |
static PointMetricRep2DPtr | New (const QString &uid="") |
Static Public Member Functions inherited from cx::RepImpl | |
template<class REP > | |
static boost::shared_ptr< REP > | wrap_new (REP *object, QString uid) |
Protected Member Functions | |
virtual void | addRepActorsToViewRenderer (ViewPtr view) |
virtual void | removeRepActorsFromViewRenderer (ViewPtr view) |
virtual void | clear () |
virtual void | onModifiedStartRender () |
Protected Member Functions inherited from cx::DataMetricRep | |
DataMetricRep () | |
void | drawText () |
virtual QString | getText () |
Vector3D | getColorAsVector3D () const |
Protected Member Functions inherited from cx::RepImpl | |
ViewPtr | getView () const |
vtkRendererPtr | getRenderer () |
RepPtr | getSelf () |
Additional Inherited Members | |
Protected Slots inherited from cx::RepImpl | |
void | setModified () |
Protected Attributes inherited from cx::DataMetricRep | |
double | mGraphicsSize |
bool | mShowLabel |
double | mLabelSize |
bool | mShowAnnotation |
DataMetricPtr | mMetric |
Rep for visualizing a PointMetric in 2D views.
Definition at line 58 of file cxPointMetricRep2D.h.
|
inlinevirtual |
constructor
Definition at line 63 of file cxPointMetricRep2D.h.
|
protectedvirtual |
Reimplemented from cx::DataMetricRep.
Definition at line 74 of file cxPointMetricRep2D.cpp.
|
protectedvirtual |
Reimplemented from cx::DataMetricRep.
Definition at line 90 of file cxPointMetricRep2D.cpp.
|
inlinevirtual |
Implements cx::RepImpl.
Definition at line 65 of file cxPointMetricRep2D.h.
|
static |
Definition at line 52 of file cxPointMetricRep2D.cpp.
|
protectedvirtual |
Reimplemented from cx::RepImpl.
Definition at line 95 of file cxPointMetricRep2D.cpp.
|
protectedvirtual |
Reimplemented from cx::DataMetricRep.
Definition at line 81 of file cxPointMetricRep2D.cpp.
void cx::PointMetricRep2D::setDynamicSize | ( | bool | on | ) |
Definition at line 61 of file cxPointMetricRep2D.cpp.
void cx::PointMetricRep2D::setSliceProxy | ( | SliceProxyPtr | slicer | ) |
Definition at line 143 of file cxPointMetricRep2D.cpp.