MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / getMovableObjectFactoryIterator

Method getMovableObjectFactoryIterator

OgreMain/src/OgreRoot.cpp:1687–1691  ·  view source on GitHub ↗

---------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1685 }
1686 //---------------------------------------------------------------------
1687 Root::MovableObjectFactoryIterator Root::getMovableObjectFactoryIterator() const
1688 {
1689 return MovableObjectFactoryIterator( mMovableObjectFactoryMap.begin(),
1690 mMovableObjectFactoryMap.end() );
1691 }
1692 //---------------------------------------------------------------------
1693 unsigned int Root::getDisplayMonitorCount() const
1694 {

Callers 1

executeMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected