add GTSAM_EXPORT to additional Ordering methods

release/4.3a0
Varun Agrawal 2023-06-21 13:03:54 -04:00
parent 429d5de601
commit f65414d7ef
1 changed files with 2 additions and 0 deletions

View File

@ -77,9 +77,11 @@ public:
* @param keys The key vector to append to this ordering.
* @return The ordering variable with appended keys.
*/
GTSAM_EXPORT
This& operator+=(KeyVector& keys);
/// Check if key exists in ordering.
GTSAM_EXPORT
bool contains(const Key& key) const;
/**