|
CFx SDK Documentation 2026 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 323 of file TrVisDefs.h.
|
inline |
Definition at line 335 of file TrVisDefs.h.
|
inline |
Definition at line 341 of file TrVisDefs.h.
|
inline |
Definition at line 350 of file TrVisDefs.h.
|
inline |
Definition at line 358 of file TrVisDefs.h.
|
inlineprotected |
Definition at line 332 of file TrVisDefs.h.
|
inlineprotected |
Definition at line 330 of file TrVisDefs.h.
|
protected |
Definition at line 328 of file TrVisDefs.h.
|
protected |
Definition at line 326 of file TrVisDefs.h.
|
protected |
Definition at line 327 of file TrVisDefs.h.