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

Method getProjectViewsCount

Engine/Project.cpp:1332–1340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1330}
1331
1332int
1333Project::getProjectViewsCount() const
1334{
1335 std::list<std::vector<std::string> > pairs;
1336
1337 _imp->viewsList->getTable(&pairs);
1338
1339 return (int)pairs.size();
1340}
1341
1342bool
1343Project::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