Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts
Classes | Namespaces | Defines | Functions

itkArray2D.h File Reference

Go to the source code of this file.

Classes

class  itk::Array2D< TValueType >
 Array2D class representing a 2D array with size defined at construction time. More...

Namespaces

namespace  itk

Defines

#define ITK_TEMPLATE_Array2D(_, EXPORT, x, y)

Functions

template<typename TValueType >
std::ostream & itk::operator<< (std::ostream &os, const Array2D< TValueType > &arr)

Define Documentation

#define ITK_TEMPLATE_Array2D (   _,
  EXPORT,
  x,
  y 
)
Value:
namespace itk { \
  _(1(class EXPORT Array2D< ITK_TEMPLATE_1 x >)) \
  _(1(EXPORT std::ostream& operator<<(std::ostream&, \
                                     const Array2D< ITK_TEMPLATE_1 x >&))) \
  namespace Templates { typedef Array2D< ITK_TEMPLATE_1 x > Array2D##y; } \
  }

Definition at line 104 of file itkArray2D.h.


Generated at Mon Jul 12 2010 20:20:55 for ITK by doxygen 1.7.1 written by Dimitri van Heesch, © 1997-2000