AtlasGenStats Struct Reference [Old Atlas Editor Code]

#include <atlasOldGenerator.h>

List of all members.


Detailed Description

Stat-tracking helper for AtlasOldMesher.


Public Member Functions

void clear ()
 AtlasGenStats ()
void noteChunkStats (U32 level, U32 size)
void printChunkStats ()

Public Attributes

U32 inputVertices
U32 outputVertices
U32 outputRealTriangles
U32 outputDegenerateTriangles
U32 outputChunks
U32 outputSize
U32 outputChunkSize [gMaxChunkTreeLevels]
U32 outputChunkCount [gMaxChunkTreeLevels]


Constructor & Destructor Documentation

AtlasGenStats::AtlasGenStats (  )  [inline]


Member Function Documentation

void AtlasGenStats::clear (  )  [inline]

void AtlasGenStats::noteChunkStats ( U32  level,
U32  size 
) [inline]

void AtlasGenStats::printChunkStats (  )  [inline]


Member Data Documentation