18#ifndef itkLevelSetVelocityNeighborhoodExtractor_h
19#define itkLevelSetVelocityNeighborhoodExtractor_h
51template <
typename TLevelSet,
typename TAuxValue,
unsigned int VAuxDimension = 1>
91 if (idx < VAuxDimension &&
m_AuxImage[idx] != ptr)
103 if (idx >= VAuxDimension)
138#ifndef ITK_MANUAL_INSTANTIATION
139# include "itkLevelSetVelocityNeighborhoodExtractor.hxx"
Level set auxiliary variables type information.
Image< AuxValueType, VSetDimension > AuxImageType
VectorContainer< unsigned int, AuxValueVectorType > AuxValueContainer
typename AuxImageType::ConstPointer AuxImageConstPointer
Vector< TAuxValue, VAuxDimension > AuxValueVectorType
typename AuxImageType::Pointer AuxImagePointer
Control indentation during Print() invocation.
Level set type information.
static constexpr unsigned int SetDimension
virtual void Modified() const
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Represent a n-dimensional index in a n-dimensional image.