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

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

#include <vector>
#include <Core/Persistent/Persistent.h>

Go to the source code of this file.

Classes

class  Array1< T >
 

Namespaces

 SCIRun
 STL datatypes needed.
 

Macros

#define ARRAY1_VERSION   3
 

Functions

template<class T >
void Pio (Piostream &stream, Array1< T > &array)
 
template<class T >
void Pio (Piostream &stream, Array1< T > *&array)
 

Detailed Description

Interface to dynamic 1D array class.

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

Macro Definition Documentation

#define ARRAY1_VERSION   3