This file contains the definition of a class which gathers all the available map types and allows to select a map class object by its name. More...
#include <vector>
#include <string>
#include <iostream>
#include "maptype.h"
#include "mapquad.h"
#include "mapquadi.h"
#include "mapunim.h"
#include "mapunimi.h"
#include "mapcub.h"
#include "mapcubi.h"
Go to the source code of this file.
Classes | |
class | unifexp::mapTypes< numType > |
This class gathers all the available map types and allows to select a map class object by its name. More... | |
Namespaces | |
namespace | unifexp |
This namespace contains all the classes and functions defined in the Uniform Expansion project files. |
This file contains the definition of a class which gathers all the available map types and allows to select a map class object by its name.
Definition in file maptypes.h.