#include <Floor.h>
Collaboration diagram for Sensel:

Public Member Functions | |
| Sensel (const Point2 &location, short val) | |
| Constructs the sensel given a location and value. | |
| Sensel () | |
| Default constructor. Does not initialize any values. | |
Public Attributes | |
| Point2 | location |
| Location of the sensel. | |
| point | mocap |
| Transformed floor coordinate in the mocap system. | |
| short | val |
| Value of the sensel. | |
| short | mat |
| Physical mat this sensel belongs to. | |
| short | index |
| Physical index of the sensel within the mat. | |
| short | system_frame |
| The system frame number (0-255). | |
Friends | |
| class | boost::serialization::access |
1.5.1-p1