![]() |
CustusX
15.4.0-beta
An IGT application
|
Helper class for displaying a VideoSource. More...
#include <cxVideoSourceGraphics.h>
Signals | |
void | newData () |
Public Member Functions | |
VideoSourceGraphics (SpaceProviderPtr spaceProvider, bool useMaskFilter=false) | |
virtual | ~VideoSourceGraphics () |
void | setRealtimeStream (VideoSourcePtr data) |
void | setTool (ToolPtr tool) |
ToolPtr | getTool () |
ProbeSector | getProbeData () |
void | setClipToSector (bool on) |
Turn sector clipping on/off. If on, only the area inside the probe sector is shown. More... | |
void | setShowInToolSpace (bool on) |
vtkActorPtr | getActor () |
Helper class for displaying a VideoSource.
Used for Video display in VideoFixedPlaneRep and ToolRep3D.
Definition at line 58 of file cxVideoSourceGraphics.h.
|
explicit |
Definition at line 49 of file cxVideoSourceGraphics.cpp.
|
virtual |
Definition at line 57 of file cxVideoSourceGraphics.cpp.
vtkActorPtr cx::VideoSourceGraphics::getActor | ( | ) |
Definition at line 66 of file cxVideoSourceGraphics.cpp.
ProbeSector cx::VideoSourceGraphics::getProbeData | ( | ) |
Definition at line 76 of file cxVideoSourceGraphics.cpp.
ToolPtr cx::VideoSourceGraphics::getTool | ( | ) |
Definition at line 71 of file cxVideoSourceGraphics.cpp.
|
signal |
void cx::VideoSourceGraphics::setClipToSector | ( | bool | on | ) |
Turn sector clipping on/off. If on, only the area inside the probe sector is shown.
Definition at line 108 of file cxVideoSourceGraphics.cpp.
void cx::VideoSourceGraphics::setRealtimeStream | ( | VideoSourcePtr | data | ) |
Definition at line 134 of file cxVideoSourceGraphics.cpp.
void cx::VideoSourceGraphics::setShowInToolSpace | ( | bool | on | ) |
Definition at line 61 of file cxVideoSourceGraphics.cpp.
void cx::VideoSourceGraphics::setTool | ( | ToolPtr | tool | ) |
Definition at line 81 of file cxVideoSourceGraphics.cpp.