HDK
|
#include "GU_API.h"
#include "GU_AgentClip.h"
#include "GU_AgentCustomDataItem.h"
#include "GU_AgentLayer.h"
#include "GU_AgentMetadata.h"
#include "GU_AgentRig.h"
#include "GU_AgentShapeLib.h"
#include "GU_AgentTransformGroup.h"
#include <UT/UT_Array.h>
#include <UT/UT_Function.h>
#include <UT/UT_IntrusivePtr.h>
#include <UT/UT_StringMap.h>
Go to the source code of this file.
Classes | |
class | GU_AgentDefinition |
Typedefs | |
typedef UT_IntrusivePtr < GU_AgentDefinition > | GU_AgentDefinitionPtr |
typedef UT_IntrusivePtr< const GU_AgentDefinition > | GU_AgentDefinitionConstPtr |
Functions | |
SYS_VISIBILITY_EXPORT void | GUregisterAgentCustomDataItemType () |
Entry point for registering custom data item types. More... | |
typedef UT_IntrusivePtr<const GU_AgentDefinition> GU_AgentDefinitionConstPtr |
Definition at line 31 of file GU_AgentDefinition.h.
Definition at line 29 of file GU_AgentDefinition.h.
SYS_VISIBILITY_EXPORT void GUregisterAgentCustomDataItemType | ( | ) |
Entry point for registering custom data item types.
Entry point for registering custom data item types.
Definition at line 630 of file SOP_BouncyAgent.C.