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

#include <HUSD_Skeleton.h>

Public Member Functions

 HUSD_SkeletonCache ()
 
 ~HUSD_SkeletonCache ()
 
bool isValid () const
 
void reset ()
 Clear the cached data. More...
 
void init ()
 Allocate empty cached data, replacing any existing data. More...
 
const Impl & impl () const
 
Impl & impl ()
 

Detailed Description

Opaque type containing cached data for HUSDimportSkeletonPose(). The cache is initialized by HUSDimportSkeleton().

Definition at line 55 of file HUSD_Skeleton.h.

Constructor & Destructor Documentation

HUSD_SkeletonCache::HUSD_SkeletonCache ( )
HUSD_SkeletonCache::~HUSD_SkeletonCache ( )

Member Function Documentation

const Impl& HUSD_SkeletonCache::impl ( ) const
inline

Access the cached data.

Definition at line 73 of file HUSD_Skeleton.h.

Impl& HUSD_SkeletonCache::impl ( )
inline

Access the cached data.

Definition at line 74 of file HUSD_Skeleton.h.

void HUSD_SkeletonCache::init ( )

Allocate empty cached data, replacing any existing data.

bool HUSD_SkeletonCache::isValid ( ) const
inline

Definition at line 63 of file HUSD_Skeleton.h.

void HUSD_SkeletonCache::reset ( )

Clear the cached data.


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