gtsam
nonlinear
tests
testExecutionTrace.cpp
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
* -------------------------------1------------------------------------------- */
11
19
#include <
gtsam/nonlinear/internal/CallRecord.h
>
20
#include <
gtsam/nonlinear/internal/ExecutionTrace.h
>
21
#include <
gtsam/geometry/Point2.h
>
22
23
#include <
CppUnitLite/TestHarness.h
>
24
25
using namespace
std
;
26
using namespace
gtsam
;
27
28
/* ************************************************************************* */
29
// Constant
30
TEST
(ExecutionTrace,
construct
) {
31
internal::ExecutionTrace<Point2> trace;
32
}
33
34
/* ************************************************************************* */
35
int
main
() {
36
TestResult
tr;
37
return
TestRegistry::runAllTests
(tr);
38
}
39
/* ************************************************************************* */
40
TestRegistry::runAllTests
static int runAllTests(TestResult &result)
Definition:
TestRegistry.cpp:27
TestHarness.h
ExecutionTrace.h
Execution trace for expressions.
Point2.h
2D Point
TEST
TEST(ExecutionTrace, construct)
Definition:
testExecutionTrace.cpp:30
TestResult
Definition:
TestResult.h:26
main
int main()
Definition:
testExecutionTrace.cpp:35
gtsam
traits
Definition:
SFMdata.h:40
construct
void construct(...)
Definition:
init.h:107
std
Definition:
BFloat16.h:88
CallRecord.h
Internals for Expression.h, not for general consumption.
gtsam
Author(s):
autogenerated on Fri Nov 1 2024 03:39:55