noos::object::human Class Reference
describes human coordinates More...
#include <human.hpp>
Public Member Functions | |
| human (const json::const_iterator &human_it) | |
Constructor using json for modern C++ | |
| json::object_t | to_json () const |
| bool | operator== (const human &rhs) const |
| Equality operator. | |
| void | up_left_point (const json::const_iterator &coord_it) |
| Method to find component up_left_point in json data. | |
| void | down_right_point (const json::const_iterator &coord_it) |
| Method to find component down_right_point in json data. | |
Public Attributes | |
| float | top_left_x |
| coordinate x of the top left corner | |
| float | top_left_y |
| coordinate y of the top left corner | |
| float | bottom_right_x |
| coordinate x of the bottom right corner | |
| float | bottom_right_y |
| coordinate y of the bottom right corner | |
Detailed Description
describes human coordinates
- Version
- 0.7.0
- Date
- 25 August-2016
Collaboration diagram for noos::object::human:

Member Function Documentation
| json::object_t noos::object::human::to_json | ( | ) | const |
- Returns
- a json object
The documentation for this class was generated from the following file:
- noos/objects/human.hpp
