Add GTSAM_EXPORT for Windows build
parent
12020ee7a3
commit
5554c7af9b
|
@ -30,7 +30,7 @@ namespace gtsam {
|
||||||
* We guarantee (all but first) constructors only generate from sub-manifold.
|
* We guarantee (all but first) constructors only generate from sub-manifold.
|
||||||
* However, round-off errors in repeated composition could move off it...
|
* However, round-off errors in repeated composition could move off it...
|
||||||
*/
|
*/
|
||||||
class SO3: public Matrix3, public LieGroup<SO3,3> {
|
class GTSAM_EXPORT SO3: public Matrix3, public LieGroup<SO3,3> {
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
namespace gtsam {
|
namespace gtsam {
|
||||||
|
|
||||||
class AHRSFactor: public NoiseModelFactor3<Rot3, Rot3, Vector3> {
|
class GTSAM_EXPORT AHRSFactor: public NoiseModelFactor3<Rot3, Rot3, Vector3> {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -36,7 +36,7 @@ public:
|
||||||
* Can be built incrementally so as to avoid costly integration at time of
|
* Can be built incrementally so as to avoid costly integration at time of
|
||||||
* factor construction.
|
* factor construction.
|
||||||
*/
|
*/
|
||||||
class PreintegratedMeasurements : public PreintegratedRotation {
|
class GTSAM_EXPORT PreintegratedMeasurements : public PreintegratedRotation {
|
||||||
|
|
||||||
friend class AHRSFactor;
|
friend class AHRSFactor;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue