|
HDK
|
#include <CVEX_Data.h>
Public Member Functions | |
| CVEX_InOutData () | |
| Creates a holder for the data buffers. More... | |
| CVEX_Data & | getInputData () |
| Accessors. More... | |
| const CVEX_Data & | getInputData () const |
| Accessors. More... | |
| CVEX_Data & | getOutputData () |
| Accessors. More... | |
| const CVEX_Data & | getOutputData () const |
| Accessors. More... | |
A convenience class to store input and output data in two separate data objects, to avoid name clashes between input and output CVEX_Value with the same names.
Definition at line 181 of file CVEX_Data.h.
|
inline |
Creates a holder for the data buffers.
Definition at line 185 of file CVEX_Data.h.
|
inline |
Accessors.
Definition at line 187 of file CVEX_Data.h.
|
inline |
Accessors.
Definition at line 188 of file CVEX_Data.h.
|
inline |
Accessors.
Definition at line 189 of file CVEX_Data.h.
|
inline |
Accessors.
Definition at line 190 of file CVEX_Data.h.