gtsam
4.3.0
gtsam
Loading...
Searching...
No Matches
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
19
20
#pragma once
21
22
#include <gtsam/config.h>
23
24
#ifdef GTSAM_ALLOW_DEPRECATED_SINCE_V43
25
26
#include <
gtsam/global_includes.h
>
27
#include <gtsam_unstable/dllexport.h>
28
#include <string>
29
30
namespace
gtsam
{
31
36
struct
GTSAM_UNSTABLE_EXPORT Dummy {
37
size_t
id;
38
Dummy();
39
~Dummy();
40
Dummy(
const
Dummy& other) =
default
;
41
Dummy& operator=(
const
Dummy& other) =
default
;
42
void
print
(
const
std::string& s=
""
)
const
;
43
unsigned
char
dummyTwoVar(
unsigned
char
a)
const
;
44
};
45
46
}
// namespace gtsam
47
48
#endif
// GTSAM_ALLOW_DEPRECATED_SINCE_V43
global_includes.h
Included from all GTSAM files.
gtsam
Global functions in a separate testing namespace.
Definition
chartTesting.h:28
gtsam::print
void print(const Matrix &A, const string &s, ostream &stream)
print without optional string, must specify cout yourself
Definition
Matrix.cpp:143
tmp
gtsam-4.3.0-doxygen.rsXPUS
source
gtsam_unstable
base
Dummy.h
Generated on
for gtsam by
1.16.1