$search

ecl::blueprints::DerivativeHeuristicCubicSpline Class Reference

Blueprint for generating a cubic spline satisfying C2 constraints. More...

#include <cubic_spline.hpp>

Inheritance diagram for ecl::blueprints::DerivativeHeuristicCubicSpline:
Inheritance graph
[legend]

List of all members.

Public Types

typedef ecl::CubicSpline base_type
 Abstract representation of the class to be instantiated/configured.

Public Member Functions

void apply (ecl::CubicSpline &spline) const
 Apply the blueprint to configure an existing object.
 DerivativeHeuristicCubicSpline ()
 Default constructor.
ecl::CubicSpline instantiate ()
 Instantiate a copy of the object that is blueprinted.

Public Attributes

virtual
DerivativeHeuristicCubicSpline(const
ecl::Array< double > &x_set,
const ecl::Array< double >
&y_set, const double ydot_0,
const double ydot_f)
ecl_assert_throw_decl(ecl 
~DerivativeHeuristicCubicSpline ()
 Constructor that properly configures/initialises the blueprint.

Private Attributes

ecl::Array< double > x_data
ecl::Array< double > y_data
ecl::Array< double > ydot_data

Detailed Description

Blueprint for generating a cubic spline satisfying C2 constraints.

Generates a blueprint for creating cubic splines on a set of data satisfying a heuristic that automatically generates y' values at the via points. These are later used to generate the connecting cubics.

The heuristic finds the average of the linear slopes connected to each via point. This specifies the desired slope for that via point.

See also:
CubicSpline.

Definition at line 350 of file cubic_spline.hpp.


Member Typedef Documentation

Abstract representation of the class to be instantiated/configured.

Definition at line 355 of file cubic_spline.hpp.


Constructor & Destructor Documentation

ecl::blueprints::DerivativeHeuristicCubicSpline::DerivativeHeuristicCubicSpline (  )  [inline]

Default constructor.

Default constructor (only utilised by the blueprint compile time assert).

Definition at line 361 of file cubic_spline.hpp.


Member Function Documentation

void ecl::blueprints::DerivativeHeuristicCubicSpline::apply ( ecl::CubicSpline spline  )  const

Apply the blueprint to configure an existing object.

Apply the data set to generate the configuration required for the cubic spline.

Parameters:
spline : the spline to configure from the supplied data set.

Definition at line 159 of file cubic_spline_blueprints.cpp.

ecl::CubicSpline ecl::blueprints::DerivativeHeuristicCubicSpline::instantiate (  ) 

Instantiate a copy of the object that is blueprinted.

Instantiates a new cubic spline generated from the supplied data set.

Returns:
CubicSpline : a copy of the generated cubic spline.

Definition at line 153 of file cubic_spline_blueprints.cpp.


Member Data Documentation

Definition at line 399 of file cubic_spline.hpp.

Definition at line 400 of file cubic_spline.hpp.

Definition at line 401 of file cubic_spline.hpp.

virtual DerivativeHeuristicCubicSpline (const ecl::Array<double>& x_set, const ecl::Array<double>& y_set, const double ydot_0, const double ydot_f) ecl_assert_throw_decl(ecl ecl::blueprints::DerivativeHeuristicCubicSpline::~DerivativeHeuristicCubicSpline() [inline]

Constructor that properly configures/initialises the blueprint.

This constructor uses the heuristic to specify the slope at via points. These are stored and later used to generate the connecting cubics.

Parameters:
x_set : set of data on the domain axis.
y_set : set of values on the range axis.
ydot_0 : initial derivative value (boundary constraint).
ydot_f : final derivative value (boundary constraint).
Exceptions:
: StandardException : throws if it failed to construct [debug mode only].

Definition at line 379 of file cubic_spline.hpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines


ecl_geometry
Author(s): Daniel Stonier (d.stonier@gmail.com)
autogenerated on Fri Mar 1 15:21:46 2013