Lines Matching defs:attributes
28 std::list<std::string> attributes;
30 attributes.push_back("TopLeftColor");
31 attributes.push_back("TopRightColor");
32 attributes.push_back("BottomLeftColor");
33 attributes.push_back("BottomRightColor");
34 attributes.push_back("filter:brightness:mean");
35 attributes.push_back("filter:brightness:standard-deviation");
36 attributes.push_back("filter:brightness:kurtosis");
37 attributes.push_back("filter:brightness:skewness");
38 attributes.push_back("filter:saturation:mean");
39 attributes.push_back("filter:saturation:standard-deviation");
40 attributes.push_back("filter:saturation:kurtosis");
41 attributes.push_back("filter:saturation:skewness");
54 list<std::string>::iterator pos = attributes.begin();
55 while(pos != attributes.end())