NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
cluster.hpp File Reference
#include <string>
#include <vector>
#include <map>
#include <cmath>
#include "../utils/tools.hpp"
#include "sorter.hpp"
Include dependency graph for cluster.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NumeRe::ClusterItem
 This is an abstract cluster item. It is used as root class of any cluster items and only contains the type of the item and virtual functions as interfaces to the child classes. More...
 
class  NumeRe::ClusterDoubleItem
 This is a cluster item, which contains a double. It features conversions to and from strings on-the-fly. More...
 
class  NumeRe::ClusterStringItem
 This is a cluster item, which contains a string. It features conversions to and from doubles on-the-fly. More...
 
class  NumeRe::Cluster
 This class represents a whole cluster. The single items are stored as pointers to the abstract cluster item. This object can be constructed from many different base items and has more or less all memory-like functions. More...
 
class  NumeRe::ClusterManager
 This class is the management class for the different clusters, which are currently available in memory. More...
 

Namespaces

namespace  NumeRe