#include <QHash>
#include "glc_instance.h"
#include "glc_enum.h"
Go to the source code of this file.
Classes | |
| class | GLC_Collection |
| GLC_Collection : GLC_Instance flat collection. More... | |
Typedefs | |
| typedef QHash< GLC_uint, GLC_Instance > | CNodeMap |
| Geometry hash table. | |
| typedef QHash< GLC_uint, GLC_Instance * > | SelectedNodeHash |
Definition in file glc_collection.h.
| typedef QHash< GLC_uint, GLC_Instance> CNodeMap |
| typedef QHash< GLC_uint, GLC_Instance*> SelectedNodeHash |
Definition at line 39 of file glc_collection.h.
1.4.5