Orfeo Toolbox  3.16
Classes | Namespaces | Macros | Functions
itkConstNeighborhoodIterator.h File Reference
#include <vector>
#include <string.h>
#include <iostream>
#include "itkImage.h"
#include "itkIndex.h"
#include "itkOffset.h"
#include "itkSize.h"
#include "itkImageRegion.h"
#include "itkMacro.h"
#include "itkNeighborhood.h"
#include "itkImageBoundaryCondition.h"
#include "itkExceptionObject.h"
#include "itkZeroFluxNeumannBoundaryCondition.h"
+ Include dependency graph for itkConstNeighborhoodIterator.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >
 Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pixels across an itk::Image. More...
 

Namespaces

namespace  itk
 Hashtable class, used to implement the hashed associative containers itk_hash_set, itk_hash_map, itk_hash_multiset, and itk_hash_multimap.
 

Macros

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

Functions

template<class TImage >
ConstNeighborhoodIterator< TImage > itk::operator+ (const ConstNeighborhoodIterator< TImage > &it, const typename ConstNeighborhoodIterator< TImage >::OffsetType &ind)
 
template<class TImage >
ConstNeighborhoodIterator< TImage > itk::operator+ (const typename ConstNeighborhoodIterator< TImage >::OffsetType &ind, const ConstNeighborhoodIterator< TImage > &it)
 
template<class TImage >
ConstNeighborhoodIterator< TImage > itk::operator- (const ConstNeighborhoodIterator< TImage > &it, const typename ConstNeighborhoodIterator< TImage >::OffsetType &ind)
 

Macro Definition Documentation

#define ITK_TEMPLATE_ConstNeighborhoodIterator (   _,
  EXPORT,
  x,
 
)
Value:
namespace itk { \
_(2(class EXPORT ConstNeighborhoodIterator< ITK_TEMPLATE_2 x >)) \
namespace Templates { typedef ConstNeighborhoodIterator< ITK_TEMPLATE_2 x > \
ConstNeighborhoodIterator##y; } \
}

Definition at line 546 of file itkConstNeighborhoodIterator.h.


Generated at Sun May 19 2013 01:02:03 for Orfeo Toolbox with doxygen 1.8.3.1