Searched refs:PixelBasedConcept (Results 1 – 14 of 14) sorted by relevance
/third_party/boost/boost/gil/concepts/ |
D | pixel_based.hpp | 53 struct PixelBasedConcept struct 87 gil_function_requires<PixelBasedConcept<P>>(); in constraints()
|
D | pixel.hpp | 68 gil_function_requires<PixelBasedConcept<P>>(); in constraints()
|
D | pixel_iterator.hpp | 175 gil_function_requires<PixelBasedConcept<Iterator>>(); in constraints()
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | pixel.rst.txt | 33 concept PixelBasedConcept<typename T> 46 concept HomogeneousPixelBasedConcept<PixelBasedConcept T> 57 concept PixelConcept<typename P> : ColorBaseConcept<P>, PixelBasedConcept<P> 122 - `PixelBasedConcept<P> <reference/structboost_1_1gil_1_1_pixel_based_concept.html>`_ 240 Since pixels model ``ColorBaseConcept`` and ``PixelBasedConcept`` all 254 // This is how to use the PixelBasedConcept metafunctions
|
D | metafunctions.rst.txt | 156 ``PixelBasedConcept``, ``HomogeneousPixelBasedConcept`` and metafunctions
|
D | pixel_iterator.rst.txt | 25 : PixelBasedConcept<Iterator>
|
/third_party/boost/libs/gil/doc/design/ |
D | pixel.rst | 33 concept PixelBasedConcept<typename T> 46 concept HomogeneousPixelBasedConcept<PixelBasedConcept T> 57 concept PixelConcept<typename P> : ColorBaseConcept<P>, PixelBasedConcept<P> 122 - `PixelBasedConcept<P> <reference/structboost_1_1gil_1_1_pixel_based_concept.html>`_ 240 Since pixels model ``ColorBaseConcept`` and ``PixelBasedConcept`` all 254 // This is how to use the PixelBasedConcept metafunctions
|
D | metafunctions.rst | 156 ``PixelBasedConcept``, ``HomogeneousPixelBasedConcept`` and metafunctions
|
D | pixel_iterator.rst | 25 : PixelBasedConcept<Iterator>
|
/third_party/boost/libs/gil/doc/ |
D | reference.dox | 74 …PixelBasedConcept provides a uniform interface for getting some common properties of pixel-based c… 77 /// \defgroup PixelBasedConcept Concepts 248 - \ref PixelBasedConcept
|
/third_party/boost/libs/gil/test/legacy/ |
D | pixel_iterator.cpp | 52 boost::function_requires<PixelBasedConcept<bgr121_ptr_t> >(); in test_pixel_iterator()
|
/third_party/boost/libs/gil/ |
D | RELEASES.md | 277 …`PixelBasedConcept`, which means they provide the following metafunctions: `color_space_type`, `ch… 320 … `value_type`, `reference` and `const_reference` or metafunctions implementing `PixelBasedConcept`. 321 - Got rid of `pixel_iterator_traits`. Use `std::iterator_traits`, `PixelBasedConcept` metafunctions…
|
/third_party/boost/libs/gil/doc/html/_sources/tutorial/ |
D | gradient.rst.txt | 700 ``PixelBasedConcept``, which means that they provide a set of
|
/third_party/boost/libs/gil/doc/tutorial/ |
D | gradient.rst | 700 ``PixelBasedConcept``, which means that they provide a set of
|