comparison OrthancStone/Sources/Scene2D/LookupTableStyleConfigurator.cpp @ 1571:85e117739eca

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Sep 2020 17:46:39 +0200
parents 244ad1e4e76a
children 4fb8fdf03314
comparison
equal deleted inserted replaced
1570:9a04f42098a3 1571:85e117739eca
38 38
39 LookupTableStyleConfigurator::LookupTableStyleConfigurator() : 39 LookupTableStyleConfigurator::LookupTableStyleConfigurator() :
40 revision_(0), 40 revision_(0),
41 hasLut_(false), 41 hasLut_(false),
42 hasRange_(false), 42 hasRange_(false),
43 minValue_(0),
44 maxValue_(0),
43 applyLog_(false) 45 applyLog_(false)
44 { 46 {
45 } 47 }
46 48
47 void LookupTableStyleConfigurator::SetLookupTable(const std::vector<uint8_t>& lut) 49 void LookupTableStyleConfigurator::SetLookupTable(const std::vector<uint8_t>& lut)