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

Full specialization of the CPixelConversion class for the tRGBPixel type to prevent ambiquity. More...

#include <mdsPixelConversions.h>

List of all members.

Public Types

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

Static Public Member Functions

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

Detailed Description

template<>
class mds::img::CPixelConversion< tRGBPixel, tRGBPixel >

Full specialization of the CPixelConversion class for the tRGBPixel type to prevent ambiquity.


Member Typedef Documentation

Input pixel type.

Output pixel type.


Member Function Documentation

static tRGBPixel mds::img::CPixelConversion< tRGBPixel, tRGBPixel >::convert ( const tRGBPixel Value) [static]

Method for pixel value conversion.


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