23#ifndef _CurveCreator_HeaderFile
24#define _CurveCreator_HeaderFile
45 typedef std::deque<CurveCreator_Section *>
Sections;
Definition: CurveCreator.hxx:34
std::map< int, PosPointsList > SectionsMap
Map of sections with positioned points.
Definition: CurveCreator.hxx:50
std::deque< TypeCoord > Coordinates
List of coordinates in format depends on section dimension: 2D: [x1, y1, x2, y2, x3,...
Definition: CurveCreator.hxx:42
std::deque< CurveCreator_Section * > Sections
List of sections.
Definition: CurveCreator.hxx:45
double TypeCoord
Points coordinates.
Definition: CurveCreator.hxx:36
std::list< CurveCreator_PosPoint * > PosPointsList
Definition: CurveCreator.hxx:48
Definition: CurveCreator_PosPoint.hxx:29
Structure to store sections representing the CurveCreator_Curve object.
Definition: CurveCreator_Section.hxx:34