MeVisLab Toolbox Reference
|
#include <View2DCine.h>
Public Member Functions | |
View2DCine (SoSFInt32 *slice, SoSFInt32 *time, SoSFBool *isActive=nullptr) | |
Constructor and destructor. | |
~View2DCine () | |
View2DCineParameters | getParameters () const |
the currently used parameters | |
const View2DCineParameters & | setParameters (const View2DCineParameters ¶meters) |
set the parameters to use; returns the parameters that are actually used | |
void | start () |
start the cine mode | |
void | stop () |
stop the cine mode | |
void | requestNextFrame () |
request the next frame, e.g. if the current frame has been rendered | |
void | doAnimationFrame () |
this method does one animation frame; to be called directly in unit test only | |
Definition at line 55 of file View2DCine.h.
Constructor and destructor.
View2DCine::~View2DCine | ( | ) |
void View2DCine::doAnimationFrame | ( | ) |
this method does one animation frame; to be called directly in unit test only
View2DCineParameters View2DCine::getParameters | ( | ) | const |
the currently used parameters
void View2DCine::requestNextFrame | ( | ) |
request the next frame, e.g. if the current frame has been rendered
const View2DCineParameters & View2DCine::setParameters | ( | const View2DCineParameters & | parameters | ) |
set the parameters to use; returns the parameters that are actually used
void View2DCine::start | ( | ) |
start the cine mode
void View2DCine::stop | ( | ) |
stop the cine mode