#include <freecloth/geom/geMeshTypes.h>
Inheritance diagram for GeMeshTypes:

Public Types | |
| typedef UInt32 | FaceId |
| Face index. | |
| typedef UInt32 | VertexId |
| Vertex index. | |
| typedef UInt32 | TextureVertexId |
| Texture vertex index. | |
| typedef UInt32 | FaceVertexId |
| Index of a vertex within a face. | |
| typedef GePoint | VertexType |
| Vertex. | |
| typedef GePoint | TextureVertexType |
| Texture vertex, i.e. texture co-ordinates. | |
| typedef std::vector< VertexType > | VertexContainer |
| Container for vertices. | |
| typedef VertexContainer::iterator | VertexIterator |
| Iterator for vertices. | |
| typedef VertexContainer::const_iterator | VertexConstIterator |
| ConstIterator for vertices. | |
| typedef std::vector< TextureVertexType > | TextureVertexContainer |
| Container for texture vertices. | |
| typedef TextureVertexContainer::iterator | TextureVertexIterator |
| Iterator for texture vertices. | |
| typedef TextureVertexContainer::const_iterator | TextureVertexConstIterator |
| ConstIterator for texture vertices. | |
These typedefs are used by the various GeMesh* classes.
Definition at line 44 of file geMeshTypes.h.
1.3-rc3