#include "KeosPrerequisites.h"#include "KeosDeclaration.h"#include "KeosBuffer.h"Go to the source code of this file.
Namespaces | |
| namespace | Keos |
Classes | |
| class | Keos::CMeshGeom |
| Defines a part of a complete mesh. More... | |
| struct | Keos::CMeshGeom::TVertex |
| Vertex type for MeshGeom. More... | |
Typedefs | |
| typedef CSmartPtr< CMeshGeom, CRefCount > | Keos::TMeshGeomPtr |
| Smart pointer. | |
| typedef std::vector< CMeshGeom::TIndex > | Keos::TIndexList |
| Index vector. | |
| typedef std::vector< CMeshGeom::TVertex > | Keos::TVertexList |
| Vertex vector. | |
1.5.1-p1