CustusX  16.5
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 58 of file cxVideoSourceGraphics.h.

Constructor & Destructor Documentation

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

Definition at line 50 of file cxVideoSourceGraphics.cpp.

cx::VideoSourceGraphics::~VideoSourceGraphics ( )
virtual

Definition at line 58 of file cxVideoSourceGraphics.cpp.

Member Function Documentation

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.

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 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.


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