#include "GeoCore.h"
#include "DataType.h"
#include "GeometryType.h"
#include <map>
Namespaces | |
| namespace | GeoCore |
Classes | |
| class | BGeometryCounts |
| An object that keeps track of the number of BGeometry objects in a collection, as well as the type and class of each BGeometry. More... | |
Typedefs | |
| typedef std::map < EGeometryClass, UInt32 > | ClassMap |
| Defines a map that connects geometry classes and integers. | |
| typedef std::map < EGeometryType, UInt32 > | TypeMap |
| Defines a map that connects geometry types and integers. | |