trajectory_collection
Public Member Functions | Public Attributes | List of all members
TrajColl::BoundaryConstraint< T > Struct Template Reference

Boundary constraint. More...

#include <CubicSpline.h>

Public Member Functions

 BoundaryConstraint (const BoundaryConstraintType &_type, const T &_value)
 Constructor. More...
 

Public Attributes

BoundaryConstraintType type
 Type of boundary constraint. More...
 
value
 Value of boundary constraint. More...
 

Detailed Description

template<class T>
struct TrajColl::BoundaryConstraint< T >

Boundary constraint.

Template Parameters
Tvalue type

Definition at line 23 of file CubicSpline.h.

Constructor & Destructor Documentation

◆ BoundaryConstraint()

template<class T >
TrajColl::BoundaryConstraint< T >::BoundaryConstraint ( const BoundaryConstraintType _type,
const T &  _value 
)
inline

Constructor.

Parameters
_typetype of boundary constraint
_valuevalue of boundary constraint

Definition at line 35 of file CubicSpline.h.

Member Data Documentation

◆ type

Type of boundary constraint.

Definition at line 26 of file CubicSpline.h.

◆ value

template<class T >
T TrajColl::BoundaryConstraint< T >::value

Value of boundary constraint.

Definition at line 29 of file CubicSpline.h.


The documentation for this struct was generated from the following file: