MeVisLab Toolbox Reference
View2DCineParameters Struct 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 More...
 
int endZ
 the end slice when looping through slices More...
 
int incrementZ
 the slice increment when looping through slices More...
 
int startT
 the start time when looping through time More...
 
int endT
 the end time when looping through time More...
 
int incrementT
 the time increment when looping through time More...
 
View2DCineMode mode
 dimensions to loop through (Z, T, ZT, TZ) More...
 
View2DCineDir direction
 direction of cine mode (forward loop or ping-pong) More...
 
View2DCineRepeat repeat
 flag to indicated if cine mode should automatically stop after the first cycle More...
 
float speed
 speed of the cine mode (in seconds); the minimum cine speed is fixed to one repaint per image More...
 
bool resetOnStart
 always reset to start slice/time and forward direction on start (start with current position and direction otherwise) More...
 

Detailed Description

This class provides the cine mode for SoView2D and SoView2DCine.

Definition at line 24 of file View2DCine.h.

Member Data Documentation

◆ direction

View2DCineDir View2DCineParameters::direction

direction of cine mode (forward loop or ping-pong)

Definition at line 43 of file View2DCine.h.

◆ endT

int View2DCineParameters::endT

the end time when looping through time

Definition at line 36 of file View2DCine.h.

◆ endZ

int View2DCineParameters::endZ

the end slice when looping through slices

Definition at line 29 of file View2DCine.h.

◆ incrementT

int View2DCineParameters::incrementT

the time increment when looping through time

Definition at line 38 of file View2DCine.h.

◆ incrementZ

int View2DCineParameters::incrementZ

the slice increment when looping through slices

Definition at line 31 of file View2DCine.h.

◆ mode

View2DCineMode View2DCineParameters::mode

dimensions to loop through (Z, T, ZT, TZ)

Definition at line 41 of file View2DCine.h.

◆ repeat

View2DCineRepeat View2DCineParameters::repeat

flag to indicated if cine mode should automatically stop after the first cycle

Definition at line 45 of file View2DCine.h.

◆ resetOnStart

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.

◆ speed

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.

◆ startT

int View2DCineParameters::startT

the start time when looping through time

Definition at line 34 of file View2DCine.h.

◆ startZ

int View2DCineParameters::startZ

the start slice when looping through slices

Definition at line 27 of file View2DCine.h.


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