CustusX
16.5.0-rc9
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 | getProbeDefinition () |
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 50 of file cxVideoSourceGraphics.cpp.
|
virtual |
Definition at line 58 of file cxVideoSourceGraphics.cpp.
vtkActorPtr cx::VideoSourceGraphics::getActor | ( | ) |
Definition at line 67 of file cxVideoSourceGraphics.cpp.
ProbeSector cx::VideoSourceGraphics::getProbeDefinition | ( | ) |
Definition at line 77 of file cxVideoSourceGraphics.cpp.
ToolPtr cx::VideoSourceGraphics::getTool | ( | ) |
Definition at line 72 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 109 of file cxVideoSourceGraphics.cpp.
void cx::VideoSourceGraphics::setRealtimeStream | ( | VideoSourcePtr | data | ) |
Definition at line 135 of file cxVideoSourceGraphics.cpp.
void cx::VideoSourceGraphics::setShowInToolSpace | ( | bool | on | ) |
Definition at line 62 of file cxVideoSourceGraphics.cpp.
void cx::VideoSourceGraphics::setTool | ( | ToolPtr | tool | ) |
Definition at line 82 of file cxVideoSourceGraphics.cpp.