![]() |
MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
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. | |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2010 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2006/09/15
Description:
| SMakeVector<T>::tResult makeVector | ( | const T & | Value | ) |
| const T& makeVectorImpl | ( | const T & | Value, |
| SVectorType | |||
| ) |
Specialization of the function.
| T& makeVectorImpl | ( | T & | Value, |
| SVectorType | |||
| ) |
Specialization of the function.
| CStaticVector<T,1> makeVectorImpl | ( | T & | Value, |
| SFundamentalType | |||
| ) |
Specialization of the function.
| CStaticVector<T,1> makeVectorImpl | ( | const T & | Value, |
| SFundamentalType | |||
| ) |
Specialization of the function.
1.7.6.1