Claw  1.7.3
Public Types | Public Member Functions | List of all members
claw::math::curve< C, Traits >::section::resolved_point Class Reference

The resolved point class is a point found on a section. More...

#include <curve.hpp>

Public Types

typedef C coordinate_type
 The type of the coordinates of the curve.

Public Member Functions

 resolved_point (const coordinate_type &position, const section &s, const double t)
 Constructor.
const coordinate_typeget_position () const
 Get The position of the point.
const sectionget_section () const
 Get the section on which the point has been found.
double get_date () const
 Get the date of the point on the section.

Detailed Description

template<typename C, typename Traits = coordinate_traits<C>>
class claw::math::curve< C, Traits >::section::resolved_point

The resolved point class is a point found on a section.

Author
Julien Jorge

Definition at line 134 of file curve.hpp.

Constructor & Destructor Documentation

template<typename C , typename Traits >
claw::math::curve< C, Traits >::section::resolved_point::resolved_point ( const coordinate_type position,
const section s,
const double  t 
)

Constructor.

Parameters
positionThe position of the point.
sThe section on which the point has been found.
tThe date of the point on the section.

Definition at line 123 of file curve.tpp.


The documentation for this class was generated from the following files: