HDK
|
#include <SOP/SOP_Node.h>
#include <VEX/VEX_PodTypes.h>
#include <VOP/VOP_CodeGenerator.h>
#include <VOP/VOP_ExportedParmsManager.h>
Go to the source code of this file.
Classes | |
class | CVEX_ContextT< PREC > |
Call VEX from C++. More... | |
class | CVEX_RunDataT< PREC > |
Per-run data for CVEX execution. More... | |
class | HDK_Sample::SOP_PrimVOP |
Namespaces | |
HDK_Sample | |
This namespace is used to hold all HDK example source code. | |
Typedefs | |
using | CVEX_Context = CVEX_ContextT< VEX_32 > |
using | CVEX_RunData = CVEX_RunDataT< VEX_32 > |
using CVEX_Context = CVEX_ContextT<VEX_32> |
Definition at line 35 of file SOP_PrimVOP.h.
using CVEX_RunData = CVEX_RunDataT<VEX_32> |
Definition at line 41 of file SOP_PrimVOP.h.