Workspace 6.21.5
|
Defines the PartitionConstantData class template. More...
#include <algorithm>
#include <map>
#include <utility>
#include <vector>
#include "partitionconstantbase.h"
Classes | |
struct | MapStorage< T > |
Storage policy for using a map. More... | |
class | PartitionConstantData< T, StoragePolicy > |
Data structure for partitioning with a constant interval grid. More... | |
class | PartitionConstantTraits< T, StorageArrayT > |
Traits for the storage policy (also defines the data data member). More... | |
struct | VectorStorage< T > |
Storage policy for using a sorted vector. More... | |
struct | VectorStorageLess< T > |
Sorting criteria for a sorted vector storage policy. More... | |
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::Mesh |
Mesh model data structures. | |