DataDirector API
|
#include <DDD_Viewer.h>
Public Types | |
enum | DrawRateType { CONSTANT, CONTINUOUS } |
Public Attributes | |
std::string | title |
unsigned int | width |
unsigned int | height |
int | initialPosX |
int | initialPosY |
DrawRateType | drawRateType |
unsigned int | drawRate |
Window Settings data
enum DrawRateType |
unsigned int drawRate |
Window draw rate (in Hz); only used when drawRateType is set to CONSTANT
DrawRateType drawRateType |
Window draw rate type
unsigned int height |
Window height
int initialPosX |
Window initial position X
int initialPosY |
Window initial position Y
std::string title |
Window title
unsigned int width |
Window width