MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Functions
Math/VectorFunctions/mdsConversion.hxx File Reference

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

Functions

template<typename T >
SMakeVector< T >::tResult makeVector (const T &Value)
template<typename T >
const T & makeVectorImpl (const T &Value, SVectorType)
 Specialization of the function.
template<typename T >
T & makeVectorImpl (T &Value, SVectorType)
 Specialization of the function.
template<typename T >
CStaticVector< T, 1 > makeVectorImpl (T &Value, SFundamentalType)
 Specialization of the function.
template<typename T >
CStaticVector< T, 1 > 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.hxx 1718 2010-05-13 11:12:10Z spanel

Description:


Function Documentation

template<typename T >
SMakeVector<T>::tResult makeVector ( const T &  Value)
template<typename T >
const T& makeVectorImpl ( const T &  Value,
SVectorType   
)

Specialization of the function.

template<typename T >
T& makeVectorImpl ( T &  Value,
SVectorType   
)

Specialization of the function.

template<typename T >
CStaticVector<T,1> makeVectorImpl ( T &  Value,
SFundamentalType   
)

Specialization of the function.

template<typename T >
CStaticVector<T,1> makeVectorImpl ( const T &  Value,
SFundamentalType   
)

Specialization of the function.