|
Krita Source Code Documentation
|
#include <kis_tiff_reader.h>
Inheritance diagram for KisTIFFPostProcessorCIELABtoICCLAB< T >:Public Member Functions | |
| KisTIFFPostProcessorCIELABtoICCLAB (uint32_t nbcolorssamples) | |
| void | postProcess (void *data) const override |
| ~KisTIFFPostProcessorCIELABtoICCLAB () override=default | |
Public Member Functions inherited from KisTIFFPostProcessor | |
| KisTIFFPostProcessor (uint32_t nbcolorssamples) | |
| virtual | ~KisTIFFPostProcessor ()=default |
Private Member Functions | |
| template<typename U = T, typename std::enable_if<!std::numeric_limits< U >::is_integer, void >::type * = nullptr> | |
| void | postProcessImpl (T *data) const |
| template<typename U = T, typename std::enable_if< std::numeric_limits< U >::is_integer, void >::type * = nullptr> | |
| void | postProcessImpl (T *data) const |
Additional Inherited Members | |
Protected Member Functions inherited from KisTIFFPostProcessor | |
| uint32_t | nbColorsSamples () const |
Definition at line 107 of file kis_tiff_reader.h.
|
inline |
Definition at line 110 of file kis_tiff_reader.h.
|
overridedefault |
|
inlineoverridevirtual |
Implements KisTIFFPostProcessor.
Definition at line 117 of file kis_tiff_reader.h.
References KisTIFFPostProcessorCIELABtoICCLAB< T >::postProcessImpl().
|
inlineprivate |
Definition at line 126 of file kis_tiff_reader.h.
References KisTIFFPostProcessor::nbColorsSamples().
|
inlineprivate |
Definition at line 136 of file kis_tiff_reader.h.
References KisTIFFPostProcessor::nbColorsSamples().