CustusX
16.5.0-rc9
An IGT application
|
Display the Tool in 2D as a crosshair in the tool tip position. More...
#include <cxCrossHairRep2D.h>
Public Member Functions | |
virtual | ~CrossHairRep2D () |
virtual QString | getType () const |
void | setSliceProxy (SliceProxyPtr slicer) |
void | set_vpMs (const Transform3D &vpMs) |
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 CrossHairRep2DPtr | New (SpaceProviderPtr spaceProvider, 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 | |
CrossHairRep2D (SpaceProviderPtr spaceProvider) | |
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 the Tool in 2D as a crosshair in the tool tip position.
This is a simple Rep that can be used instead of the more elaborate ToolRep2D.
Definition at line 65 of file cxCrossHairRep2D.h.
|
virtual |
Definition at line 62 of file cxCrossHairRep2D.cpp.
|
protected |
Definition at line 55 of file cxCrossHairRep2D.cpp.
|
protectedvirtual |
Implements cx::RepImpl.
Definition at line 100 of file cxCrossHairRep2D.cpp.
|
virtual |
Implements cx::RepImpl.
Definition at line 71 of file cxCrossHairRep2D.cpp.
|
static |
Definition at line 66 of file cxCrossHairRep2D.cpp.
|
protectedvirtual |
Implements cx::RepImpl.
Definition at line 109 of file cxCrossHairRep2D.cpp.
void cx::CrossHairRep2D::set_vpMs | ( | const Transform3D & | vpMs | ) |
Definition at line 76 of file cxCrossHairRep2D.cpp.
void cx::CrossHairRep2D::setSliceProxy | ( | SliceProxyPtr | slicer | ) |
Definition at line 82 of file cxCrossHairRep2D.cpp.