|
HDK
|
#include <GA_GenericHandle.h>
Inheritance diagram for GA_RWGenericHandle< T, T_OWNER >:Public Types | |
| typedef GA_ROGenericHandle< T, T_OWNER > | Base |
Public Member Functions | |
| GA_RWGenericHandle (GA_Attribute *attr, int component=0) | |
| void | setValue (GA_Offset off, const T &val) const |
Public Member Functions inherited from GA_ROGenericHandle< T, T_OWNER > | |
| GA_ROGenericHandle (const GA_Attribute *attr, int component=0, bool forceisp=false) | |
| const GA_Attribute * | getAttribute () const |
| bool | isRational () const |
| T | getValue (GA_Offset off) const |
| T | getHomogeneous (GA_Offset off) const |
| bool | isForcedP () const |
Additional Inherited Members | |
Protected Attributes inherited from GA_ROGenericHandle< T, T_OWNER > | |
| GA_RWHandleT< T > | myHandle |
| int | myComponent |
| bool | myConst |
| bool | myIsRational |
| bool | myIsForcedP |
Read-Write access to generic attribute data
Like GA_ROGenericHandle, but also provides a method to write to the attribute. The offsets passed to set value must match the T_OWNER template parameter.
Definition at line 177 of file GA_GenericHandle.h.
| typedef GA_ROGenericHandle<T, T_OWNER> GA_RWGenericHandle< T, T_OWNER >::Base |
Definition at line 181 of file GA_GenericHandle.h.
|
inline |
Definition at line 183 of file GA_GenericHandle.h.
|
inline |
Definition at line 189 of file GA_GenericHandle.h.