gtsam
4.0.0
gtsam
Dummy.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
20
#include <
gtsam/global_includes.h
>
21
#include <
gtsam_unstable/base/dllexport.h
>
22
#include <string>
23
24
namespace
gtsam
{
25
26
struct
GTSAM_UNSTABLE_EXPORT
Dummy
{
27
size_t
id;
28
Dummy
();
29
~
Dummy
();
30
void
print
(
const
std::string& s=
""
)
const
;
31
unsigned
char
dummyTwoVar(
unsigned
char
a)
const
;
32
};
33
34
}
// namespace gtsam
35
gtsam::print
void print(const Matrix &A, const string &s, ostream &stream)
print without optional string, must specify cout yourself
Definition:
Matrix.cpp:141
gtsam::Dummy
Definition:
Dummy.h:26
global_includes.h
Included from all GTSAM files.
gtsam
Global functions in a separate testing namespace.
Definition:
chartTesting.h:28
dllexport.h
Symbols for exporting classes and methods from DLLs.
gtsam_unstable
base
Dummy.h
Generated on Sun May 19 2019 01:04:44 for gtsam by
1.8.15