Classes | Namespaces | Typedefs | Functions
graph.cpp File Reference

A basic scene graph using boost. More...

#include <tesseract_common/macros.h>
#include <boost/graph/directed_graph.hpp>
#include <boost/graph/depth_first_search.hpp>
#include <boost/graph/breadth_first_search.hpp>
#include <boost/graph/adj_list_serialize.hpp>
#include <boost/graph/dijkstra_shortest_paths.hpp>
#include <boost/graph/undirected_graph.hpp>
#include <boost/graph/copy.hpp>
#include <boost/serialization/access.hpp>
#include <boost/serialization/base_object.hpp>
#include <boost/serialization/nvp.hpp>
#include <boost/serialization/shared_ptr.hpp>
#include <boost/serialization/split_member.hpp>
#include <fstream>
#include <console_bridge/console.h>
#include <boost/serialization/unordered_map.hpp>
#include <boost/serialization/utility.hpp>
#include <tesseract_scene_graph/graph.h>
#include <tesseract_scene_graph/link.h>
#include <tesseract_scene_graph/joint.h>
#include <tesseract_common/allowed_collision_matrix.h>
#include <tesseract_common/utils.h>
#include <tesseract_common/serialization.h>
Include dependency graph for graph.cpp:

Go to the source code of this file.

Classes

struct  tesseract_scene_graph::adjacency_detector
 
struct  tesseract_scene_graph::children_detector
 
struct  tesseract_scene_graph::cycle_detector
 
struct  tesseract_scene_graph::tree_detector
 
struct  tesseract_scene_graph::ugraph_vertex_copier
 

Namespaces

 tesseract_scene_graph
 

Typedefs

using tesseract_scene_graph::UGraph = boost::adjacency_list< boost::listS, boost::listS, boost::undirectedS, VertexProperty, EdgeProperty, GraphProperty >
 

Functions

std::ostream & tesseract_scene_graph::operator<< (std::ostream &os, const ShortestPath &path)
 

Detailed Description

A basic scene graph using boost.

Author
Levi Armstrong
Date
Dec 18, 2017
Version
TODO
Bug:
No known bugs
License
Software License Agreement (Apache License)
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition in file graph.cpp.



tesseract_scene_graph
Author(s): Levi Armstrong
autogenerated on Sun May 18 2025 03:01:49