Public Member Functions | |
void | GetCellsInSceneGraph (std::vector< MortonKey > &output) const |
bool | IsCellInSceneGraph (const MortonKey &key) const |
void | RegisterAddedCallback (ISceneGraphCellCallback *callback) |
void | UnregisterAddedCallback (ISceneGraphCellCallback *callback) |
void | RegisterRemovalCallback (ISceneGraphCellCallback *callback) |
void | UnregisterRemovalCallback (ISceneGraphCellCallback *callback) |
void | UpdateCells (std::vector< MortonKey > &cellKeysInSceneGraph) |
Additional Inherited Members | |
Protected Member Functions inherited from Eegeo::NonCopyable | |
NonCopyable (const NonCopyable &)=delete | |
NonCopyable & | operator= (const NonCopyable &)=delete |