HDK
|
#include <GT_GEOAttributeFilter.h>
Public Member Functions | |
GT_GEOStdVexAttributeFilter () | |
~GT_GEOStdVexAttributeFilter () override | |
bool | isValid (const GA_Attribute &a) const override |
Sub-classes should likely call the base class filtering. More... | |
Public Member Functions inherited from GT_GEOAttributeFilter | |
GT_GEOAttributeFilter () | |
virtual | ~GT_GEOAttributeFilter () |
Only pick up floating point attributes which have a tuple size that matches the standard VEX types (i.e. 1, 3, 4, 9 or 16 floats).
Definition at line 85 of file GT_GEOAttributeFilter.h.
|
inline |
Definition at line 88 of file GT_GEOAttributeFilter.h.
|
inlineoverride |
Definition at line 89 of file GT_GEOAttributeFilter.h.
|
inlineoverridevirtual |
Sub-classes should likely call the base class filtering.
Reimplemented from GT_GEOAttributeFilter.
Definition at line 91 of file GT_GEOAttributeFilter.h.