#include <yarp/dev/Map2DPathData.h>
Definition at line 57 of file Map2DPathData.h.
 
◆ Editor() [1/4]
      
        
          | yarp::dev::Map2DPathData::Editor::Editor | ( |  | ) |  | 
      
 
 
◆ Editor() [2/4]
◆ ~Editor()
  
  | 
        
          | yarp::dev::Map2DPathData::Editor::~Editor | ( |  | ) |  |  | override | 
 
 
◆ Editor() [3/4]
  
  | 
        
          | yarp::dev::Map2DPathData::Editor::Editor | ( | const Editor & | rhs | ) |  |  | delete | 
 
 
◆ Editor() [4/4]
  
  | 
        
          | yarp::dev::Map2DPathData::Editor::Editor | ( | Editor && | rhs | ) |  |  | delete | 
 
 
◆ begin()
  
  | 
        
          | void yarp::dev::Map2DPathData::Editor::begin | ( |  | ) |  |  | inline | 
 
 
◆ clean()
      
        
          | void yarp::dev::Map2DPathData::Editor::clean | ( |  | ) |  | 
      
 
 
◆ did_set_waypoints()
  
  | 
        
          | bool yarp::dev::Map2DPathData::Editor::did_set_waypoints | ( |  | ) |  |  | virtual | 
 
 
◆ edit()
      
        
          | bool yarp::dev::Map2DPathData::Editor::edit | ( | Map2DPathData & | obj, | 
        
          |  |  | bool | dirty = true | 
        
          |  | ) |  |  | 
      
 
 
◆ end()
  
  | 
        
          | void yarp::dev::Map2DPathData::Editor::end | ( |  | ) |  |  | inline | 
 
 
◆ get_waypoints()
◆ isValid()
      
        
          | bool yarp::dev::Map2DPathData::Editor::isValid | ( |  | ) | const | 
      
 
 
◆ operator=() [1/2]
  
  | 
        
          | Editor& yarp::dev::Map2DPathData::Editor::operator= | ( | const Editor & | rhs | ) |  |  | delete | 
 
 
◆ operator=() [2/2]
  
  | 
        
          | Editor& yarp::dev::Map2DPathData::Editor::operator= | ( | Editor && | rhs | ) |  |  | delete | 
 
 
◆ read()
Read this object from a network connection. 
Override this for your particular class.
- Parameters
- 
  
    | reader | an interface to the network connection for reading |  
 
- Returns
- true iff the object is successfully read 
Implements yarp::os::PortReader.
Definition at line 189 of file Map2DPathData.cpp.
 
 
◆ set_waypoints() [1/2]
◆ set_waypoints() [2/2]
◆ start_editing()
      
        
          | void yarp::dev::Map2DPathData::Editor::start_editing | ( |  | ) |  | 
      
 
 
◆ state()
◆ stop_editing()
      
        
          | void yarp::dev::Map2DPathData::Editor::stop_editing | ( |  | ) |  | 
      
 
 
◆ will_set_waypoints()
  
  | 
        
          | bool yarp::dev::Map2DPathData::Editor::will_set_waypoints | ( |  | ) |  |  | virtual | 
 
 
◆ write()
Write this object to a network connection. 
Override this for your particular class. Be aware that depending on the nature of the connections a port has, and what protocol they use, and how efficient the YARP implementation is, this method may be called once, twice, or many times, as the result of a single call to Port::write 
- Parameters
- 
  
    | writer | an interface to the network connection for writing |  
 
- Returns
- true iff the object is successfully written 
Implements yarp::os::PortWriter.
Definition at line 292 of file Map2DPathData.cpp.
 
 
The documentation for this class was generated from the following files: