|
iCub-main
|
Class representing a list of external contacts. More...
#include <dynContactList.h>
Inheritance diagram for iCub::skinDynLib::dynContactList:Public Member Functions | |
| dynContactList () | |
| dynContactList (const size_type &n, const dynContact &value=dynContact()) | |
| virtual bool | read (yarp::os::ConnectionReader &connection) |
| virtual bool | write (yarp::os::ConnectionWriter &connection) const |
| Write dynContactList to a connection. | |
| virtual std::string | toString (const int &precision=-1) const |
| Useful to print some information. | |
Class representing a list of external contacts.
Definition at line 42 of file dynContactList.h.
| dynContactList::dynContactList | ( | ) |
Definition at line 23 of file dynContactList.cpp.
| dynContactList::dynContactList | ( | const size_type & | n, |
| const dynContact & | value = dynContact() |
||
| ) |
Definition at line 26 of file dynContactList.cpp.
|
virtual |
Definition at line 33 of file dynContactList.cpp.
|
virtual |
Useful to print some information.
Definition at line 67 of file dynContactList.cpp.
|
virtual |
Write dynContactList to a connection.
return true iff a dynContactList was written correctly
Definition at line 53 of file dynContactList.cpp.