casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros | Typedefs
ArrayFwd.h File Reference
#include <memory>

Go to the source code of this file.

Classes

class  casacore::Array< T, Alloc >
 A templated N-D Array class with zero origin. Array<T, Alloc> is a templated, N-dimensional, Array class. The origin is zero, but by default indices are zero-based. This Array class is the base class for the Vector, Matrix, and Cube subclasses. More...
 
class  casacore::Vector< T, Alloc >
 A 1-D Specialization of the Array class. More...
 
class  casacore::Matrix< T, Alloc >
 A 2-D Specialization of the Array class. More...
 
class  casacore::Cube< T, Alloc >
 A 3-D Specialization of the Array class. More...
 
class  casacore::MaskedArray< T, ArrayAlloc, MaskAlloc >
 Class for masking an Array for operations on that Array. More...
 
class  casacore::ArrayIterator< T, Alloc >
 Iterate an Array cursor through another Array. More...
 

Namespaces

 casacore
 this file contains all the compiler specific defines
 

Macros

#define ARRAY2_ARRAY_FWD_H
 

Typedefs

typedef bool casacore::LogicalArrayElem
 
typedef Array< LogicalArrayElem > casacore::LogicalArray
 
typedef MaskedArray
< LogicalArrayElem,
std::allocator
< LogicalArrayElem >
, std::allocator
< LogicalArrayElem > > 
casacore::MaskedLogicalArray
 

Macro Definition Documentation

#define ARRAY2_ARRAY_FWD_H