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