HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GA_Stat.h File Reference
#include "GA_API.h"
#include <UT/UT_Array.h>
#include <UT/UT_BoundingBox.h>
#include <UT/UT_Options.h>
#include <UT/UT_StringArray.h>
#include <UT/UT_ArrayStringMap.h>
#include "GA_Types.h"
+ Include dependency graph for GA_Stat.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GA_Stat
 Class to return information about a GA_Detail. More...
 
class  GA_Stat::ga_StatAttribute
 Simple class to store attribute definition (without data) More...
 
class  GA_Stat::ga_StatGroup
 
class  GA_Stat::ga_StatVolume
 

Enumerations

enum  GA_STAT_LEVEL { GA_STAT_BRIEF = 0x00, GA_STAT_NORMAL = 0x01, GA_STAT_FULL = 0x02 }
 Enum to define different levels of verbosity for GA_Detail::stat() More...
 

Enumeration Type Documentation

Enum to define different levels of verbosity for GA_Detail::stat()

Enumerator
GA_STAT_BRIEF 

Fill minimal information (element counts). When accessing a file with this verbosity level, it's possible that the file doesn't need to be completely loaded.

GA_STAT_NORMAL 

Fill out attribute & group information. When accessing a file with this verbosity level, the library may perform simple parsing (without intepreting the all the data).

GA_STAT_FULL 

Compute primitive type and bounding box information.

Definition at line 31 of file GA_Stat.h.