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 };
Pose3::Pose3
Pose3(const Rot3 &r, const Point3 &t)
Pose3::testReturnType
Rot3 testReturnType() const
Pose3::testMethodArg
void testMethodArg(const Rot3 &r) const
Pose3::testStaticDep
static Rot3 testStaticDep(Rot3 &r)
gtsam::Point3
Vector3 Point3
Definition: Point3.h:38
align_3::t
Point2 t(10, 10)
Pose3
Definition: testDependencies.h:3


gtsam
Author(s):
autogenerated on Thu Jun 13 2024 03:09:08