Skip to content

Commit fa01a4c

Browse files
Revert "Put template feature-pose in hxx file."
This reverts commit 9dbda56.
1 parent f161b98 commit fa01a4c

File tree

4 files changed

+304
-374
lines changed

4 files changed

+304
-374
lines changed

include/sot/core/feature-pose.hh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public:
116116

117117
public:
118118
FeaturePose(const std::string &name);
119-
virtual ~FeaturePose(void);
119+
virtual ~FeaturePose(void) {}
120120

121121
virtual unsigned int &getDimension(unsigned int &dim, int time);
122122

@@ -161,16 +161,9 @@ private:
161161
/// \todo Intermediate variables for internal computations
162162
};
163163

164-
#if __cplusplus >= 201103L
165-
extern template class SOT_CORE_DLLAPI FeaturePose<SE3Representation>;
166-
extern template class SOT_CORE_DLLAPI FeaturePose<R3xSO3Representation>;
167-
#endif
168-
169164
} /* namespace sot */
170165
} /* namespace dynamicgraph */
171166

172-
#include <sot/core/feature-pose.hxx>
173-
174167
#endif // #ifndef __SOT_FEATURE_TRANSFORMATION_HH__
175168

176169
/*

include/sot/core/feature-pose.hxx

Lines changed: 0 additions & 363 deletions
This file was deleted.

0 commit comments

Comments
 (0)