18 #ifndef itkNeighborhoodAllocator_h
19 #define itkNeighborhoodAllocator_h
40 template<
typename TPixel >
150 template<
typename TPixel >
155 o <<
"NeighborhoodAllocator { this = " << &a <<
", begin = "
156 <<
static_cast< const void *
>( a.
begin() )
157 <<
", size=" << a.
size()
const TPixel & operator[](unsigned int i) const
bool operator==(const Self &other) const
void set_size(unsigned int n)
unsigned int size() const
std::ostream & operator<<(std::ostream &os, const Array< TValue > &arr)
const_iterator begin() const
A memory allocator for use as the default allocator type in Neighborhood.
const TPixel * const_iterator
const_iterator end() const
const Self & operator=(const Self &other)
NeighborhoodAllocator(const Self &other)
NeighborhoodAllocator Self
TPixel & operator[](unsigned int i)
void Allocate(unsigned int n)
bool operator!=(const Self &other) const
unsigned int m_ElementCount