|
HDK
|
#include <GABC_PackedImpl.h>
Public Member Functions | |
| GTCache () | |
| GTCache (const GTCache &) | |
| ~GTCache () | |
| GTCache & | operator= (const GTCache &src) |
| int64 | getMemoryUsage (bool inclusive) const |
| void | clear () |
| void | updateFrame (fpreal frame) |
| bool | visible (const GABC_PackedImpl *abc, bool *is_animated=NULL) |
| const GT_PrimitiveHandle & | full (const GA_Detail *detail, const GA_Offset primoff, const GABC_PackedImpl *abc, int load_style) |
| const GT_PrimitiveHandle & | points (const GABC_PackedImpl *abc) |
| const GT_PrimitiveHandle & | box (const GABC_PackedImpl *abc) |
| const GT_PrimitiveHandle & | centroid (const GABC_PackedImpl *abc) |
| GEO_AnimationType | animationType (const GABC_PackedImpl *abc) |
| GEO_AnimationType | animationType () const |
| const GT_TransformHandle & | xform (const GABC_PackedImpl *abc) |
| Return the current transform handle. More... | |
| int | loadStyle () const |
Definition at line 288 of file GABC_PackedImpl.h.
|
inline |
Definition at line 291 of file GABC_PackedImpl.h.
|
inline |
Definition at line 296 of file GABC_PackedImpl.h.
|
inline |
Definition at line 301 of file GABC_PackedImpl.h.
| GEO_AnimationType GABC_NAMESPACE::GABC_PackedImpl::GTCache::animationType | ( | const GABC_PackedImpl * | abc | ) |
|
inline |
Definition at line 327 of file GABC_PackedImpl.h.
| const GT_PrimitiveHandle& GABC_NAMESPACE::GABC_PackedImpl::GTCache::box | ( | const GABC_PackedImpl * | abc | ) |
| const GT_PrimitiveHandle& GABC_NAMESPACE::GABC_PackedImpl::GTCache::centroid | ( | const GABC_PackedImpl * | abc | ) |
| void GABC_NAMESPACE::GABC_PackedImpl::GTCache::clear | ( | ) |
| const GT_PrimitiveHandle& GABC_NAMESPACE::GABC_PackedImpl::GTCache::full | ( | const GA_Detail * | detail, |
| const GA_Offset | primoff, | ||
| const GABC_PackedImpl * | abc, | ||
| int | load_style | ||
| ) |
| int64 GABC_NAMESPACE::GABC_PackedImpl::GTCache::getMemoryUsage | ( | bool | inclusive | ) | const |
|
inline |
Definition at line 337 of file GABC_PackedImpl.h.
Definition at line 305 of file GABC_PackedImpl.h.
| const GT_PrimitiveHandle& GABC_NAMESPACE::GABC_PackedImpl::GTCache::points | ( | const GABC_PackedImpl * | abc | ) |
| bool GABC_NAMESPACE::GABC_PackedImpl::GTCache::visible | ( | const GABC_PackedImpl * | abc, |
| bool * | is_animated = NULL |
||
| ) |
|
inline |
Return the current transform handle.
Definition at line 331 of file GABC_PackedImpl.h.