ITK  5.2.0
Insight Toolkit
Public Member Functions | Public Attributes | List of all members
itk::Experimental::ShapedImageNeighborhoodRange< TImage, TImageNeighborhoodPixelAccessPolicy >::RegionData Struct Reference

Public Member Functions

 RegionData () noexcept=default
 
 RegionData (const ImageRegionType &imageRegion)
 

Public Attributes

IndexType m_Index { {} }
 
ImageSizeType m_Size { {} }
 

Detailed Description

template<typename TImage, typename TImageNeighborhoodPixelAccessPolicy = ZeroFluxNeumannImageNeighborhoodPixelAccessPolicy<TImage>>
struct itk::Experimental::ShapedImageNeighborhoodRange< TImage, TImageNeighborhoodPixelAccessPolicy >::RegionData

Definition at line 600 of file itkShapedImageNeighborhoodRange.h.

Constructor & Destructor Documentation

◆ RegionData() [1/2]

template<typename TImage , typename TImageNeighborhoodPixelAccessPolicy = ZeroFluxNeumannImageNeighborhoodPixelAccessPolicy<TImage>>
itk::Experimental::ShapedImageNeighborhoodRange< TImage, TImageNeighborhoodPixelAccessPolicy >::RegionData::RegionData ( )
defaultnoexcept

◆ RegionData() [2/2]

template<typename TImage , typename TImageNeighborhoodPixelAccessPolicy = ZeroFluxNeumannImageNeighborhoodPixelAccessPolicy<TImage>>
itk::Experimental::ShapedImageNeighborhoodRange< TImage, TImageNeighborhoodPixelAccessPolicy >::RegionData::RegionData ( const ImageRegionType imageRegion)
inlineexplicit

Definition at line 607 of file itkShapedImageNeighborhoodRange.h.

Member Data Documentation

◆ m_Index

template<typename TImage , typename TImageNeighborhoodPixelAccessPolicy = ZeroFluxNeumannImageNeighborhoodPixelAccessPolicy<TImage>>
IndexType itk::Experimental::ShapedImageNeighborhoodRange< TImage, TImageNeighborhoodPixelAccessPolicy >::RegionData::m_Index { {} }

◆ m_Size

template<typename TImage , typename TImageNeighborhoodPixelAccessPolicy = ZeroFluxNeumannImageNeighborhoodPixelAccessPolicy<TImage>>
ImageSizeType itk::Experimental::ShapedImageNeighborhoodRange< TImage, TImageNeighborhoodPixelAccessPolicy >::RegionData::m_Size { {} }

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