#include <deque>
#include <map>
#include <list>
Go to the source code of this file.
Namespaces | |
namespace | CurveCreator |
Typedefs | |
typedef double | CurveCreator::TypeCoord |
Points coordinates. More... | |
typedef std::deque< TypeCoord > | CurveCreator::Coordinates |
List of coordinates in format depends on section dimension: 2D: [x1, y1, x2, y2, x3, y3, ..] 3D: [x1, y1, z1, x2, y2, z2, x3, y3, z3, ..]. More... | |
typedef std::deque < CurveCreator_Section * > | CurveCreator::Sections |
List of sections. More... | |
typedef std::list < CurveCreator_PosPoint * > | CurveCreator::PosPointsList |
typedef std::map< int, PosPointsList > | CurveCreator::SectionsMap |
Map of sections with positioned points. More... | |