gtsam
discrete
SignatureParser.h
Go to the documentation of this file.
1
/* ----------------------------------------------------------------------------
2
3
* GTSAM Copyright 2010, Georgia Tech Research Corporation,
4
* Atlanta, Georgia 30332-0415
5
* All Rights Reserved
6
* Authors: Frank Dellaert, et al. (see THANKS for the full author list)
7
8
* See LICENSE for the license information
9
10
* -------------------------------------------------------------------------- */
11
19
#pragma once
20
21
#include <optional>
22
#include <string>
23
#include <vector>
24
25
namespace
gtsam
{
50
struct
SignatureParser
{
51
using
Row
= std::vector<double>;
52
using
Table
= std::vector<Row>;
53
54
static
std::optional<Table>
Parse
(
const
std::string&
str
);
55
};
56
}
// namespace gtsam
gtsam::SignatureParser::Table
std::vector< Row > Table
Definition:
SignatureParser.h:52
str
Definition:
pytypes.h:1403
gtsam::SignatureParser::Parse
static std::optional< Table > Parse(const std::string &str)
Definition:
SignatureParser.cpp:77
gtsam
traits
Definition:
chartTesting.h:28
gtsam::SignatureParser
A simple parser that replaces the boost spirit parser.
Definition:
SignatureParser.h:50
gtsam::SignatureParser::Row
std::vector< double > Row
Definition:
SignatureParser.h:51
gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:35:43