HDK
|
Used to filter out entries when constructing an attribute map. More...
#include <GT_AttributeMap.h>
Public Member Functions | |
GT_AttributeMapFilter () | |
virtual | ~GT_AttributeMapFilter () |
virtual bool | accept (const UT_StringHolder &name, int index) const =0 |
Used to filter out entries when constructing an attribute map.
Definition at line 26 of file GT_AttributeMap.h.
GT_AttributeMapFilter::GT_AttributeMapFilter | ( | ) |
|
virtual |
|
pure virtual |
Override this method when creating a sub-set of a attribute map
name | The name of the attribute |
index | The attributes index in the current map |