MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Public Types
mds::img::CImageInterpolator< I > Struct Template Reference

Base class for all policies providing image pixel interpolation. More...

#include <mdsInterpolate.h>

Inheritance diagram for mds::img::CImageInterpolator< I >:
Inheritance graph
[legend]

List of all members.

Public Types

enum  { TEMPLATE_PARAMETER_IS_NOT_IMAGE = I::CLASS_IMAGE }
 Check that I is an image. More...
typedef I::tImage tImage
 Image type.
typedef I::tPixel tPixel
 Image pixel type.

Detailed Description

template<class I>
struct mds::img::CImageInterpolator< I >

Base class for all policies providing image pixel interpolation.


Member Typedef Documentation

template<class I >
typedef I::tImage mds::img::CImageInterpolator< I >::tImage
template<class I >
typedef I::tPixel mds::img::CImageInterpolator< I >::tPixel

Member Enumeration Documentation

template<class I >
anonymous enum

Check that I is an image.

You will see name of this enum somewhere in compiler error message if the type I is not image.

Enumerator:
TEMPLATE_PARAMETER_IS_NOT_IMAGE 

The documentation for this struct was generated from the following file: