Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jason Chemin
curves
Commits
0390fdfa
Commit
0390fdfa
authored
May 03, 2017
by
t steve
Browse files
timerange
parent
2fbe1f59
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/spline/curve_abc.h
View file @
0390fdfa
...
...
@@ -58,6 +58,8 @@ struct curve_abc : std::unary_function<Time, Point>
virtual
time_t
min
()
const
=
0
;
/// \brief Returns the maximum time for wich curve is defined
virtual
time_t
max
()
const
=
0
;
std
::
pair
<
time_t
,
time_t
>
timeRange
()
{
return
std
::
make_pair
(
min
(),
max
());}
/*Helpers*/
};
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment