CustusX
16.5.0-rc9
An IGT application
|
Display a stream as 2D in 3D. More...
#include <cxStream2DRep3D.h>
Public Member Functions | |
virtual QString | getType () const |
void | setTrackedStream (TrackedStreamPtr trackedStream) |
bool | isReady () |
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 Stream2DRep3DPtr | 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 | |
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 stream as 2D in 3D.
The stream can be either 2D or 3D
Definition at line 54 of file cxStream2DRep3D.h.
|
protectedvirtual |
Implements cx::RepImpl.
Definition at line 82 of file cxStream2DRep3D.cpp.
|
virtual |
Implements cx::RepImpl.
Definition at line 59 of file cxStream2DRep3D.cpp.
bool cx::Stream2DRep3D::isReady | ( | ) |
Definition at line 99 of file cxStream2DRep3D.cpp.
|
static |
Definition at line 46 of file cxStream2DRep3D.cpp.
|
protectedvirtual |
Implements cx::RepImpl.
Definition at line 87 of file cxStream2DRep3D.cpp.
void cx::Stream2DRep3D::setTrackedStream | ( | TrackedStreamPtr | trackedStream | ) |
Definition at line 64 of file cxStream2DRep3D.cpp.