This file contains the definition of a class which gathers all the available partition types and allows to select a partition class object by its name. More...
#include <vector>#include <string>#include <iostream>#include "parttype.h"#include "partunif.h"#include "partsegm.h"#include "partcrit.h"#include "partderiv.h"Go to the source code of this file.
Classes | |
| class | unifexp::partTypes< numType > |
| This class gathers all the available partition types and allows to select a partition 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 partition types and allows to select a partition class object by its name.
Definition in file parttypes.h.
1.7.2