Storage container for a tension spline interpolation. More...
#include "tension_function.hpp"
#include <ecl/config/macros.hpp>
#include <ecl/concepts/macros.hpp>
#include <ecl/concepts/streams.hpp>
#include <ecl/concepts/containers.hpp>
#include <ecl/containers/array.hpp>
#include <ecl/exceptions/standard_exception.hpp>
#include <ecl/utilities/blueprints.hpp>
Go to the source code of this file.
Classes | |
class | ecl::BluePrintFactory< TensionSpline > |
Blueprint factory for tension splines. More... | |
class | ecl::blueprints::C2TensionSpline |
Blueprint for generating a tension spline satisfying C2 constraints. More... | |
class | ecl::TensionSpline |
Storage container for a tension spline interpolation. More... | |
Namespaces | |
namespace | ecl |
Embedded control libraries. | |
namespace | ecl::blueprints |
Blueprints and factories classes used to generate blueprints. | |
Functions | |
template<typename OutputStream > | |
OutputStream & | ecl::operator<< (OutputStream &ostream, const TensionSpline &tension_spline) |
Storage container for a tension spline interpolation.
Definition in file tension_spline.hpp.