MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Public Types | Static Public Member Functions
mds::img::CPixelConversion< T, T > Class Template Reference

Specialization of the template class CPixelConversion for both pixels of a same type (no conversion). More...

#include <mdsPixelConversions.h>

List of all members.

Public Types

typedef T tPixel
 Input pixel type.
typedef T tResult
 Output pixel type.

Static Public Member Functions

static T convert (const T &Value)
 Method for pixel value conversion.

Detailed Description

template<typename T>
class mds::img::CPixelConversion< T, T >

Specialization of the template class CPixelConversion for both pixels of a same type (no conversion).


Member Typedef Documentation

template<typename T >
typedef T mds::img::CPixelConversion< T, T >::tPixel

Input pixel type.

template<typename T >
typedef T mds::img::CPixelConversion< T, T >::tResult

Output pixel type.


Member Function Documentation

template<typename T >
static T mds::img::CPixelConversion< T, T >::convert ( const T &  Value) [static]

Method for pixel value conversion.


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