CFx SDK Documentation 2024 SP0
|
#include <TrVisDefs.h>
Public Member Functions | |
OdTrVisMultiStateSaver (DataType *pValue, size_t stride=sizeof(DataType)) | |
OdTrVisMultiStateSaver (DataType *pValue, const DataType &initValue, size_t stride=sizeof(DataType)) | |
OdTrVisMultiStateSaver (DataType *pValue, const DataType *pInitValue, size_t stride=sizeof(DataType), size_t stride2=sizeof(DataType)) | |
~OdTrVisMultiStateSaver () | |
Protected Member Functions | |
DataType * | flip (DataType *pValue, long n, size_t stride) const |
DataType * | flip (DataType *pValue, long n) const |
Protected Attributes | |
DataType * | m_pValue |
const size_t | m_stride |
DataType | m_oldValues [numEntries] |
Definition at line 276 of file TrVisDefs.h.
|
inline |
Definition at line 288 of file TrVisDefs.h.
|
inline |
Definition at line 294 of file TrVisDefs.h.
|
inline |
Definition at line 303 of file TrVisDefs.h.
|
inline |
Definition at line 311 of file TrVisDefs.h.
|
inlineprotected |
Definition at line 285 of file TrVisDefs.h.
|
inlineprotected |
Definition at line 283 of file TrVisDefs.h.
|
protected |
Definition at line 281 of file TrVisDefs.h.
|
protected |
Definition at line 279 of file TrVisDefs.h.
|
protected |
Definition at line 280 of file TrVisDefs.h.