MCPcopy Create free account
hub / github.com/IENT/YUView / setMappingValues

Method setMappingValues

YUViewLib/src/statistics/StatisticsType.cpp:245–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245void StatisticsType::setMappingValues(std::vector<QString> values)
246{
247 // We assume linear increasing typed IDs
248 for (int i = 0; i < int(values.size()); i++)
249 this->valMap[i] = values[i];
250}
251
252QString StatisticsType::getMappedValue(int typeID) const
253{

Callers 3

fillStatisticListMethod · 0.80
fillStatisticListMethod · 0.80
fillStatisticListMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected