|
| Taxel () |
| Default Constructor. More...
|
|
| Taxel (const yarp::sig::Vector &_position, const yarp::sig::Vector &_normal) |
| Constructor with position and normal vectors. More...
|
|
| Taxel (const yarp::sig::Vector &_position, const yarp::sig::Vector &_normal, const int &_id) |
| Constructor with position, normal and ID. More...
|
|
| Taxel (const Taxel &_t) |
| Copy Constructor. More...
|
|
Taxel & | operator= (const Taxel &_t) |
| Copy Operator. More...
|
|
int | getID () |
| Gets the ID of the taxel. More...
|
|
yarp::sig::Vector | getPosition () |
| Gets the Position of the taxel in the limb's FoR. More...
|
|
yarp::sig::Vector | getNormal () |
| Gets the Normal of the taxel in the limb's FoR. More...
|
|
yarp::sig::Vector | getWRFPosition () |
| Gets the Position of the taxel in the root FoR. More...
|
|
yarp::sig::Vector | getPx () |
| Gets the u,v position of the taxel in one of the eyes. More...
|
|
yarp::sig::Matrix | getFoR () |
| Gets the Frame of Reference of the taxel. More...
|
|
bool | setID (int _ID) |
| Sets the ID of the taxel. More...
|
|
bool | setPosition (const yarp::sig::Vector &_Position) |
| Sets the Position of the taxel in the limb's FoR. More...
|
|
bool | setNormal (const yarp::sig::Vector &_Normal) |
| Sets the Normal of the taxel in the limb's FoR. More...
|
|
bool | setWRFPosition (const yarp::sig::Vector &_WRFPosition) |
| Sets the Position of the taxel in the root FoR. More...
|
|
bool | setPx (const yarp::sig::Vector &_px) |
| Sets the u,v position of the taxel in one of the eyes. More...
|
|
virtual void | print (int verbosity=0) |
| Print Method. More...
|
|
virtual std::string | toString (int verbosity=0) |
| toString Method More...
|
|
Class that encloses everything relate to a Taxel, i.e.
the atomic element the iCub skin is composed of. It is empowered by a Position and a Normal (both relative to the body part it belong to), and some more useful members (such as its 2D coordinates into the image frame of one of the eyes, its Frame of Reference base on the Position and Normal members, its position into the World Reference Frame)
Definition at line 56 of file Taxel.h.