move typedef to header file
parent
98faf54f9b
commit
149b0adfb1
|
|
@ -24,7 +24,6 @@
|
||||||
namespace gtsam {
|
namespace gtsam {
|
||||||
|
|
||||||
using std::vector;
|
using std::vector;
|
||||||
typedef vector<Point3Pair> PointPairs;
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
/// Subtract centroids from point pairs.
|
/// Subtract centroids from point pairs.
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@ namespace gtsam {
|
||||||
// Forward declarations
|
// Forward declarations
|
||||||
class Pose3;
|
class Pose3;
|
||||||
|
|
||||||
|
typedef std::vector<Point3Pair> PointPairs;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 3D similarity transform
|
* 3D similarity transform
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue