|
WSF
|
#include "ZoneFactory.hpp"#include "AOrbitZone.hpp"#include "CircularZone.hpp"#include "OneTrackZone.hpp"#include "PolyarcZone.hpp"#include "PolygonalZone.hpp"#include "UtMemory.hpp"#include "Zone.hpp"
Namespaces | |
| namespace | usmtf |
Functions | |
| std::unique_ptr< Zone > | usmtf::CreateZone (const std::string &zoneType, const Segment &aSegment) noexcept |
| Self Explanatory, instantiate a zone using the correct supported USMTF_Transformer. | |