TuttleOFX  1
terry::color::FullColorParams< Color > Struct Template Reference

#include <colorspace.hpp>

Public Types

typedef FullColorParams< Color > This
typedef color_dependencies< Color > dependencies
typedef dependencies::from_root from_root
typedef dependencies::to_root to_root
typedef dependencies::size size
typedef
::boost::mpl::transform
< from_root,
color_to_colorparams_mplfunc
< ::boost::mpl::_1 > >::type 
full_params
 all params from root to Color
typedef
::boost::fusion::result_of::as_vector
< full_params >::type 
full_params_v

Public Member Functions

std::size_t getNbReferences () const
 Color hierarchy size.

Data Fields

full_params_v _params

Detailed Description

template<class Color>
struct terry::color::FullColorParams< Color >

Definition at line 117 of file colorspace.hpp.


Member Typedef Documentation

template<class Color>
typedef color_dependencies<Color> terry::color::FullColorParams< Color >::dependencies

Definition at line 121 of file colorspace.hpp.

template<class Color>
typedef dependencies::from_root terry::color::FullColorParams< Color >::from_root

Definition at line 122 of file colorspace.hpp.

template<class Color>
typedef ::boost::mpl::transform<from_root, color_to_colorparams_mplfunc< ::boost::mpl::_1 > >::type terry::color::FullColorParams< Color >::full_params

all params from root to Color

Definition at line 126 of file colorspace.hpp.

template<class Color>
typedef ::boost::fusion::result_of::as_vector<full_params>::type terry::color::FullColorParams< Color >::full_params_v

Definition at line 127 of file colorspace.hpp.

template<class Color>
typedef dependencies::size terry::color::FullColorParams< Color >::size

Definition at line 124 of file colorspace.hpp.

template<class Color>
typedef FullColorParams<Color> terry::color::FullColorParams< Color >::This

Definition at line 119 of file colorspace.hpp.

template<class Color>
typedef dependencies::to_root terry::color::FullColorParams< Color >::to_root

Definition at line 123 of file colorspace.hpp.


Member Function Documentation

template<class Color>
std::size_t terry::color::FullColorParams< Color >::getNbReferences ( ) const [inline]

Color hierarchy size.

Definition at line 133 of file colorspace.hpp.


Field Documentation


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