MeVisLab Toolbox Reference
View2DCine Class Reference

#include <View2DCine.h>

Public Member Functions

 View2DCine (SoSFInt32 *slice, SoSFInt32 *time, SoSFBool *isActive=nullptr)
 Constructor and destructor. More...
 
 ~View2DCine ()
 
View2DCineParameters getParameters () const
 the currently used parameters More...
 
const View2DCineParameterssetParameters (const View2DCineParameters &parameters)
 set the parameters to use; returns the parameters that are actually used More...
 
void start ()
 start the cine mode More...
 
void stop ()
 stop the cine mode More...
 
void requestNextFrame ()
 request the next frame, e.g. if the current frame has been rendered More...
 
void doAnimationFrame ()
 this method does one animation frame; to be called directly in unit test only More...
 

Detailed Description

Definition at line 55 of file View2DCine.h.

Constructor & Destructor Documentation

◆ View2DCine()

View2DCine::View2DCine ( SoSFInt32 *  slice,
SoSFInt32 *  time,
SoSFBool *  isActive = nullptr 
)

Constructor and destructor.

◆ ~View2DCine()

View2DCine::~View2DCine ( )

Member Function Documentation

◆ doAnimationFrame()

void View2DCine::doAnimationFrame ( )

this method does one animation frame; to be called directly in unit test only

◆ getParameters()

View2DCineParameters View2DCine::getParameters ( ) const

the currently used parameters

◆ requestNextFrame()

void View2DCine::requestNextFrame ( )

request the next frame, e.g. if the current frame has been rendered

◆ setParameters()

const View2DCineParameters& View2DCine::setParameters ( const View2DCineParameters parameters)

set the parameters to use; returns the parameters that are actually used

◆ start()

void View2DCine::start ( )

start the cine mode

◆ stop()

void View2DCine::stop ( )

stop the cine mode


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