![]() |
CustusX
15.8
An IGT application
|
Display a set of planes in 3D. More...
#include <cxSlicePlanes3DRep.h>
Public Member Functions | |
| virtual | ~SlicePlanes3DRep () |
| virtual QString | getType () const |
| void | setProxy (SlicePlanesProxyPtr proxy) |
| SlicePlanesProxyPtr | getProxy () |
| void | setDynamicLabelSize (bool on) |
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 SlicePlanes3DRepPtr | 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) |
Protected Member Functions inherited from cx::RepImpl | |
| ViewPtr | getView () const |
| vtkRendererPtr | getRenderer () |
| RepPtr | getSelf () |
| virtual void | onModifiedStartRender () |
Additional Inherited Members | |
Protected Slots inherited from cx::RepImpl | |
| void | setModified () |
Display a set of planes in 3D.
Draw all the planes defined in a SlicesPlanesProxy using the settings from SlicePlanesProxy. Only graphical plane representations are drawn, no image data.
Definition at line 132 of file cxSlicePlanes3DRep.h.
|
virtual |
Definition at line 172 of file cxSlicePlanes3DRep.cpp.
|
protectedvirtual |
Implements cx::RepImpl.
Definition at line 195 of file cxSlicePlanes3DRep.cpp.
|
inline |
Definition at line 140 of file cxSlicePlanes3DRep.h.
|
inlinevirtual |
Implements cx::RepImpl.
Definition at line 138 of file cxSlicePlanes3DRep.h.
|
static |
Definition at line 162 of file cxSlicePlanes3DRep.cpp.
|
protectedvirtual |
Implements cx::RepImpl.
Definition at line 202 of file cxSlicePlanes3DRep.cpp.
| void cx::SlicePlanes3DRep::setDynamicLabelSize | ( | bool | on | ) |
Set this to get a label size that keeps a maximum size relative to the viewport.
Definition at line 182 of file cxSlicePlanes3DRep.cpp.
| void cx::SlicePlanes3DRep::setProxy | ( | SlicePlanesProxyPtr | proxy | ) |
Definition at line 310 of file cxSlicePlanes3DRep.cpp.