MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2010 by Michal Spanel
.
More...
Classes | |
class | mds::math::CVector< T > |
Class template providing basic dense vector operations. More... | |
struct | mds::math::CVectorTraits< CVector< T > > |
Namespaces | |
namespace | mds |
Medical Data Segmentation Toolkit (MDSTk) | |
namespace | mds::math |
Typedefs | |
typedef CVector< double > | mds::math::CDVector |
Dynamic vector of doubles. | |
typedef CDVector::tSmartPtr | mds::math::CDVectorPtr |
Pointer to a dynamic vector of doubles. | |
typedef CVector< float > | mds::math::CFVector |
Dynamic vector of float numbers. | |
typedef CFVector::tSmartPtr | mds::math::CFVectorPtr |
Pointer to a dynamic vector of float numbers. | |
typedef CVector< int > | mds::math::CIVector |
Dynamic vector of int numbers. | |
typedef CIVector::tSmartPtr | mds::math::CIVectorPtr |
Pointer to a dynamic vector of int numbers. |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2010 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2003/12/05
Description: