|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkZeroFluxNeumannBoundaryCondition_h
19 #define itkZeroFluxNeumannBoundaryCondition_h
57 template <
typename TInputImage,
typename TOutputImage = TInputImage>
81 static constexpr
unsigned int ImageDimension = Superclass::ImageDimension;
113 GetInputRequestedRegion(
const RegionType & inputLargestPossibleRegion,
114 const RegionType & outputRequestedRegion)
const override;
124 GetPixel(
const IndexType & index,
const TInputImage * image)
const override;
128 #ifndef ITK_MANUAL_INSTANTIATION
129 # include "itkZeroFluxNeumannBoundaryCondition.hxx"
typename TSparseImageType ::PixelType OutputPixelType
Represent a n-dimensional index in a n-dimensional image.
typename TSparseImageType ::PixelType PixelType
An image region represents a structured region of data.
A light-weight container object for storing an N-dimensional neighborhood of values.
ImageBaseType::SizeType SizeType
A virtual base object that defines an interface to a class of boundary condition objects for use by n...
typename TSparseImageType ::NeighborhoodAccessorFunctorType NeighborhoodAccessorFunctorType
ImageBaseType::IndexType IndexType
ImageBaseType::RegionType RegionType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
A function object that determines a neighborhood of values at an image boundary according to a Neuman...
typename TSparseImageType ::InternalPixelType * PixelPointerType