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

Method StatisticsType

YUViewLib/src/statistics/StatisticsType.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74} // namespace
75
76StatisticsType::StatisticsType(int typeID, const QString &typeName)
77 : typeID(typeID), typeName(typeName)
78{
79}
80
81StatisticsType::StatisticsType(int typeID, const QString &typeName, int vectorScaling)
82 : StatisticsType(typeID, typeName)

Callers

nothing calls this directly

Calls 1

setInitialStateMethod · 0.95

Tested by

no test coverage detected