#include <itkContinuousIndex.h>
Inheritance diagram for itk::ContinuousIndex< TCoordRep, VIndexDimension >:
Public Types | |
typedef ContinuousIndex | Self |
typedef Point< TCoordRep, VIndexDimension > | Superclass |
typedef TCoordRep | ValueType |
typedef TCoordRep | CoordRepType |
typedef Index< VIndexDimension > | IndexType |
typedef Superclass::BaseArray | BaseArray |
typedef BaseArray::Iterator | Iterator |
typedef BaseArray::ConstIterator | ConstIterator |
Public Member Functions | |
itkStaticConstMacro (IndexDimension, unsigned int, VIndexDimension) | |
ContinuousIndex () | |
ContinuousIndex (const Self &r) | |
ContinuousIndex (const ValueType r[IndexDimension]) | |
ContinuousIndex (const IndexType &index) |
ContinuousIndex is a templated class that holds a set of coordinates (components). The template parameter TCoordRep can be any data type that behaves like a primitive (or atomic) data type (int, short, float, complex). The VIndexDimension defines the number of components in the continous index array.
Definition at line 45 of file itkContinuousIndex.h.
|
The Array type from which this Vector is derived. Reimplemented from itk::Point< TCoordRep, VIndexDimension >. Definition at line 64 of file itkContinuousIndex.h. |
|
A const iterator through the array. Reimplemented from itk::Point< TCoordRep, VIndexDimension >. Definition at line 66 of file itkContinuousIndex.h. |
|
Reimplemented from itk::Point< TCoordRep, VIndexDimension >. Definition at line 55 of file itkContinuousIndex.h. |
|
Corresponding discrete index type Definition at line 61 of file itkContinuousIndex.h. |
|
An iterator through the array. Reimplemented from itk::Point< TCoordRep, VIndexDimension >. Definition at line 65 of file itkContinuousIndex.h. |
|
Standard class typedefs. Reimplemented from itk::Point< TCoordRep, VIndexDimension >. Definition at line 49 of file itkContinuousIndex.h. Referenced by itk::ContinuousIndex< TCoordRep, VIndexDimension >::ContinuousIndex(). |
|
Reimplemented from itk::Point< TCoordRep, VIndexDimension >. Definition at line 50 of file itkContinuousIndex.h. Referenced by itk::ContinuousIndex< TCoordRep, VIndexDimension >::ContinuousIndex(). |
|
ValueType can be used to declare a variable that is the same type as a data element held in an Point. Reimplemented from itk::Point< TCoordRep, VIndexDimension >. Definition at line 54 of file itkContinuousIndex.h. Referenced by itk::ContinuousIndex< TCoordRep, VIndexDimension >::ContinuousIndex(). |
|
Default constructor has nothing to do. Definition at line 69 of file itkContinuousIndex.h. |
|
Pass-through constructor to the Point base class. Definition at line 72 of file itkContinuousIndex.h. References itk::ContinuousIndex< TCoordRep, VIndexDimension >::Self, and itk::ContinuousIndex< TCoordRep, VIndexDimension >::Superclass. |
|
Pass-through constructor to the Point base class. Definition at line 74 of file itkContinuousIndex.h. References itk::ContinuousIndex< TCoordRep, VIndexDimension >::Superclass, and itk::ContinuousIndex< TCoordRep, VIndexDimension >::ValueType. |
|
Construct from discrete index type Definition at line 78 of file itkContinuousIndex.h. |
|
Dimension of the Space |