ITK  5.2.0
Insight Toolkit
Public Member Functions | Private Types | Static Private Member Functions | Private Attributes | Static Private Attributes | List of all members
itk::Experimental::BufferedImageNeighborhoodPixelAccessPolicy< TImage > Class Template Referencefinal

#include <itkBufferedImageNeighborhoodPixelAccessPolicy.h>

Public Member Functions

 BufferedImageNeighborhoodPixelAccessPolicy ()=delete
 
 BufferedImageNeighborhoodPixelAccessPolicy (const BufferedImageNeighborhoodPixelAccessPolicy &) noexcept=default
 
BufferedImageNeighborhoodPixelAccessPolicyoperator= (const BufferedImageNeighborhoodPixelAccessPolicy &)=delete
 
 ~BufferedImageNeighborhoodPixelAccessPolicy ()=default
 
 BufferedImageNeighborhoodPixelAccessPolicy (const ImageSizeType &imageSize, const OffsetType &offsetTable, const NeighborhoodAccessorFunctorType &neighborhoodAccessor, const IndexType &pixelIndex) noexcept
 
PixelType GetPixelValue (const InternalPixelType *const imageBufferPointer) const noexcept
 
void SetPixelValue (InternalPixelType *const imageBufferPointer, const PixelType &pixelValue) const noexcept
 

Private Types

using ImageDimensionType = typename TImage::ImageDimensionType
 
using ImageSizeType = Size< ImageDimension >
 
using IndexType = Index< ImageDimension >
 
using InternalPixelType = typename TImage::InternalPixelType
 
using NeighborhoodAccessorFunctorType = typename TImage::NeighborhoodAccessorFunctorType
 
using OffsetType = Offset< ImageDimension >
 
using PixelType = typename TImage::PixelType
 

Static Private Member Functions

static IndexValueType CalculatePixelIndexValue (const ImageSizeType &imageSize, const OffsetType &offsetTable, const IndexType &pixelIndex) noexcept
 

Private Attributes

const NeighborhoodAccessorFunctorTypem_NeighborhoodAccessor
 
const IndexValueType m_PixelIndexValue
 

Static Private Attributes

static constexpr ImageDimensionType ImageDimension = TImage::ImageDimension
 

Detailed Description

template<typename TImage>
class itk::Experimental::BufferedImageNeighborhoodPixelAccessPolicy< TImage >

ImageNeighborhoodPixelAccessPolicy class for ShapedImageNeighborhoodRange. Allows getting and setting the value of a pixel, located in a specified neighborhood location, at a specified offset. Assumes that the pixel index is within the buffered region.

Note
This policy offers faster pixel access than other pixel access policies, because it does not do any bounds checking or border extrapolation. An attempt to access pixels outside the buffered region will have undefined behavior.
Author
Niels Dekker, LKEB, Leiden University Medical Center
See also
ShapedNeighborhoodIterator
ConstantBoundaryImageNeighborhoodPixelAccessPolicy
ZeroFluxNeumannImageNeighborhoodPixelAccessPolicy

Definition at line 53 of file itkBufferedImageNeighborhoodPixelAccessPolicy.h.

Member Typedef Documentation

◆ ImageDimensionType

template<typename TImage >
using itk::Experimental::BufferedImageNeighborhoodPixelAccessPolicy< TImage >::ImageDimensionType = typename TImage::ImageDimensionType
private

◆ ImageSizeType

◆ IndexType

template<typename TImage >
using itk::Experimental::BufferedImageNeighborhoodPixelAccessPolicy< TImage >::IndexType = Index<ImageDimension>
private

◆ InternalPixelType

template<typename TImage >
using itk::Experimental::BufferedImageNeighborhoodPixelAccessPolicy< TImage >::InternalPixelType = typename TImage::InternalPixelType
private

◆ NeighborhoodAccessorFunctorType

template<typename TImage >
using itk::Experimental::BufferedImageNeighborhoodPixelAccessPolicy< TImage >::NeighborhoodAccessorFunctorType = typename TImage::NeighborhoodAccessorFunctorType
private

◆ OffsetType

◆ PixelType

template<typename TImage >
using itk::Experimental::BufferedImageNeighborhoodPixelAccessPolicy< TImage >::PixelType = typename TImage::PixelType
private

Constructor & Destructor Documentation

◆ BufferedImageNeighborhoodPixelAccessPolicy() [1/3]

◆ ~BufferedImageNeighborhoodPixelAccessPolicy()

◆ BufferedImageNeighborhoodPixelAccessPolicy() [2/3]

◆ BufferedImageNeighborhoodPixelAccessPolicy() [3/3]

template<typename TImage >
itk::Experimental::BufferedImageNeighborhoodPixelAccessPolicy< TImage >::BufferedImageNeighborhoodPixelAccessPolicy ( const ImageSizeType imageSize,
const OffsetType offsetTable,
const NeighborhoodAccessorFunctorType neighborhoodAccessor,
const IndexType pixelIndex 
)
inlinenoexcept

Constructor called directly by the pixel proxy of ShapedImageNeighborhoodRange.

Note
The parameter pixelIndex is assumed to be in the buffered region.

Definition at line 109 of file itkBufferedImageNeighborhoodPixelAccessPolicy.h.

References itk::Experimental::BufferedImageNeighborhoodPixelAccessPolicy< TImage >::CalculatePixelIndexValue().

Member Function Documentation

◆ CalculatePixelIndexValue()

template<typename TImage >
static IndexValueType itk::Experimental::BufferedImageNeighborhoodPixelAccessPolicy< TImage >::CalculatePixelIndexValue ( const ImageSizeType imageSize,
const OffsetType offsetTable,
const IndexType pixelIndex 
)
inlinestaticprivatenoexcept

◆ GetPixelValue()

template<typename TImage >
PixelType itk::Experimental::BufferedImageNeighborhoodPixelAccessPolicy< TImage >::GetPixelValue ( const InternalPixelType *const  imageBufferPointer) const
inlinenoexcept

◆ operator=()

◆ SetPixelValue()

template<typename TImage >
void itk::Experimental::BufferedImageNeighborhoodPixelAccessPolicy< TImage >::SetPixelValue ( InternalPixelType *const  imageBufferPointer,
const PixelType pixelValue 
) const
inlinenoexcept

Member Data Documentation

◆ ImageDimension

template<typename TImage >
constexpr ImageDimensionType itk::Experimental::BufferedImageNeighborhoodPixelAccessPolicy< TImage >::ImageDimension = TImage::ImageDimension
staticconstexprprivate

◆ m_NeighborhoodAccessor

template<typename TImage >
const NeighborhoodAccessorFunctorType& itk::Experimental::BufferedImageNeighborhoodPixelAccessPolicy< TImage >::m_NeighborhoodAccessor
private

◆ m_PixelIndexValue

template<typename TImage >
const IndexValueType itk::Experimental::BufferedImageNeighborhoodPixelAccessPolicy< TImage >::m_PixelIndexValue
private

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