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

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

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

Go to the source code of this file.

Classes

class  Array3< T >
 

Namespaces

 SCIRun
 STL datatypes needed.
 

Macros

#define ARRAY3_VERSION   2
 

Functions

template<class T >
void Pio (Piostream &stream, Array3< T > &array)
 
template<class T >
void Pio (Piostream &stream, Array3< T > &array, const std::string &)
 
template<class T >
void Pio (Piostream &stream, Array3< T > *&array)
 

Detailed Description

Interface to dynamic 3D array class.

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

Macro Definition Documentation

#define ARRAY3_VERSION   2