Isle
Loading...
Searching...
No Matches
viewlodlist.h File Reference
#include "assert.h"
#include "compat.h"
#include "mxstl/stlcompat.h"
#include "realtime/lodlist.h"
#include <string.h>
Include dependency graph for viewlodlist.h:
This graph shows which files directly or indirectly include this file:

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...
 

Typedef Documentation

◆ ROIName

[AI] String type used as a key to identify uniquely-named ROI (Realtime Object Instance) classes.

Definition at line 79 of file viewlodlist.h.