HDK
|
#include "VOP_API.h"
#include "VOP_Language.h"
#include "VOP_TypeDefinitionSource.h"
#include <OP/OP_OperatorTable.h>
#include <UT/UT_ValArray.h>
#include <UT/UT_StringMap.h>
#include <UT/UT_Functor.h>
Go to the source code of this file.
Classes | |
class | VOP_TypeDefinitionFile |
Represents a source of vop type definitions saved in files or inside HDAs. More... | |
class | VOP_TypeDefinitionFileLoader |
A class for handling files and HDAs as sources of vop type definitions. More... | |
class | VOP_AutoDeferTypeUpdates |
Typedefs | |
typedef UT_Functor < VOP_TypeDefinition * > | VOP_TypeDefinitionFactory |
typedef UT_StringMap < VOP_TypeDefinitionFactory > | VOP_TypeDefinitionFactoryMap |
Function that creates an instance of a type definition subclass, and a dictionary that maps a definition metatype names to such functions.
Definition at line 23 of file VOP_TypeDefinitionFile.h.
Definition at line 29 of file VOP_TypeDefinitionFile.h.