HDK
|
Transform lists for rigs, one per agent. More...
#include <GT_AgentSupport.h>
Public Types | |
using | Matrix4ArrayConstPtr = UT_SharedPtr< const UT_Array< UT_Matrix4F >> |
using | FloatArrayConstPtr = UT_SharedPtr< const UT_Array< fpreal32 >> |
Public Member Functions | |
void | setEntries (exint entries) |
Matrix4ArrayConstPtr & | transformsPtr (exint agent_idx) |
const UT_Array< UT_Matrix4F > & | transforms (exint agent_idx) const |
FloatArrayConstPtr & | channelValuesPtr (exint agent_idx) |
const UT_Array< fpreal32 > & | channelValues (exint agent_idx) const |
int | getSerial (exint agent_idx) |
void | setSerial (exint agent_idx, int serial) |
Public Member Functions inherited from UT_IntrusiveRefCounter< GT_AgentRigTransforms > | |
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_IntrusiveRefCounter & | operator= (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 |
Additional Inherited Members | |
Protected Member Functions inherited from UT_IntrusiveRefCounter< GT_AgentRigTransforms > | |
SYS_FORCE_INLINE | ~UT_IntrusiveRefCounter () |
Destructor: Only derived classes can destruct this. More... | |
Transform lists for rigs, one per agent.
Definition at line 135 of file GT_AgentSupport.h.
using GT_AgentRigTransforms::FloatArrayConstPtr = UT_SharedPtr<const UT_Array<fpreal32>> |
Definition at line 140 of file GT_AgentSupport.h.
using GT_AgentRigTransforms::Matrix4ArrayConstPtr = UT_SharedPtr<const UT_Array<UT_Matrix4F>> |
Definition at line 139 of file GT_AgentSupport.h.
Definition at line 158 of file GT_AgentSupport.h.
|
inline |
Definition at line 155 of file GT_AgentSupport.h.
Definition at line 161 of file GT_AgentSupport.h.
Definition at line 142 of file GT_AgentSupport.h.
Definition at line 162 of file GT_AgentSupport.h.
|
inline |
Definition at line 152 of file GT_AgentSupport.h.
|
inline |
Definition at line 149 of file GT_AgentSupport.h.