Isle
Loading...
Searching...
No Matches
legolodlist.h
Go to the documentation of this file.
1#ifndef LEGOLODLIST_H
2#define LEGOLODLIST_H
3
4#include "mxlist.h"
5#include "roi/legolod.h"
6
7#pragma warning(disable : 4786)
8
9// VTABLE: LEGO1 0x100d9d30
10// class MxCollection<LegoLOD *>
11
12// VTABLE: LEGO1 0x100d9d48
13// class MxList<LegoLOD *>
14
15// VTABLE: LEGO1 0x100d9d60
16// class MxPtrList<LegoLOD>
17
18// VTABLE: LEGO1 0x100d9d78
19// SIZE 0x18
27class LegoLODList : public MxPtrList<LegoLOD> {
28public:
34
35 // SYNTHETIC: LEGO1 0x1007de40
36 // LegoLODList::`scalar deleting destructor'
37};
38
39// VTABLE: LEGO1 0x100d9df0
40// class MxListCursor<LegoLOD *>
41
42// VTABLE: LEGO1 0x100d9e08
43// class MxPtrListCursor<LegoLOD>
44
45// VTABLE: LEGO1 0x100d9e20
46// SIZE 0x10
53class LegoLODListCursor : public MxPtrListCursor<LegoLOD> {
54public:
61};
62
63// SYNTHETIC: LEGO1 0x1007d9b0
64// LegoLODListCursor::`scalar deleting destructor'
65
66// FUNCTION: LEGO1 0x1007da20
67// MxPtrListCursor<LegoLOD>::~MxPtrListCursor<LegoLOD>
68
69// SYNTHETIC: LEGO1 0x1007da70
70// MxListCursor<LegoLOD *>::`scalar deleting destructor'
71
72// SYNTHETIC: LEGO1 0x1007dae0
73// MxPtrListCursor<LegoLOD>::`scalar deleting destructor'
74
75// FUNCTION: LEGO1 0x1007db50
76// MxListCursor<LegoLOD *>::~MxListCursor<LegoLOD *>
77
78// FUNCTION: LEGO1 0x1007dba0
79// LegoLODListCursor::~LegoLODListCursor
80
81// TEMPLATE: LEGO1 0x1007d480
82// MxCollection<LegoLOD *>::Compare
83
84// TEMPLATE: LEGO1 0x1007d490
85// MxCollection<LegoLOD *>::~MxCollection<LegoLOD *>
86
87// TEMPLATE: LEGO1 0x1007d4e0
88// MxCollection<LegoLOD *>::Destroy
89
90// TEMPLATE: LEGO1 0x1007d4f0
91// MxList<LegoLOD *>::~MxList<LegoLOD *>
92
93// SYNTHETIC: LEGO1 0x1007d580
94// MxCollection<LegoLOD *>::`scalar deleting destructor'
95
96// SYNTHETIC: LEGO1 0x1007d5f0
97// MxList<LegoLOD *>::`scalar deleting destructor'
98
99// SYNTHETIC: LEGO1 0x1007d6a0
100// MxPtrList<LegoLOD>::`scalar deleting destructor'
101
102// TEMPLATE: LEGO1 0x1007d710
103// MxPtrList<LegoLOD>::~MxPtrList<LegoLOD>
104
105#endif // LEGOLODLIST_H
[AI] Cursor class for traversing a LegoLODList.
Definition: legolodlist.h:53
LegoLODListCursor(LegoLODList *p_list)
[AI] Constructs a cursor attached to the specified LegoLODList.
Definition: legolodlist.h:60
[AI] Manages a list of LOD (Level-of-Detail) objects used for efficient 3D rendering by trading detai...
Definition: legolodlist.h:27
LegoLODList()
[AI] Constructs an empty LOD list for storage and lookup of LegoLOD pointers.
Definition: legolodlist.h:33
[AI] Level-Of-Detail (LOD) object used for rendering and managing polygonal mesh data with LOD switch...
Definition: legolod.h:27
[AI]
Definition: mxlist.h:148
#define FALSE
Definition: d3drmdef.h:27