SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros | Functions
Array2.h File Reference

Interface to dynamic 2D array class. More...

#include <boost/multi_array.hpp>
#include <Core/Persistent/Persistent.h>

Go to the source code of this file.

Classes

class  Array2< T >
 

Namespaces

 SCIRun
 STL datatypes needed.
 

Macros

#define ARRAY2_VERSION   2
 

Functions

template<class T >
void Pio (Piostream &stream, Array2< T > &data)
 
template<class T >
void Pio (Piostream &stream, Array2< T > *&data)
 

Detailed Description

Interface to dynamic 2D array class.

Author
Steven G. Parker Department of Computer Science University of Utah
Date
March 1994

Macro Definition Documentation

#define ARRAY2_VERSION   2