Go to the source code of this file.
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.