ITK  5.0.0
Insight Segmentation and Registration Toolkit
Static Public Attributes | Static Private Member Functions | List of all members
itk::Experimental::ShapedImageNeighborhoodRange< TImage, TImageNeighborhoodPixelAccessPolicy >::CheckPolicy Class Reference

Detailed Description

template<typename TImage, typename TImageNeighborhoodPixelAccessPolicy = ZeroFluxNeumannImageNeighborhoodPixelAccessPolicy<TImage>>
class itk::Experimental::ShapedImageNeighborhoodRange< TImage, TImageNeighborhoodPixelAccessPolicy >::CheckPolicy

Definition at line 103 of file itkShapedImageNeighborhoodRange.h.

Static Public Attributes

static constexpr bool HasPixelAccessParameterType
 

Static Private Member Functions

template<typename T >
static int Test (typename T::PixelAccessParameterType *)
 
template<typename T >
static void Test (...)
 

Member Function Documentation

template<typename TImage , typename TImageNeighborhoodPixelAccessPolicy = ZeroFluxNeumannImageNeighborhoodPixelAccessPolicy<TImage>>
template<typename T >
static int itk::Experimental::ShapedImageNeighborhoodRange< TImage, TImageNeighborhoodPixelAccessPolicy >::CheckPolicy::Test ( typename T::PixelAccessParameterType *  )
staticprivate
template<typename TImage , typename TImageNeighborhoodPixelAccessPolicy = ZeroFluxNeumannImageNeighborhoodPixelAccessPolicy<TImage>>
template<typename T >
static void itk::Experimental::ShapedImageNeighborhoodRange< TImage, TImageNeighborhoodPixelAccessPolicy >::CheckPolicy::Test (   ...)
staticprivate

Member Data Documentation

template<typename TImage , typename TImageNeighborhoodPixelAccessPolicy = ZeroFluxNeumannImageNeighborhoodPixelAccessPolicy<TImage>>
constexpr bool itk::Experimental::ShapedImageNeighborhoodRange< TImage, TImageNeighborhoodPixelAccessPolicy >::CheckPolicy::HasPixelAccessParameterType
static
Initial value:
= ! std::is_same<
decltype(Test<TImageNeighborhoodPixelAccessPolicy>(nullptr)),
decltype(Test<TImageNeighborhoodPixelAccessPolicy>())>::value

Definition at line 118 of file itkShapedImageNeighborhoodRange.h.


The documentation for this class was generated from the following file: