ITK  4.2.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Macros | Functions
itkArray.h File Reference

Go to the source code of this file.

Classes

class  itk::Array< TValueType >
 Array class with size defined at construction time. More...

Namespaces

namespace  itk

Macros

#define ITK_TEMPLATE_Array(_, EXPORT, TypeX, TypeY)

Functions

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

Macro Definition Documentation

#define ITK_TEMPLATE_Array (   _,
  EXPORT,
  TypeX,
  TypeY 
)
Value:
namespace itk \
{ \
_( 1 ( class EXPORT Array< ITK_TEMPLATE_1 TypeX > ) ) \
_( 1 ( EXPORT std::ostream & operator<<(std::ostream &, \
const Array< ITK_TEMPLATE_1 TypeX > &) ) ) \
namespace Templates \
{ \
typedef Array< ITK_TEMPLATE_1 TypeX > Array##TypeY; \
} \
}

Definition at line 184 of file itkArray.h.