18#ifndef itkLevelSetNode_h
19#define itkLevelSetNode_h
44template <
typename TPixel,
unsigned int VSetDimension = 2>
Pixel-wise addition of two images.
Represent a node in a level set.
bool operator>(const Self &node) const
bool operator<(const Self &node) const
void SetIndex(const IndexType &input)
const PixelType & GetValue() const
bool operator>=(const Self &node) const
Self & operator=(const Self &rhs)
bool operator<=(const Self &node) const
Index< VSetDimension > IndexType
const IndexType & GetIndex() const
void SetValue(const PixelType &input)
LevelSetNode(const Self &node)
static constexpr unsigned int SetDimension
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Represent a n-dimensional index in a n-dimensional image.
void Fill(IndexValueType value)