ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <vector>
#include <cstring>
#include <iostream>
#include "itkImage.h"
#include "itkNeighborhood.h"
#include "itkMacro.h"
#include "itkConstNeighborhoodIteratorWithOnlyIndex.hxx"
Go to the source code of this file.
Classes | |
class | itk::ConstNeighborhoodIteratorWithOnlyIndex< TImage > |
Namespaces | |
namespace | itk |
Functions | |
template<class TImage > | |
ConstNeighborhoodIteratorWithOnlyIndex < TImage > | itk::operator+ (const ConstNeighborhoodIteratorWithOnlyIndex< TImage > &it, const typename ConstNeighborhoodIteratorWithOnlyIndex< TImage >::OffsetType &ind) |
template<class TImage > | |
ConstNeighborhoodIteratorWithOnlyIndex < TImage > | itk::operator+ (const typename ConstNeighborhoodIteratorWithOnlyIndex< TImage >::OffsetType &ind, const ConstNeighborhoodIteratorWithOnlyIndex< TImage > &it) |
template<class TImage > | |
ConstNeighborhoodIteratorWithOnlyIndex < TImage > | itk::operator- (const ConstNeighborhoodIteratorWithOnlyIndex< TImage > &it, const typename ConstNeighborhoodIteratorWithOnlyIndex< TImage >::OffsetType &ind) |