HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GT_ShapeLODGroup Class Reference

Data common to all levels-of-detail for a series of GT_PrimAgentShapes. More...

#include <GT_AgentSupport.h>

+ Inheritance diagram for GT_ShapeLODGroup:

Public Member Functions

 GT_ShapeLODGroup (const GT_AgentTransformsHandle &th, const GT_AgentRigTransformsHandle &rh, const GT_AgentVisibilityHandle &vis, const GT_AgentIndexMapHandle &map, const GT_AgentSelectionHandle &select, const GT_AgentIDHandle &ids, const GT_AgentColorsHandle &colors, int shape_id, uint deform_flags)
 
 ~GT_ShapeLODGroup ()
 
void setRigInfo (const GT_AgentShapeRigInfoHandle &rig_info)
 
bool isDeforming () const
 
bool hasSkinning () const
 
bool hasBlendShapes () const
 
- Public Member Functions inherited from UT_IntrusiveRefCounter< GT_ShapeLODGroup >
SYS_FORCE_INLINE UT_IntrusiveRefCounter () noexcept
 Default constructor: Sets counter to 0. More...
 
SYS_FORCE_INLINE UT_IntrusiveRefCounter (const UT_IntrusiveRefCounter &) noexcept
 Copy constructor: Sets counter to 0. More...
 
UT_IntrusiveRefCounteroperator= (const UT_IntrusiveRefCounter &) noexcept
 Assignment operator: Does not modify counter. More...
 
SYS_FORCE_INLINE uint32 use_count () const noexcept
 Return current counter. More...
 
SYS_FORCE_INLINE bool conditionalAddRef () noexcept
 

Public Attributes

GT_AgentIndexMapHandle myAgentIndexMap
 
GT_AgentTransformsHandle myAgentTransforms
 
GT_AgentRigTransformsHandle myAgentRigTransforms
 
GT_AgentVisibilityHandle myVisibility
 
GT_AgentSelectionHandle myAgentSelection
 
GT_AgentIDHandle myAgentPrimID
 
GT_AgentColorsHandle myAgentColors
 
uint myDeformFlags
 
GT_AgentShapeRigInfoHandle myRigInfo
 
int myNumBoneTransforms
 
int myNumTargetShapes
 
UT_Array< RE_VertexArray * > * myTransformVA
 
UT_Array< RE_VertexArray * > * myRigTransformVA
 
UT_Array< RE_VertexArray * > * mySelectionVA
 
UT_Array< RE_VertexArray * > * myPrimIDVA
 
UT_Array< RE_VertexArray * > * myColorVA
 
UT_UniquePtr< GT_VulkanAgentDatamyVulkanData
 
int myMaxLODLevel
 
int myTransformSerial
 
int myRigSerial
 
int mySelectionSerial
 
int myShapeID
 
UT_IntArray myTransforms
 
UT_Array< const GU_PrimPacked * > myAgents
 
UT_Array< GT_AgentShapeBindingIDmyBindings
 

Additional Inherited Members

- Protected Member Functions inherited from UT_IntrusiveRefCounter< GT_ShapeLODGroup >
SYS_FORCE_INLINE ~UT_IntrusiveRefCounter ()
 Destructor: Only derived classes can destruct this. More...
 

Detailed Description

Data common to all levels-of-detail for a series of GT_PrimAgentShapes.

Definition at line 290 of file GT_AgentSupport.h.

Constructor & Destructor Documentation

GT_ShapeLODGroup::GT_ShapeLODGroup ( const GT_AgentTransformsHandle th,
const GT_AgentRigTransformsHandle rh,
const GT_AgentVisibilityHandle vis,
const GT_AgentIndexMapHandle map,
const GT_AgentSelectionHandle select,
const GT_AgentIDHandle ids,
const GT_AgentColorsHandle colors,
int  shape_id,
uint  deform_flags 
)
GT_ShapeLODGroup::~GT_ShapeLODGroup ( )

Member Function Documentation

