MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Classes | Namespaces | Defines
mdsPixelTraits.h File Reference

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

#include <MDSTk/Base/mdsTypeTraits.h>
#include "mdsPixelTypes.h"
#include "mdsPixelTraits.hxx"

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)
Copyright (c) 2003-2005 by Michal Spanel


namespace  mds::img

Defines

#define FILTER_RESPONSE_TYPE(T, R)
 Macro to specialize filter response types.

Detailed Description

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

Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2004/05/18

Id:
mdsPixelTraits.h 1863 2010-08-31 20:40:15Z spanel

Description:


Define Documentation

#define FILTER_RESPONSE_TYPE (   T,
 
)
Value:
template <> \
    struct SIsFilterable<T> \
    { \
        enum { RESULT = true }; \
        typedef R tFilterResponse; \
    }

Macro to specialize filter response types.