MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
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) | |
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. |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2010 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2006/09/15
Description: