MCPcopy Create free account
hub / github.com/cinder/Cinder / update

Method update

samples/_timeline/VisualDictionary/src/VisualDictionaryApp.cpp:237–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237void VisualDictionaryApp::update()
238{
239 if( mDictionary->isCompleteWord( mCurrentNode.getWord() ) ){
240 mCenterState.update( mCurrentNode );
241 }
242
243 // erase any nodes which have been marked as ready to be deleted
244 mDyingNodes.remove_if( bind( &WordNode::shouldBeDeleted, std::placeholders::_1 ) );
245}
246
247void VisualDictionaryApp::draw()
248{

Callers

nothing calls this directly

Calls 2

isCompleteWordMethod · 0.80
bindFunction · 0.50

Tested by

no test coverage detected