#include <GXAutoArray.h>
Public Methods | |
CGXAutoArray () | |
~CGXAutoArray () | |
bool | Init (UINT uCount) |
void | Cleanup () |
UINT | GetCount () |
type * | GetPtr () |
bool | IsNonNull () |
bool | CopyIn (type *pSrc, UINT uCount) |
bool | WriteToStream (IStream *pStream) |
bool | LoadFromStream (IStream *pStream) |
void | GetValAt (UINT uIndex, type *pOut) |
void | GetFilteredVal (float fAmt, type *pOut) |
operator type * () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|