MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Classes | Namespaces | Functions
Math/VectorFunctions/mdsConversion.h File Reference

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

#include <MDSTk/Base/mdsStaticAssert.h>
#include <MDSTk/Math/mdsStaticVector.h>
#include "mdsConversion.hxx"

Classes

struct  mds::math::SFundamentalType
 Helper structure used to create vector from fundamental types. More...
struct  mds::math::SMakeVector< T >
 Helper structure used to create vector from fundamental types. More...
struct  mds::math::SVectorType
 Helper structure used to create vector from fundamental types. More...

Namespaces

namespace  mds
 

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


namespace  mds::math

Functions

template<typename T >
SMakeVector< T >::tResult mds::math::makeVector (const T &Value)
 Returns reference to a vector.
template<typename T >
const T & mds::math::makeVectorImpl (const T &Value, SVectorType)
 Specialization of the function.
template<typename T >
T & mds::math::makeVectorImpl (T &Value, SVectorType)
 Specialization of the function.
template<typename T >
CStaticVector< T, 1 > mds::math::makeVectorImpl (T &Value, SFundamentalType)
 Specialization of the function.
template<typename T >
CStaticVector< T, 1 > mds::math::makeVectorImpl (const T &Value, SFundamentalType)
 Specialization of the function.

Detailed Description

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

Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2006/09/15

Id:
mdsConversion.h 1707 2010-05-05 11:00:46Z spanel

Description: