gtsam_unstable
base
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
#pragma once
21
22
#include <
gtsam/global_includes.h
>
23
#include <gtsam_unstable/dllexport.h>
24
#include <string>
25
26
namespace
gtsam
{
27
28
struct
GTSAM_UNSTABLE_EXPORT
Dummy
{
29
size_t
id
;
30
Dummy
();
31
~
Dummy
();
32
void
print
(
const
std::string&
s
=
""
)
const
;
33
unsigned
char
dummyTwoVar(
unsigned
char
a
)
const
;
34
};
35
36
}
// namespace gtsam
37
global_includes.h
Included from all GTSAM files.
s
RealScalar s
Definition:
level1_cplx_impl.h:126
gtsam::Dummy
Definition:
Dummy.h:28
gtsam::Dummy::id
size_t id
Definition:
Dummy.h:29
gtsam::print
void print(const Matrix &A, const string &s, ostream &stream)
Definition:
Matrix.cpp:155
a
ArrayXXi a
Definition:
Array_initializer_list_23_cxx11.cpp:1
gtsam
traits
Definition:
SFMdata.h:40
gtsam
Author(s):
autogenerated on Fri Nov 1 2024 03:32:27