#include <triclops.h>
Public Attributes | |
| TriclopsInputType | inputType |
| int | ncols |
| int | nrows |
| int | rowinc |
| TriclopsTimestamp | timeStamp |
| union { | |
| TriclopsInputRGB rgb | |
| TriclopsInputRGB32BitPacked rgb32BitPacked | |
| } | u |
Definition at line 438 of file triclops.h.
| TriclopsInputType TriclopsInput::inputType |
Definition at line 441 of file triclops.h.
| int TriclopsInput::ncols |
Definition at line 447 of file triclops.h.
| int TriclopsInput::nrows |
Definition at line 445 of file triclops.h.
| TriclopsInputRGB TriclopsInput::rgb |
Definition at line 455 of file triclops.h.
| TriclopsInputRGB32BitPacked TriclopsInput::rgb32BitPacked |
Definition at line 456 of file triclops.h.
| int TriclopsInput::rowinc |
Definition at line 449 of file triclops.h.
| TriclopsTimestamp TriclopsInput::timeStamp |
Definition at line 443 of file triclops.h.
| union { ... } TriclopsInput::u |