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 
21 #include <gtsam/geometry/Point2.h>
22 
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 
int main()
static int runAllTests(TestResult &result)
void construct(...)
Definition: init.h:85
Definition: Half.h:150
Internals for Expression.h, not for general consumption.
traits
Definition: chartTesting.h:28
Execution trace for expressions.
TEST(ExecutionTrace, construct)
2D Point


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:46:32