Whiteboard
An interface and tools for visualizing large and complex datasets
Public Member Functions | List of all members
TMIOValueVector< Item > Class Template Reference

#include <mutil.h>

Inheritance diagram for TMIOValueVector< Item >:
TMValueVector< Item >

Public Member Functions

bool Read (IMReadStream &stream)
 
bool Write (IMWriteStream &stream)
 
- Public Member Functions inherited from TMValueVector< Item >
 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 &)
 

Additional Inherited Members

- Protected Member Functions inherited from TMValueVector< Item >
void BoundsCheck (const long index) const
 
- Protected Attributes inherited from TMValueVector< Item >
long m_length
 
Item * m_pArray
 

Member Function Documentation

template<class Item >
bool TMIOValueVector< Item >::Read ( IMReadStream stream)
inline
template<class Item >
bool TMIOValueVector< Item >::Write ( IMWriteStream stream)
inline

The documentation for this class was generated from the following file: