| 
    MeVisLab Toolbox Reference
    
   | 
 
This class provides the cine mode for SoView2D and SoView2DCine. More...
#include <View2DCine.h>
Public Attributes | |
| int | startZ | 
| the start slice when looping through slices   | |
| int | endZ | 
| the end slice when looping through slices   | |
| int | incrementZ | 
| the slice increment when looping through slices   | |
| int | startT | 
| the start time when looping through time   | |
| int | endT | 
| the end time when looping through time   | |
| int | incrementT | 
| the time increment when looping through time   | |
| View2DCineMode | mode | 
| dimensions to loop through (Z, T, ZT, TZ)   | |
| View2DCineDir | direction | 
| direction of cine mode (forward loop or ping-pong)   | |
| View2DCineRepeat | repeat | 
| flag to indicated if cine mode should automatically stop after the first cycle   | |
| float | speed | 
| speed of the cine mode (in seconds); the minimum cine speed is fixed to one repaint per image   | |
| bool | resetOnStart | 
| always reset to start slice/time and forward direction on start (start with current position and direction otherwise)   | |
This class provides the cine mode for SoView2D and SoView2DCine.
Definition at line 24 of file View2DCine.h.
| View2DCineDir View2DCineParameters::direction | 
direction of cine mode (forward loop or ping-pong)
Definition at line 43 of file View2DCine.h.
| int View2DCineParameters::endT | 
the end time when looping through time
Definition at line 36 of file View2DCine.h.
| int View2DCineParameters::endZ | 
the end slice when looping through slices
Definition at line 29 of file View2DCine.h.
| int View2DCineParameters::incrementT | 
the time increment when looping through time
Definition at line 38 of file View2DCine.h.
| int View2DCineParameters::incrementZ | 
the slice increment when looping through slices
Definition at line 31 of file View2DCine.h.
| View2DCineMode View2DCineParameters::mode | 
dimensions to loop through (Z, T, ZT, TZ)
Definition at line 41 of file View2DCine.h.
| View2DCineRepeat View2DCineParameters::repeat | 
flag to indicated if cine mode should automatically stop after the first cycle
Definition at line 45 of file View2DCine.h.
| bool View2DCineParameters::resetOnStart | 
always reset to start slice/time and forward direction on start (start with current position and direction otherwise)
Definition at line 51 of file View2DCine.h.
| float View2DCineParameters::speed | 
speed of the cine mode (in seconds); the minimum cine speed is fixed to one repaint per image
Definition at line 47 of file View2DCine.h.
| int View2DCineParameters::startT | 
the start time when looping through time
Definition at line 34 of file View2DCine.h.
| int View2DCineParameters::startZ | 
the start slice when looping through slices
Definition at line 27 of file View2DCine.h.