bool GT_ShapeLODGroup::hasBlendShapes ( ) const
inline

Definition at line 316 of file GT_AgentSupport.h.

bool GT_ShapeLODGroup::hasSkinning ( ) const
inline

Definition at line 312 of file GT_AgentSupport.h.

bool GT_ShapeLODGroup::isDeforming ( ) const
inline

Definition at line 308 of file GT_AgentSupport.h.

void GT_ShapeLODGroup::setRigInfo ( const GT_AgentShapeRigInfoHandle rig_info)

Member Data Documentation

GT_AgentColorsHandle GT_ShapeLODGroup::myAgentColors

Definition at line 328 of file GT_AgentSupport.h.

GT_AgentIndexMapHandle GT_ShapeLODGroup::myAgentIndexMap

Definition at line 322 of file GT_AgentSupport.h.

GT_AgentIDHandle GT_ShapeLODGroup::myAgentPrimID

Definition at line 327 of file GT_AgentSupport.h.

GT_AgentRigTransformsHandle GT_ShapeLODGroup::myAgentRigTransforms

Definition at line 324 of file GT_AgentSupport.h.

UT_Array<const GU_PrimPacked *> GT_ShapeLODGroup::myAgents

Definition at line 350 of file GT_AgentSupport.h.

GT_AgentSelectionHandle GT_ShapeLODGroup::myAgentSelection

Definition at line 326 of file GT_AgentSupport.h.

GT_AgentTransformsHandle GT_ShapeLODGroup::myAgentTransforms

Definition at line 323 of file GT_AgentSupport.h.

UT_Array<GT_AgentShapeBindingID> GT_ShapeLODGroup::myBindings

Definition at line 351 of file GT_AgentSupport.h.

UT_Array<RE_VertexArray *>* GT_ShapeLODGroup::myColorVA

Definition at line 339 of file GT_AgentSupport.h.

uint GT_ShapeLODGroup::myDeformFlags

Definition at line 330 of file GT_AgentSupport.h.

int GT_ShapeLODGroup::myMaxLODLevel

Definition at line 341 of file GT_AgentSupport.h.

int GT_ShapeLODGroup::myNumBoneTransforms

Definition at line 332 of file GT_AgentSupport.h.

int GT_ShapeLODGroup::myNumTargetShapes

Definition at line 333 of file GT_AgentSupport.h.

UT_Array<RE_VertexArray *>* GT_ShapeLODGroup::myPrimIDVA

Definition at line 338 of file GT_AgentSupport.h.

GT_AgentShapeRigInfoHandle GT_ShapeLODGroup::myRigInfo

Definition at line 331 of file GT_AgentSupport.h.

int GT_ShapeLODGroup::myRigSerial

Definition at line 344 of file GT_AgentSupport.h.

UT_Array<RE_VertexArray *>* GT_ShapeLODGroup::myRigTransformVA

Definition at line 336 of file GT_AgentSupport.h.

int GT_ShapeLODGroup::mySelectionSerial

Definition at line 345 of file GT_AgentSupport.h.

UT_Array<RE_VertexArray *>* GT_ShapeLODGroup::mySelectionVA

Definition at line 337 of file GT_AgentSupport.h.

int GT_ShapeLODGroup::myShapeID

Definition at line 346 of file GT_AgentSupport.h.

UT_IntArray GT_ShapeLODGroup::myTransforms

Definition at line 349 of file GT_AgentSupport.h.

int GT_ShapeLODGroup::myTransformSerial

Definition at line 343 of file GT_AgentSupport.h.

UT_Array<RE_VertexArray *>* GT_ShapeLODGroup::myTransformVA

Definition at line 335 of file GT_AgentSupport.h.

GT_AgentVisibilityHandle GT_ShapeLODGroup::myVisibility

Definition at line 325 of file GT_AgentSupport.h.

UT_UniquePtr<GT_VulkanAgentData> GT_ShapeLODGroup::myVulkanData

Definition at line 340 of file GT_AgentSupport.h.


The documentation for this class was generated from the following file: