MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Classes | Namespaces | Typedefs
mdsVector.h File Reference

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2010 by Michal Spanel
. More...

#include "mdsMatrix.h"
#include "mdsStaticVector.h"
#include "mdsVector.hxx"

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)
Copyright (c) 2003-2005 by Michal Spanel


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< intmds::math::CIVector
 Dynamic vector of int numbers.
typedef CIVector::tSmartPtr mds::math::CIVectorPtr
 Pointer to a dynamic vector of int numbers.

Detailed Description

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2010 by Michal Spanel
.

Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2003/12/05

Id:
mdsVector.h 2097 2012-02-16 20:19:05Z spanel

Description: