HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GEO_StandardAttribs Namespace Reference

Utilities for the standard attributes defined in GA_Names. More...

Functions

GA_RWHandleM3D createTransform3 (GEO_Detail &detail, GA_AttributeOwner owner=GA_ATTRIB_POINT)
 
GA_RWHandleM4D createLocalTransform4 (GEO_Detail &detail, GA_AttributeOwner owner=GA_ATTRIB_POINT)
 

Detailed Description

Utilities for the standard attributes defined in GA_Names.

Function Documentation

GA_RWHandleM4D GEO_StandardAttribs::createLocalTransform4 ( GEO_Detail detail,
GA_AttributeOwner  owner = GA_ATTRIB_POINT 
)
inline

Finds or creates a 4 attribute with the appropriate type info and default value.

Definition at line 51 of file GEO_StandardAttribs.h.

GA_RWHandleM3D GEO_StandardAttribs::createTransform3 ( GEO_Detail detail,
GA_AttributeOwner  owner = GA_ATTRIB_POINT 
)
inline

Finds or creates a 3 attribute with the appropriate type info and default value.

Examples:
mocapstream/MocapStreamRokokoHDK.C.

Definition at line 23 of file GEO_StandardAttribs.h.