Move friend to conventional place because it doesn't belong in "Group"
parent
a343c947b4
commit
2120c7bcb9
|
|
@ -89,8 +89,6 @@ namespace gtsam {
|
||||||
return StereoPoint2(uL_ - b.uL_, uR_ - b.uR_, v_ - b.v_);
|
return StereoPoint2(uL_ - b.uL_, uR_ - b.uR_, v_ - b.v_);
|
||||||
}
|
}
|
||||||
|
|
||||||
GTSAM_EXPORT friend std::ostream &operator<<(std::ostream &os, const StereoPoint2& p);
|
|
||||||
|
|
||||||
/// @}
|
/// @}
|
||||||
/// @name Manifold
|
/// @name Manifold
|
||||||
/// @{
|
/// @{
|
||||||
|
|
@ -154,6 +152,9 @@ namespace gtsam {
|
||||||
return Point2(uR_, v_);
|
return Point2(uR_, v_);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Streaming
|
||||||
|
GTSAM_EXPORT friend std::ostream &operator<<(std::ostream &os, const StereoPoint2& p);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
/// @}
|
/// @}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue