testDependencies.h
Go to the documentation of this file.
1 //Header file to test dependency checking
2 //
3 class Pose3 {
4  Pose3(const Rot3& r, const Point3& t); //What is Rot3? Throw here
5  static Rot3 testStaticDep(Rot3& r); //What is Rot3? Throw here
6  Rot3 testReturnType() const; // Throw here
7  void testMethodArg(const Rot3& r) const;
8 };
Rot3 testReturnType() const
void testMethodArg(const Rot3 &r) const
static Rot3 testStaticDep(Rot3 &r)
Vector3 Point3
Definition: Point3.h:35
Point2 t(10, 10)
Pose3(const Rot3 &r, const Point3 &t)


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:46:25