6 #ifndef YARP_DEV_MAP2DAREA_H
7 #define YARP_DEV_MAP2DAREA_H
44 Map2DArea(
const std::string& map_name,
const std::vector<yarp::dev::Nav2D::Map2DLocation> area_points);
61 bool operator!=(
const Map2DArea& r)
const;
67 bool operator==(
const Map2DArea& r)
const;
111 std::vector<yarp::math::Vec2D<double>>
points;
contains the definition of a Map2DLocation type
std::vector< yarp::math::Vec2D< double > > points
An interface for reading from a network connection.
An interface for writing to a network connection.
This is a base class for objects that can be both read from and be written to the YARP network.
std::string toString(const T &value)
convert an arbitrary type to string.
bool isValid()
Check if time is valid (non-zero).
bool read(ImageOf< PixelRgb > &dest, const std::string &src, image_fileformat format=FORMAT_ANY)
bool write(const ImageOf< PixelRgb > &src, const std::string &dest, image_fileformat format=FORMAT_PPM)
The main, catch-all namespace for YARP.