/* ---------------------------------------------------------------------------- * GTSAM Copyright 2010, Georgia Tech Research Corporation, * Atlanta, Georgia 30332-0415 * All Rights Reserved * Authors: Frank Dellaert, et al. (see THANKS for the full author list) * See LICENSE for the license information * -------------------------------------------------------------------------- */ /* * h * Author: Richard Roberts */ #pragma once #include #include #include #include #include #include #include #include namespace gtsam { class Point2; typedef LieValues SymbolicValues; // save graph to the graphviz format void saveGraph(const SymbolicFactorGraph& fg, const SymbolicValues& config, const std::string& s); } // namespace gtsam