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

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

#include <MDSTk/Base/mdsSharedPtr.h>
#include <MDSTk/Base/mdsRefData.h>
#include <MDSTk/Math/mdsVector.h>
#include <MDSTk/Math/mdsMatrix.h>
#include "mdsArray.hxx"

Classes

class  mds::img::CArray< T >
 Class template providing basic vector operations. More...

Namespaces

namespace  mds
 

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


namespace  mds::img
namespace  mds::math

Typedefs

typedef CArray< double > mds::img::CDArray
 Array of doubles.
typedef CDArray::tSmartPtr mds::img::CDArrayPtr
 Pointer to a vector of doubles.
typedef CArray< float > mds::img::CFArray
 Array of float numbers.
typedef CFArray::tSmartPtr mds::img::CFArrayPtr
 Pointer to a vector of float numbers.
typedef CArray< intmds::img::CIArray
 Array of int numbers.
typedef CIArray::tSmartPtr mds::img::CIArrayPtr
 Pointer to a 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:$

Description: