HDK
|
#include <GA_AttributeFilter.h>
Public Member Functions | |
GA_AttributeFilter () | |
GA_AttributeFilter (GA_AttributeFilterBooleanOp op, const GA_AttributeFilter &f0, const GA_AttributeFilter &f1) | |
GA_AttributeFilter (GA_AttributeFilterImpl *impl) | |
bool | match (const GA_Attribute *atr) const |
bool | terminateAfterFirstMatch () const |
bool | isValid () const |
Definition at line 54 of file GA_AttributeFilter.h.
|
inline |
Definition at line 57 of file GA_AttributeFilter.h.
|
inline |
Definition at line 60 of file GA_AttributeFilter.h.
|
inlineexplicit |
Definition at line 81 of file GA_AttributeFilter.h.
|
inline |
Definition at line 89 of file GA_AttributeFilter.h.
|
inline |
Definition at line 84 of file GA_AttributeFilter.h.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
inlinestatic |
Definition at line 142 of file GA_AttributeFilter.h.
|
static |
|
static |
Select "factory" will select all factory (non-HDK-registered) types.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Select public scope attributes and non-internal groups.
|
static |
Class factories.
selectAll was removed in H16 because it is almost certainly not what you want or what you think it does. It also selects internal and private attributes that can result in looping over selections crashing. You should replace your calls with selectPublic().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Select based on the type info.
|
static |
|
inline |
Definition at line 86 of file GA_AttributeFilter.h.