Krita Source Code Documentation
Loading...
Searching...
No Matches
FullLut< _FunctionT_, _OutputT_, _InputT_ > Class Template Reference

#include <lut.h>

+ Inheritance diagram for FullLut< _FunctionT_, _OutputT_, _InputT_ >:

Public Member Functions

 FullLut (_FunctionT_ function=_FunctionT_())
 
- Public Member Functions inherited from BaseLut< _FunctionT_, _OutputT_, _InputT_, FullLutKey< _InputT_ > >
 BaseLut (FullLutKey< _InputT_ > key, _FunctionT_ function=_FunctionT_())
 
_OutputT_ operator() (_InputT_ i) const
 
 ~BaseLut ()
 

Detailed Description

template<typename _FunctionT_, typename _OutputT_, typename _InputT_>
class FullLut< _FunctionT_, _OutputT_, _InputT_ >

This Lut has precomputed values for all elements.

Definition at line 100 of file lut.h.

Constructor & Destructor Documentation

◆ FullLut()

template<typename _FunctionT_ , typename _OutputT_ , typename _InputT_ >
FullLut< _FunctionT_, _OutputT_, _InputT_ >::FullLut ( _FunctionT_ function = _FunctionT_())
inline

Definition at line 102 of file lut.h.


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