HDK
|
#include "GU_API.h"
#include "GU_AgentRig.h"
#include <UT/UT_BitArray.h>
#include <UT/UT_IntrusivePtr.h>
#include <UT/UT_StringHolder.h>
Go to the source code of this file.
Classes | |
class | GU_AgentTransformGroup |
struct | GU_AgentTransformGroup::GroupData |
Used to store the result of parsing the JSON file. More... | |
Typedefs | |
using | GU_AgentTransformGroupPtr = UT_IntrusivePtr< GU_AgentTransformGroup > |
using | GU_AgentTransformGroupConstPtr = UT_IntrusivePtr< const GU_AgentTransformGroup > |
using | GU_AgentTransformGroupArray = UT_Array< GU_AgentTransformGroupConstPtr > |
Definition at line 29 of file GU_AgentTransformGroup.h.
using GU_AgentTransformGroupConstPtr = UT_IntrusivePtr<const GU_AgentTransformGroup> |
Definition at line 28 of file GU_AgentTransformGroup.h.
Definition at line 26 of file GU_AgentTransformGroup.h.