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

Detailed Description

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

Definition at line 101 of file itkShapedImageNeighborhoodRange.h.

Static Public Attributes

static constexpr bool HasPixelAccessParameterType
 

Static Private Member Functions

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

Member Function Documentation

◆ Test() [1/2]

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

◆ Test() [2/2]

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

Member Data Documentation

◆ HasPixelAccessParameterType

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

Definition at line 118 of file itkShapedImageNeighborhoodRange.h.


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