MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / GetViewNames

Function GetViewNames

src/OpenColorIO/Config.cpp:212–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210typedef std::vector<const View *> ViewPtrVec;
211
212StringUtils::StringVec GetViewNames(const ViewPtrVec & views)
213{
214 StringUtils::StringVec viewNames;
215 for (const auto & view : views)
216 {
217 viewNames.push_back(view->m_name);
218 }
219 return viewNames;
220}
221
222std::ostringstream GetDisplayViewPrefixErrorMsg(const std::string & display, const View & view)
223{

Callers 3

getFilteredViewsMethod · 0.85
getNumViewsMethod · 0.85
getViewMethod · 0.85

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected