18#ifndef itkLevelSetVelocityNeighborhoodExtractor_h
19#define itkLevelSetVelocityNeighborhoodExtractor_h
53template <
typename TLevelSet,
typename TAuxValue,
unsigned int VAuxDimension = 1>
75 static constexpr unsigned int SetDimension = LevelSetType::SetDimension;
93 if (idx < VAuxDimension && m_AuxImage[idx] != ptr)
95 m_AuxImage[idx] = ptr;
105 if (idx >= VAuxDimension)
111 return m_AuxImage[idx];
143#ifndef ITK_MANUAL_INSTANTIATION
144# include "itkLevelSetVelocityNeighborhoodExtractor.hxx"
Level set auxiliary variables type information.
typename AuxImageType::ConstPointer AuxImageConstPointer
typename AuxImageType::Pointer AuxImagePointer
Templated n-dimensional image class.
Control indentation during Print() invocation.
Level set type information.
Light weight base class for most itk classes.
Base class for most ITK classes.
A templated class holding a n-Dimensional vector.
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
SmartPointer< Self > Pointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Represent a n-dimensional index in a n-dimensional image.