INTRODUCTION
Overview
Download and Install
Quick Start
Documentation
Publications

NONFRAMEWORK CODE
Driver Interfaces
Drivers
Libraries
Utilities

FRAMEWORK CODE
Interfaces
Components
Libraries
Utilities

Full Software Listings

DEVELOPER
Tutorials
Examples
Dev Guide
Dashboard

PEOPLE
Contributors
Users

SourceForge.net Logo
Project
Download
Mailing lists

 

         

solve.h

00001 #ifndef HYDROPATHPLANSPARSESKEL_SOLVE_H
00002 #define HYDROPATHPLANSPARSESKEL_SOLVE_H
00003 
00004 #include <hydropathplan/sparseskel/sparseskel.h>
00005 
00006 namespace hydropathplan {
00007 namespace sparseskel {
00008 
00009 // Non-member functions
00010 void findShortestPath( const ContiguousSparseSkel &cSkel,
00011                        const SparseSkelNode *start,
00012                        const SparseSkelNode *goal,
00013                        std::vector<const SparseSkelNode *> &path );
00014 
00015 
00016 }
00017 }
00018 
00019 #endif
 

Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)


Generated for Orca Robotics by  doxygen 1.4.5