![]() |
CustusX
15.4.0-beta
An IGT application
|
Class for display of an orientation annotation cube in 3D. More...
#include <cxOrientationAnnotation3DRep.h>
Public Member Functions | |
| virtual | ~OrientationAnnotation3DRep () |
| virtual QString | getType () const |
| bool | getVisible () const |
| void | setVisible (bool on) |
| void | setMarkerFilename (const QString filename) |
| empty and default means a cube More... | |
| void | setSize (double size) |
| fraction of viewport to use More... | |
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 OrientationAnnotation3DRepPtr | 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 | |
| OrientationAnnotation3DRep () | |
| 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 () |
Class for display of an orientation annotation cube in 3D.
Definition at line 56 of file cxOrientationAnnotation3DRep.h.
|
virtual |
Definition at line 95 of file cxOrientationAnnotation3DRep.cpp.
|
protected |
Definition at line 84 of file cxOrientationAnnotation3DRep.cpp.
|
protectedvirtual |
Implements cx::RepImpl.
Definition at line 100 of file cxOrientationAnnotation3DRep.cpp.
|
inlinevirtual |
Implements cx::RepImpl.
Definition at line 62 of file cxOrientationAnnotation3DRep.h.
| bool cx::OrientationAnnotation3DRep::getVisible | ( | ) | const |
Definition at line 110 of file cxOrientationAnnotation3DRep.cpp.
|
static |
Definition at line 90 of file cxOrientationAnnotation3DRep.cpp.
|
protectedvirtual |
Implements cx::RepImpl.
Definition at line 105 of file cxOrientationAnnotation3DRep.cpp.
| void cx::OrientationAnnotation3DRep::setMarkerFilename | ( | const QString | filename | ) |
empty and default means a cube
Definition at line 150 of file cxOrientationAnnotation3DRep.cpp.
| void cx::OrientationAnnotation3DRep::setSize | ( | double | size | ) |
fraction of viewport to use
Definition at line 120 of file cxOrientationAnnotation3DRep.cpp.
| void cx::OrientationAnnotation3DRep::setVisible | ( | bool | on | ) |
Definition at line 115 of file cxOrientationAnnotation3DRep.cpp.