PiPo
Plug In Plug Out / Plugin Interface for Processing Objects
|
Public Member Functions | |
PiPoStreamAttributes (int numlabels=-1) | |
PiPoStreamAttributes (bool hasTimeTags, double rate, double offset, unsigned int width, unsigned int height, const char **labels, bool hasVarSize, double domain, unsigned int maxFrames) | |
void | init (int _numlab=-1) |
void | concat_labels (const char **_labels, unsigned int _width) |
char * | to_string (char *str, int len) const |
Public Attributes | |
int | hasTimeTags |
double | rate |
double | offset |
unsigned int | dims [2] |
const char ** | labels |
unsigned int | numLabels |
bool | hasVarSize |
double | domain |
unsigned int | maxFrames |
int | labels_alloc |
|
inline |
append string pointer array to labels array