|
Isle
|
#include "assert.h"#include "compat.h"#include "mxstl/stlcompat.h"#include "realtime/lodlist.h"#include <string.h>

Go to the source code of this file.
Classes | |
| class | ViewLODList |
| [AI] Reference-counted list of Level-of-Detail (LOD) objects associated with a single ROI (Realtime Object Instance), shared by all instances of the same ROI. More... | |
| struct | ROINameComparator |
| [AI] Comparator for ROIName (C-style strings) to be used as keys in maps, using strcmp for sorting. More... | |
| class | ViewLODListManager |
| [AI] Manages the lifecycle, lookup, and sharing of ViewLODList instances for different ROI names. More... | |
Typedefs | |
| typedef const char * | ROIName |
| [AI] String type used as a key to identify uniquely-named ROI (Realtime Object Instance) classes. More... | |
[AI] String type used as a key to identify uniquely-named ROI (Realtime Object Instance) classes.
Definition at line 79 of file viewlodlist.h.