CustusX  18.04
An IGT application
cx::VideoSourceGraphics Class Reference

Helper class for displaying a VideoSource. More...

#include <cxVideoSourceGraphics.h>

Inheritance diagram for cx::VideoSourceGraphics:

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 ()
 

Detailed Description

Helper class for displaying a VideoSource.

Used for Video display in VideoFixedPlaneRep and ToolRep3D.

Date
Oct 31, 2010
april 26, 2013
Author
Christian Askeland, SINTEF

Definition at line 37 of file cxVideoSourceGraphics.h.

Constructor & Destructor Documentation

cx::VideoSourceGraphics::VideoSourceGraphics ( SpaceProviderPtr  spaceProvider,
bool  useMaskFilter = false 
)
explicit

Definition at line 29 of file cxVideoSourceGraphics.cpp.

cx::VideoSourceGraphics::~VideoSourceGraphics ( )
virtual

Definition at line 37 of file cxVideoSourceGraphics.cpp.

Member Function Documentation

vtkActorPtr cx::VideoSourceGraphics::getActor ( )

Definition at line 46 of file cxVideoSourceGraphics.cpp.

ProbeSector cx::VideoSourceGraphics::getProbeDefinition ( )

Definition at line 56 of file cxVideoSourceGraphics.cpp.

ToolPtr cx::VideoSourceGraphics::getTool ( )

Definition at line 51 of file cxVideoSourceGraphics.cpp.

void cx::VideoSourceGraphics::newData ( )
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 88 of file cxVideoSourceGraphics.cpp.

void cx::VideoSourceGraphics::setRealtimeStream ( VideoSourcePtr  data)

Definition at line 114 of file cxVideoSourceGraphics.cpp.

void cx::VideoSourceGraphics::setShowInToolSpace ( bool  on)

Definition at line 41 of file cxVideoSourceGraphics.cpp.

void cx::VideoSourceGraphics::setTool ( ToolPtr  tool)

Definition at line 61 of file cxVideoSourceGraphics.cpp.


The documentation for this class was generated from the following files: