HDK
|
Visibility and LOD class for agents. More...
#include <GT_AgentSupport.h>
Public Member Functions | |
void | setEntries (exint entries) |
exint | entries () const |
void | setVisibility (exint idx, bool visible, fpreal lod=1.0) |
bool | getVisibility (exint idx) const |
bool | getLOD (exint idx, fpreal32 &lod) const |
void | allVisible () |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
SYS_FORCE_INLINE | ~UT_IntrusiveRefCounter () |
Destructor: Only derived classes can destruct this. More... | |
Visibility and LOD class for agents.
Definition at line 92 of file GT_AgentSupport.h.
|
inline |
Definition at line 111 of file GT_AgentSupport.h.
|
inline |
Definition at line 97 of file GT_AgentSupport.h.
Definition at line 105 of file GT_AgentSupport.h.
|
inline |
Definition at line 102 of file GT_AgentSupport.h.
Definition at line 96 of file GT_AgentSupport.h.
Definition at line 99 of file GT_AgentSupport.h.