|
class | vctVarStrideNArrayIterator< _ownerType, _forward > |
|
class | vctVarStrideNArrayConstIterator< _ownerType, _forward > |
|
class | vctFixedSizeConstVectorBase< _size, _stride, _elementType, _dataPtrType > |
| A template for a fixed length vector with fixed spacing in memory. More...
|
|
class | vctFixedSizeVectorBase< _size, _stride, _elementType, _dataPtrType > |
| A template for a fixed length vector with fixed spacing in memory. More...
|
|
class | vctFixedSizeConstVectorRef< _elementType, _size, _stride > |
| An implementation of the ``abstract'' vctFixedSizeConstVectorBase. More...
|
|
class | vctFixedSizeVectorRef< _elementType, _size, _stride > |
| An implementation of the ``abstract'' vctFixedSizeVectorBase. More...
|
|
class | vctFixedSizeVector< _elementType, _size > |
| Implementation of a fixed-size vector using template metaprogramming. More...
|
|
class | vctFixedSizeConstMatrixBase< _rows, _cols, _rowStride, _colStride, _elementType, _dataPtrType > |
| A template for a fixed size matrix with fixed spacing in memory. More...
|
|
class | vctFixedSizeMatrixBase< _rows, _cols, _rowStride, _colStride, _elementType, _dataPtrType > |
| A template for a fixed size matrix with fixed spacings in memory. More...
|
|
class | vctFixedSizeConstMatrixRef< _elementType, _rows, _cols, _rowStride, _colStride > |
| An implementation of the ``abstract'' vctFixedSizeConstMatrixBase. More...
|
|
class | vctFixedSizeMatrixRef< _elementType, _rows, _cols, _rowStride, _colStride > |
| An implementation of the ``abstract'' vctFixedSizeMatrixBase. More...
|
|
class | vctFixedSizeMatrix< _elementType, _rows, _cols, _rowMajor > |
| Implementation of a fixed-size matrix using template metaprogramming. More...
|
|
class | vctDynamicConstVectorBase< _vectorOwnerType, _elementType > |
|
class | vctDynamicVectorBase< _vectorOwnerType, _elementType > |
|
class | vctDynamicConstVectorRef< _elementType > |
| Dynamic vector referencing existing memory (const) More...
|
|
class | vctDynamicVectorRef< _elementType > |
| Dynamic vector referencing existing memory. More...
|
|
class | vctDynamicVector< _elementType > |
| A vector object of dynamic size. More...
|
|
class | vctReturnDynamicVector< _elementType > |
|
class | vctDynamicVectorOwner< _elementType > |
|
class | vctDynamicVectorRefOwner< _elementType > |
|
class | vctDynamicConstMatrixBase< _matrixOwnerType, _elementType > |
|
class | vctDynamicMatrixBase< _matrixOwnerType, _elementType > |
|
class | vctDynamicConstMatrixRef< _elementType > |
| Dynamic matrix referencing existing memory (const) More...
|
|
class | vctDynamicMatrixRef< _elementType > |
| Dynamic matrix referencing existing memory. More...
|
|
class | vctDynamicMatrix< _elementType > |
| A matrix object of dynamic size. More...
|
|
class | vctReturnDynamicMatrix< _elementType > |
|
class | vctDynamicMatrixOwner< _elementType > |
|
class | vctDynamicMatrixRefOwner< _elementType > |
|
class | vctDynamicConstNArrayBase< _nArrayOwnerType, _elementType, _dimension > |
|
class | vctDynamicNArrayBase< _nArrayOwnerType, _elementType, _dimension > |
|
class | vctDynamicConstNArrayRef< _elementType, _dimension > |
| Dynamic nArray referencing existing memory (const) More...
|
|
class | vctDynamicNArrayRef< _elementType, _dimension > |
| Dynamic nArray referencing existing memory. More...
|
|
class | vctDynamicNArray< _elementType, _dimension > |
| An nArray object of dynamic size. More...
|
|
class | vctReturnDynamicNArray< _elementType, _dimension > |
|
class | vctDynamicNArrayOwner< _elementType, _dimension > |
|
class | vctDynamicNArrayRefOwner< _elementType, _dimension > |
|
class | vctMatrixRotation3ConstBase< _containerType > |
| Define a rotation matrix for a space of dimension 3. More...
|
|
class | vctMatrixRotation3Base< _containerType > |
| Define a rotation matrix for a space of dimension 3. More...
|
|
class | vctMatrixRotation3< _elementType, _rowMajor > |
| Define a rotation matrix for a space of dimension 3. More...
|
|
class | vctMatrixRotation3Ref< _elementType, _rowStride, _colStride > |
| Define a rotation matrix for a space of dimension 3. More...
|
|
class | vctMatrixRotation3ConstRef< _elementType, _rowStride, _colStride > |
| Define a rotation matrix for a space of dimension 3. More...
|
|
class | vctQuaternionBase< _containerType > |
| Define a quaternion container. More...
|
|
class | vctQuaternionRotation3Base< _containerType > |
| Define a rotation quaternion for a space of dimension 3. More...
|
|
class | vctAxisAngleRotation3< _elementType > |
| Define a rotation based on an axis and an angle for a space of dimension 3. More...
|
|
class | vctRodriguezRotation3Base< _containerType > |
| Define a rotation based on the rodriguez representation for a space of dimension 3. More...
|
|
class | vctRodriguezRotation3< _elementType > |
| Define a rotation based on the rodriguez representation for a space of dimension 3. This representation is based on a vector. The direction of the vector determines the axis of rotation and its norm defines the amplitude of the rotation. More...
|
|
class | vctEulerRotation3< _order > |
|
class | vctMatrixRotation2Base< _containerType > |
| Define a rotation matrix for a space of dimension 2. More...
|
|
class | vctFrameBase< _rotationType > |
| Template base class for a frame. More...
|
|
class | vctFrame4x4ConstBase< _containerType > |
| Template base class for a 4x4 frame. More...
|
|
class | vctFrame4x4Base< _containerType > |
| Template base class for a 4x4 frame. More...
|
|
class | vctFrame4x4< _elementType, _rowMajor > |
| Template base class for a 4x4 frame. More...
|
|
Forward declarations and #define for cisstVector.