18 #ifndef itkLevelSetVelocityNeighborhoodExtractor_h
19 #define itkLevelSetVelocityNeighborhoodExtractor_h
56 unsigned int VAuxDimension = 1
83 typedef::itk::Index< itkGetStaticConstMacro(SetDimension) >
Index;
98 if ( idx < VAuxDimension &&
m_AuxImage[idx] != ptr )
109 if ( idx >= VAuxDimension )
140 void operator=(const Self &);
149 #ifndef ITK_MANUAL_INSTANTIATION
150 #include "itkLevelSetVelocityNeighborhoodExtractor.hxx"
Level set auxiliary variables type information.
Light weight base class for most itk classes.
A templated class holding a n-Dimensional vector.
virtual void Modified() const
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
Control indentation during Print() invocation.
Level set type information.
Represent a n-dimensional index in a n-dimensional image.
static const unsigned int SetDimension
Templated n-dimensional image class.