ed
include
ed
relation.h
Go to the documentation of this file.
1
#ifndef ED_RELATION_H_
2
#define ED_RELATION_H_
3
4
#include "
ed/types.h
"
5
#include "
ed/time.h
"
6
7
#include <
geolib/datatypes.h
>
8
9
namespace
ed
10
{
11
12
class
Relation
13
{
14
15
public
:
16
17
virtual
bool
calculateTransform
(
const
Time
&
/*t*/
,
geo::Pose3D
&
/*tf*/
)
const
{
return
false
; }
18
19
private
:
20
21
// Idx parent_idx_;
22
// Idx child_idx_;
23
24
};
25
26
}
// end namespace ed
27
28
#endif
datatypes.h
ed::Relation
Definition:
relation.h:12
types.h
geo::Transform3T
ed::Time
Definition:
time.h:9
ed::Relation::calculateTransform
virtual bool calculateTransform(const Time &, geo::Pose3D &) const
Definition:
relation.h:17
time.h
ed
Definition:
convex_hull.h:8
Generated on Sun Feb 23 2025 04:34:40 for ed by
1.8.17