MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel
.
More...
Classes | |
struct | mds::SCheckIdentity< T, U > |
Checks if template parameters T and U are identical. More... | |
struct | mds::SCheckIdentity< T, T > |
Partial specialization. More... | |
struct | mds::SInt2Type< Value > |
Converts integer value to type. More... | |
class | mds::SIsConversion< T, U > |
Checks convertibility of T type to U type. More... | |
struct | mds::SIsDerived< T, U > |
Checks if T class is derived from U class. More... | |
struct | mds::SIsIntType< T, i > |
Checks if a given type is integer and compares the value. More... | |
struct | mds::SIsIntType< SInt2Type< i >, i > |
Partial specialization! More... | |
struct | mds::SNotIntType< T, i > |
Checks if a given type is not integer. More... | |
struct | mds::SSelect< Flag, T, U > |
Selects one of two types based upon a boolean constant. More... | |
struct | mds::SSelect< false, T, U > |
Partial specialization for false 'Flag'. More... | |
struct | mds::SSelectInt< Flag, T, U > |
Selects one of two integers based upon a boolean constant. More... | |
struct | mds::SSelectInt< false, T, U > |
Partial specialization for false 'Flag'. More... | |
class | mds::SIsConversion< T, U >::tBig |
struct | mds::tNull |
Used as a placeholder for "no type here". More... | |
Namespaces | |
namespace | mds |
Medical Data Segmentation Toolkit (MDSTk) |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel
.
Modified by: Michal Spanel, spanel@fit.vutbr.cz
Date: 2004/12/13
This code is inspired with The Loki Library which accompanies the famous book: Alexandrescu, Andrei. "Modern C++ Design: Generic Programming and Design Patterns Applied". Copyright (c) 2001. Addison-Wesley.
The Loki Library Copyright (c) 2001 by Andrei Alexandrescu Permission to use, copy, modify, distribute and sell this software for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation.
Description: