Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
ndcurves
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
loco-3d
ndcurves
Commits
b92c6abe
Commit
b92c6abe
authored
5 years ago
by
Pierre Fernbach
Browse files
Options
Downloads
Patches
Plain Diff
add a fwd.hh header with forward declarations of all classes
parent
6e736bb5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/curves/fwd.h
+54
-0
54 additions, 0 deletions
include/curves/fwd.h
with
54 additions
and
0 deletions
include/curves/fwd.h
0 → 100644
+
54
−
0
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment