#include <GL/gl.h>
#include <GL/glu.h>
#include <map>
#include <vector>
#include "Coordinate.h"
#include "PointAverage.h"
#include "Midpoint.h"
Go to the source code of this file.
Compounds | |
class | Timestep |
Timestep contains the loaded Tetrahedrons and the state of all flags. More... | |
Defines | |
#define | IS_TIMESTEP_DEF_SIG 1 |
Typedefs | |
typedef vector< Coordinate >::iterator | CoordIter |
typedef pair< CoordIter, CoordIter > | CoordIterPair |
typedef pair< unsigned int, unsigned int > | chunk_delim |
convenience typedef. More... |
|
Definition at line 19 of file Timestep.h. |
|
convenience typedef.
Definition at line 46 of file Timestep.h. |
|
Definition at line 39 of file Timestep.h. |
|
Definition at line 41 of file Timestep.h. Referenced by Timestep::set_random_color. |