18 #ifndef itkContinuousIndex_h
19 #define itkContinuousIndex_h
44 template<
typename TCoordRep =
double,
unsigned int VIndexDimension = 2 >
83 for (
unsigned int i = 0; i < VIndexDimension; i++ )
85 ( *this )[i] = TCoordRep(index[i]);
static constexpr unsigned int IndexDimension
FixedArray< TCoordRep, NPointDimension > BaseArray
Represent a n-dimensional index in a n-dimensional image.
ContinuousIndex(const ValueType r[IndexDimension])
typename BaseArray::Iterator Iterator
typename Superclass::BaseArray BaseArray
~ContinuousIndex()=default
ContinuousIndex()=default
A templated class holding a point in n-Dimensional image space.
typename BaseArray::ConstIterator ConstIterator
ContinuousIndex & operator=(const ContinuousIndex &)=default
A templated class holding a geometric point in n-Dimensional space.
ContinuousIndex(const IndexType &index)