|
Whiteboard
An interface and tools for visualizing large and complex datasets
|
#include <mutil.h>
Public Member Functions | |
| TMValueVector (const TMValueVector &) | |
| TMValueVector () | |
| ~TMValueVector () | |
| const Item & | operator[] (const long index) const |
| const Item & | operator() (const long index) const |
| Item & | operator[] (long index) |
| Item & | operator() (long index) |
| long | length () const |
| void | reshape (long) |
| const Item * | data () const |
| const TMValueVector< Item > & | operator= (const TMValueVector &) |
Protected Member Functions | |
| void | BoundsCheck (const long index) const |
Protected Attributes | |
| long | m_length |
| Item * | m_pArray |
| TMValueVector< Item >::TMValueVector | ( | const TMValueVector< Item > & | vector | ) |
| TMValueVector< Item >::TMValueVector | ( | ) |
| TMValueVector< Item >::~TMValueVector | ( | ) |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
1.8.8