ManaPlus
Data Structures | Typedefs
imagevertexes.h File Reference

(986a3bf)

#include "resources/rect/doublerect.h"
#include "render/vertexes/openglgraphicsvertexes.h"
#include "localconsts.h"

Go to the source code of this file.

Data Structures

class  ImageVertexes
 

Typedefs

typedef std::vector< DoubleRect * > DoubleRects
 
typedef std::vector< ImageVertexes * > ImageVertexesVector
 
typedef ImageVertexesVector::iterator ImageCollectionIter
 
typedef ImageVertexesVector::const_iterator ImageCollectionCIter
 

Typedef Documentation

◆ DoubleRects

typedef std::vector<DoubleRect*> DoubleRects

Definition at line 37 of file imagevertexes.h.

◆ ImageCollectionCIter

typedef ImageVertexesVector::const_iterator ImageCollectionCIter

Definition at line 58 of file imagevertexes.h.

◆ ImageCollectionIter

typedef ImageVertexesVector::iterator ImageCollectionIter

Definition at line 57 of file imagevertexes.h.

◆ ImageVertexesVector

typedef std::vector<ImageVertexes*> ImageVertexesVector

Definition at line 56 of file imagevertexes.h.