FotoSHOCK
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Types | Static Public Member Functions | List of all members
FotoSHOCKcore::ValueTypeInfoBase< ValueDataType > Class Template Reference

Generic implementation of the functions for ValueTypeInfo. More...

#include <ValueType.hpp>

Public Types

typedef ValueDataType Type
 Typedef for consistent interface to get the type from the ValueTypeInfoBase.
 

Static Public Member Functions

static const Type min ()
 Minimal value for the PixelFormat.
 
static const Type max ()
 Maximal value for the PixelFormat.
 

Detailed Description

template<typename ValueDataType>
class FotoSHOCKcore::ValueTypeInfoBase< ValueDataType >

Generic implementation of the functions for ValueTypeInfo.

This class provide generic implementation of all ValueTypeInfo fields.

By inheriting this class from the ValueTypeInfo specialization you can get implementation of all necessary ValueTypeInfo fields for free. If this implementation doesn't suffice, the required fields have to be redefined in the ValueTypeInfo specialization itself.


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