HDK
|
#include "GT_API.h"
#include "GT_GEOPackedAgent.h"
#include "GT_AgentSupport.h"
#include <GU/GU_DetailHandle.h>
#include <UT/UT_IntArray.h>
#include <UT/UT_Map.h>
#include <UT/UT_Matrix4.h>
#include <UT/UT_VectorTypes.h>
#include <UT/UT_IntrusivePtr.h>
#include <UT/UT_NonCopyable.h>
#include <SYS/SYS_AtomicInt.h>
#include <SYS/SYS_Types.h>
Go to the source code of this file.
Classes | |
class | GT_PrimAgentShape |
A shape belonging to agents, instanced with material assignments. More... | |
class | GT_PrimAgentShape::ShapeInstance |
Typedefs | |
using | GT_PrimAgentShapeHandle = UT_IntrusivePtr< GT_PrimAgentShape > |
Definition at line 178 of file GT_PrimAgentShape.h.