|
HDK
|
#include <VOP/VOP_Node.h>
Include dependency graph for VOP_Switch.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | HDK_Sample::VOP_Switch |
| C++ VOP node to select one of its inputs and feed it into the output. More... | |
Namespaces | |
| HDK_Sample | |
| This namespace is used to hold all HDK example source code. | |
This example contains code which shows how to perform some of the most common tasks when writing a custom VEX code operator. It produces code which selects one of the inputs to feed to the output.
Definition in file VOP_Switch.h.