TuttleOFX
1
|
#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 |
Definition at line 117 of file colorspace.hpp.
typedef color_dependencies<Color> terry::color::FullColorParams< Color >::dependencies |
Definition at line 121 of file colorspace.hpp.
typedef dependencies::from_root terry::color::FullColorParams< Color >::from_root |
Definition at line 122 of file colorspace.hpp.
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.
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.
typedef dependencies::size terry::color::FullColorParams< Color >::size |
Definition at line 124 of file colorspace.hpp.
typedef FullColorParams<Color> terry::color::FullColorParams< Color >::This |
Definition at line 119 of file colorspace.hpp.
typedef dependencies::to_root terry::color::FullColorParams< Color >::to_root |
Definition at line 123 of file colorspace.hpp.
std::size_t terry::color::FullColorParams< Color >::getNbReferences | ( | ) | const [inline] |
Color hierarchy size.
Definition at line 133 of file colorspace.hpp.
full_params_v terry::color::FullColorParams< Color >::_params |
Definition at line 128 of file colorspace.hpp.
Referenced by terry::color::color_transformation_static_for_impl_rec< ColorsFromRoot, sizeLeft, ChannelType, fromRoot >::operator()(), terry::color::color_transformation_static_for_impl_rec< ColorsFromRoot, 3, ChannelType, fromRoot >::operator()(), and terry::color::color_transformation_static_for_impl< ColorsFromRoot, 2, ChannelType, fromRoot >::operator()().