MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel
.
More...
Classes | |
class | mds::img::CPixelTraits< T > |
struct | mds::img::SIsFilterable< T > |
Primary template. More... | |
struct | mds::img::SIsFilterable< tDensityPixel > |
struct | mds::img::SIsFilterable< tFloatPixel > |
struct | mds::img::SIsFilterable< tPixel16 > |
struct | mds::img::SIsFilterable< tPixel32 > |
struct | mds::img::SIsFilterable< tPixel8 > |
Namespaces | |
namespace | mds |
Medical Data Segmentation Toolkit (MDSTk) | |
namespace | mds::img |
Defines | |
#define | FILTER_RESPONSE_TYPE(T, R) |
Macro to specialize filter response types. |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2004/05/18
Description:
#define FILTER_RESPONSE_TYPE | ( | T, | |
R | |||
) |
template <> \ struct SIsFilterable<T> \ { \ enum { RESULT = true }; \ typedef R tFilterResponse; \ }
Macro to specialize filter response types.