interface for the GLC_3DViewCollection class. More...
#include <QHash>#include "glc_3dviewinstance.h"#include "../glc_global.h"#include "../viewport/glc_frustum.h"#include "../glc_config.h"#include "../viewport/glc_frustum.h"Go to the source code of this file.
Classes | |
| class | GLC_3DViewCollection |
| GLC_3DViewCollection : GLC_3DViewInstance flat collection. More... | |
Typedefs | |
| typedef QHash< GLC_uint, GLC_3DViewInstance > | ViewInstancesHash |
| GLC_3DViewInstance Hash table. | |
| typedef QHash< GLC_uint, GLC_3DViewInstance * > | PointerViewInstanceHash |
| GLC_3DViewInstance pointer Hash table. | |
| typedef QHash< GLuint, PointerViewInstanceHash * > | HashList |
| Hash table of GLC_3DViewInstance Hash table which use a shader. | |
| typedef QHash< GLC_uint, GLuint > | ShaderIdToInstancesId |
| Map Shader id to instances id (instances which use the shader). | |
interface for the GLC_3DViewCollection class.
Definition in file glc_3dviewcollection.h.
| typedef QHash<GLuint, PointerViewInstanceHash*> HashList |
Hash table of GLC_3DViewInstance Hash table which use a shader.
Definition at line 50 of file glc_3dviewcollection.h.
| typedef QHash<GLC_uint, GLC_3DViewInstance*> PointerViewInstanceHash |
GLC_3DViewInstance pointer Hash table.
Definition at line 47 of file glc_3dviewcollection.h.
| typedef QHash<GLC_uint, GLuint> ShaderIdToInstancesId |
Map Shader id to instances id (instances which use the shader).
Definition at line 53 of file glc_3dviewcollection.h.
| typedef QHash< GLC_uint, GLC_3DViewInstance> ViewInstancesHash |
GLC_3DViewInstance Hash table.
Definition at line 41 of file glc_3dviewcollection.h.