RAPP Platform API
 All Classes Namespaces Files Functions Variables Typedefs
rapp::object::human Class Reference

describes human coordinates More...

#include <human.hpp>

Public Member Functions

 human (float top_left_x, float top_left_y, float bottom_right_x, float bottom_right_y)
 Consruct using coordinates (a rectangle) More...
 
 human ()=default
 Allow empty consructor. More...
 
 human (const human &)=default
 Copy constructor. More...
 
bool operator== (const human &rhs) const
 Equality operator. More...
 

Private Attributes

float bottom_right_x__
 
float bottom_right_y__
 
float top_left_x__
 
float top_left_y__
 

Detailed Description

describes human coordinates

Version
0.6.0
Date
April-2016
Author
Alex Gkiokas a.gki.nosp@m.okas.nosp@m.@orte.nosp@m.lio..nosp@m.co.uk

Definition at line 13 of file human.hpp.

Constructor & Destructor Documentation

rapp::object::human::human ( float  top_left_x,
float  top_left_y,
float  bottom_right_x,
float  bottom_right_y 
)

Consruct using coordinates (a rectangle)

Definition at line 17 of file human.hpp.

rapp::object::human::human ( )
default

Allow empty consructor.

rapp::object::human::human ( const human )
default

Copy constructor.

Member Function Documentation

bool rapp::object::human::operator== ( const human rhs) const

Equality operator.

Definition at line 36 of file human.hpp.

Member Data Documentation

float rapp::object::human::bottom_right_x__
private

Definition at line 47 of file human.hpp.

float rapp::object::human::bottom_right_y__
private

Definition at line 48 of file human.hpp.

float rapp::object::human::top_left_x__
private

Definition at line 45 of file human.hpp.

float rapp::object::human::top_left_y__
private

Definition at line 46 of file human.hpp.


The documentation for this class was generated from the following file: