MCPcopy Create free account
hub / github.com/MrKepzie/Natron / getProjectViewsCount

Method getProjectViewsCount

Engine/Project.cpp:1232–1240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1230}
1231
1232int
1233Project::getProjectViewsCount() const
1234{
1235 std::list<std::vector<std::string> > pairs;
1236
1237 _imp->viewsList->getTable(&pairs);
1238
1239 return (int)pairs.size();
1240}
1241
1242bool
1243Project::isGPURenderingEnabledInProject() const

Callers 6

getRenderViewsCountMethod · 0.80
renderFullSequenceMethod · 0.80
createNodeInternalMethod · 0.80
renderMethod · 0.80
getViewCountMethod · 0.80

Calls 2

getTableMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected