add GTSAM_EXPORT tags
parent
c9397c34fc
commit
5fa889b035
|
@ -47,7 +47,7 @@ namespace gtsam {
|
||||||
*
|
*
|
||||||
* Also fails if the rows are not of the same size.
|
* Also fails if the rows are not of the same size.
|
||||||
*/
|
*/
|
||||||
struct SignatureParser {
|
struct GTSAM_EXPORT SignatureParser {
|
||||||
using Row = std::vector<double>;
|
using Row = std::vector<double>;
|
||||||
using Table = std::vector<Row>;
|
using Table = std::vector<Row>;
|
||||||
|
|
||||||
|
|
|
@ -18,12 +18,13 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <gtsam_unstable/dllexport.h>
|
||||||
#include <gtsam_unstable/linear/QP.h>
|
#include <gtsam_unstable/linear/QP.h>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
namespace gtsam {
|
namespace gtsam {
|
||||||
|
|
||||||
class QPSParser {
|
class GTSAM_UNSTABLE_EXPORT QPSParser {
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::string fileName_;
|
std::string fileName_;
|
||||||
|
|
Loading…
Reference in New Issue