OGS
|
Definition of the PointVec class.
Definition in file PointVec.h.
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "AABB.h"
#include "OctTree.h"
#include "Point.h"
#include "TemplateVec.h"
Go to the source code of this file.
Classes | |
class | GeoLib::PointVec |
This class manages pointers to Points in a std::vector along with a name. It also handles the deletion of points. Furthermore, typically, PointVec objects are managed by GEOObjects using the instance name for identification. For this reason PointVec must have a unique name. More... | |
Namespaces | |
namespace | GeoLib |