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 Project Download Mailing lists
|
obstacleutil.h00001 #ifndef HYDROSIM2D_OBSTACLEUTIL_H 00002 #define HYDROSIM2D_OBSTACLEUTIL_H 00003 00004 #include <hydroogmap/hydroogmap.h> 00005 00006 namespace hydrosim2d { 00007 00009 void 00010 placeSquareObstacle( hydroogmap::OgMap &ogMap, 00011 double x, 00012 double y, 00013 double width ); 00014 00015 } 00016 00017 #endif |
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)