HDK
|
Class used to keep track of inheritance of intrinsic attribute evaluation. More...
#include <GA_IntrinsicEval.h>
Public Member Functions | |
GA_IntrinsicEval (const GA_IntrinsicManager &manager, GA_LocalIntrinsic local_handle) | |
Evaluating a global intrinsic attribute. More... | |
~GA_IntrinsicEval () | |
Destructor. More... | |
int | getUserId (const GA_IntrinsicDef &def) const |
Class used to keep track of inheritance of intrinsic attribute evaluation.
Definition at line 21 of file GA_IntrinsicEval.h.
GA_IntrinsicEval::GA_IntrinsicEval | ( | const GA_IntrinsicManager & | manager, |
GA_LocalIntrinsic | local_handle | ||
) |
Evaluating a global intrinsic attribute.
GA_IntrinsicEval::~GA_IntrinsicEval | ( | ) |
Destructor.
int GA_IntrinsicEval::getUserId | ( | const GA_IntrinsicDef & | def | ) | const |
Return the user id for the given set of intrinsic attributes. This method is used during evaluation of intrinsic attributes. The IntrinsicDef object should have been initialized during the definition of the user attributes. Example code might be: