Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
ndcurves
Commits
b92c6abe
Commit
b92c6abe
authored
Nov 27, 2019
by
Pierre Fernbach
Browse files
add a fwd.hh header with forward declarations of all classes
parent
6e736bb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/curves/fwd.h
0 → 100644
View file @
b92c6abe
/**
* \file fwd.h
* \brief forward declaration of all curves class
* \author Pierre Fernbach
* \version 0.1
* \date 27/11/19
*
*/
#ifndef CURVES_FWD_H
#define CURVES_FWD_H
namespace
curves
{
template
<
typename
Time
,
typename
Numeric
,
bool
Safe
,
typename
Point
,
typename
Point_derivate
>
struct
curve_abc
;
template
<
typename
Time
,
typename
Numeric
,
bool
Safe
,
typename
Point
>
struct
bezier_curve
;
template
<
typename
Time
,
typename
Numeric
,
bool
Safe
,
typename
Point
>
struct
cubic_hermite_spline
;
template
<
typename
Time
,
typename
Numeric
,
bool
Safe
,
typename
Point
,
typename
T_Point
,
typename
SplineBase
>
struct
exact_cubic
;
template
<
typename
Time
,
typename
Numeric
,
bool
Safe
,
typename
Point
,
typename
T_Point
,
typename
Curve
,
typename
Point_derivate
>
struct
piecewise_curve
;
template
<
typename
Time
,
typename
Numeric
,
bool
Safe
,
typename
Point
,
typename
T_Point
>
struct
polynomial
;
template
<
typename
Time
,
typename
Numeric
,
bool
Safe
>
struct
SE3Curve
;
template
<
typename
Time
,
typename
Numeric
,
bool
Safe
>
struct
SO3Linear
;
template
<
typename
Numeric
>
struct
Bern
;
template
<
typename
Point
>
struct
curve_constraints
;
template
<
typename
Numeric
,
bool
Safe
>
struct
linear_variable
;
template
<
typename
Numeric
>
struct
quadratic_variable
;
}
#endif // CURVES_FWD_H
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment