HDK
|
Class to fill GA_Stat information about an attribute. This AIF is used to fill GA_Stat type information about an attribute. The string generated by the info() method will be appended to the GA_Stat::myPointAttributes (or other attribute lists). More...
#include <GA_AIFStat.h>
Public Member Functions | |
GA_AIFStat () | |
virtual | ~GA_AIFStat () |
virtual bool | info (const GA_Attribute *attrib, UT_WorkBuffer &info, uint level) const |
Class to fill GA_Stat information about an attribute. This AIF is used to fill GA_Stat type information about an attribute. The string generated by the info() method will be appended to the GA_Stat::myPointAttributes (or other attribute lists).
The default method is typically sufficient for most attributes.
Definition at line 30 of file GA_AIFStat.h.
GA_AIFStat::GA_AIFStat | ( | ) |
|
virtual |
|
virtual |
Fill out GA_Stat information about the given attribute.
attrib | - The attribute to stat |
info | - The buffer containing the resulting stat information |
level | - The verbosity level (see GA_STAT_LEVEL) |
The base class implementation will be sufficient for most attributes.