CustusX
22.04-rc2
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 () |
virtual void | onEveryRender () |
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 111 of file cxSlicePlanes3DRep.h.
|
virtual |
Definition at line 155 of file cxSlicePlanes3DRep.cpp.
|
protectedvirtual |
Implements cx::RepImpl.
Definition at line 178 of file cxSlicePlanes3DRep.cpp.
|
inline |
Definition at line 119 of file cxSlicePlanes3DRep.h.
|
inlinevirtual |
Implements cx::RepImpl.
Definition at line 117 of file cxSlicePlanes3DRep.h.
|
static |
Definition at line 145 of file cxSlicePlanes3DRep.cpp.
|
protectedvirtual |
Implements cx::RepImpl.
Definition at line 185 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 165 of file cxSlicePlanes3DRep.cpp.
void cx::SlicePlanes3DRep::setProxy | ( | SlicePlanesProxyPtr | proxy | ) |
Definition at line 294 of file cxSlicePlanes3DRep.cpp.