![]() |
CustusX
2023.01.05-dev+develop.0da12
An IGT application
|
#include <cxAngleMetricRep.h>
Public Member Functions | |
| virtual | ~AngleMetricRep () |
| constructor More... | |
| virtual QString | getType () const |
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 AngleMetricRepPtr | 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 | clear () |
| virtual void | onModifiedStartRender () |
Protected Member Functions inherited from cx::DataMetricRep | |
| DataMetricRep () | |
| void | addRepActorsToViewRenderer (ViewPtr view) |
| void | removeRepActorsFromViewRenderer (ViewPtr view) |
| void | drawText () |
| virtual QString | getText () |
| Vector3D | getColorAsVector3D () const |
Protected Member Functions inherited from cx::RepImpl | |
| ViewPtr | getView () const |
| vtkRendererPtr | getRenderer () |
| RepPtr | getSelf () |
| virtual void | onEveryRender () |
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 AngleMetric.
Definition at line 44 of file cxAngleMetricRep.h.
|
inlinevirtual |
constructor
Definition at line 49 of file cxAngleMetricRep.h.
|
protectedvirtual |
Reimplemented from cx::DataMetricRep.
Definition at line 42 of file cxAngleMetricRep.cpp.
|
inlinevirtual |
Implements cx::RepImpl.
Definition at line 51 of file cxAngleMetricRep.h.
|
static |
Definition at line 33 of file cxAngleMetricRep.cpp.
|
protectedvirtual |
Reimplemented from cx::RepImpl.
Definition at line 55 of file cxAngleMetricRep.cpp.