CFx SDK Documentation 2024 SP0
|
#include <TrVisMfStreamStats.h>
Public Member Functions | |
OdTrVisMetafileStreamStats () | |
void | clearStats () |
void | startMetafileAnalyse (const OdTrVisFlatMetafileContainer *pMf) |
void | endMetafileAnalyse (const OdUInt8 *pEofStreamPos) |
void | addChunk (const OdUInt8 *pCurStreamPos) |
OdString | printStats () const |
Protected Types | |
typedef std::pair< OdUInt32, OdUInt64 > | DataAsB |
Protected Attributes | |
DataAsB | m_chunkStats [OdTrVisMetaRecType_NTypes] |
DataAsB | m_arrayStats [OdTrVisArrayWrapper::Type_Invalid] |
OdUInt32 | m_nMetafiles |
OdTrVisMetaRecType | m_lastChunk |
const OdUInt8 * | m_pPrevStreamPos |
Compute statistical metafile stream information.
Library: Source code provided.
<group ExRender_Classes>
Definition at line 39 of file TrVisMfStreamStats.h.
|
protected |
Definition at line 42 of file TrVisMfStreamStats.h.
|
inline |
Definition at line 49 of file TrVisMfStreamStats.h.
Definition at line 73 of file TrVisMfStreamStats.h.
|
inline |
Definition at line 51 of file TrVisMfStreamStats.h.
Definition at line 67 of file TrVisMfStreamStats.h.
|
inline |
Definition at line 79 of file TrVisMfStreamStats.h.
|
inline |
Definition at line 58 of file TrVisMfStreamStats.h.
|
protected |
Definition at line 44 of file TrVisMfStreamStats.h.
|
protected |
Definition at line 43 of file TrVisMfStreamStats.h.
|
protected |
Definition at line 45 of file TrVisMfStreamStats.h.
|
protected |
Definition at line 45 of file TrVisMfStreamStats.h.
|
protected |
Definition at line 46 of file TrVisMfStreamStats.h.