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
Humanoid Path Planner
hpp-model
Commits
4f863c25
Commit
4f863c25
authored
Dec 08, 2014
by
Florent Lamiraux
Browse files
Move definition of ConfigurationPtr_t from hpp-core.
parent
02a8338b
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/hpp/model/fwd.hh
View file @
4f863c25
...
...
@@ -51,6 +51,7 @@ namespace hpp {
typedef
vector_t
Configuration_t
;
typedef
Eigen
::
Ref
<
const
Configuration_t
>
ConfigurationIn_t
;
typedef
Eigen
::
Ref
<
Configuration_t
>
ConfigurationOut_t
;
typedef
boost
::
shared_ptr
<
Configuration_t
>
ConfigurationPtr_t
;
typedef
Eigen
::
Ref
<
const
vector_t
>
vectorIn_t
;
typedef
Eigen
::
Ref
<
vector_t
>
vectorOut_t
;
typedef
Eigen
::
Matrix
<
value_type
,
Eigen
::
Dynamic
,
Eigen
::
Dynamic
>
matrix_t
;
...
...
Write
Preview
Supports
Markdown
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