HDK
|
#include "VOP_API.h"
#include "VOP_CodeGenerator.h"
#include "VOP_ExportedParmLayoutMicroNode.h"
#include "VOP_ExportedParms.h"
#include "VOP_Node.h"
#include "VOP_ParmDSMicroNode.h"
#include <PI/PI_OldParms.h>
#include <UT/UT_Assert.h>
#include <UT/UT_UniquePtr.h>
#include <UT/UT_WorkBuffer.h>
Go to the source code of this file.
Classes | |
class | VOP_ExportedParmsManager |
Functions | |
VOP_API VOP_ExportedParmsManager * | VOPgetExportedParmsManager (OP_Node *node) |
VOP_API VOP_ExportedParmsManager* VOPgetExportedParmsManager | ( | OP_Node * | node | ) |
Helper function for returning the exported parms manager for a give node. Returns NULL if the node does not have a manager.