ITK  5.0.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Macros
itkConnectedImageNeighborhoodShape.h File Reference
#include "itkOffset.h"
#include <array>
#include <cassert>
#include <cstdint>
#include <limits>
+ Include dependency graph for itkConnectedImageNeighborhoodShape.h:

Go to the source code of this file.

Classes

class  itk::Experimental::ConnectedImageNeighborhoodShape< VImageDimension >
 

Namespaces

 itk
 
 itk::Experimental
 

Macros

#define ITK_X_ASSERT(CHECK)   ( (CHECK) ? void(0) : []{assert(!#CHECK);}() )
 

Functions

template<unsigned int VImageDimension, std::vcl_size_t VMaximumCityblockDistance, bool VIncludeCenterPixel>
std::array< Offset
< VImageDimension >
, ConnectedImageNeighborhoodShape
< VImageDimension >
::CalculateNumberOfOffsets(VMaximumCityblockDistance,
VIncludeCenterPixel)> 
itk::Experimental::GenerateConnectedImageNeighborhoodShapeOffsets () noexcept
 

Macro Definition Documentation

#define ITK_X_ASSERT (   CHECK)    ( (CHECK) ? void(0) : []{assert(!#CHECK);}() )