|
GClasses
|
This class temporarily wraps a GVec around a const array of doubles. You should take care to ensure this object is destroyed before the array it wraps.
#include <GVec.h>
Public Member Functions | |
| GConstVecWrapper (const double *buf=nullptr, size_t size=0) | |
| ~GConstVecWrapper () | |
| void | setData (const double *buf) |
| void | setData (const double *buf, size_t size) |
| void | setSize (size_t size) |
| const GVec & | vec () |
Protected Attributes | |
| GVec | m_v |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |