|
Monero
|


Public Member Functions | |
| Box () | |
| Box (double x, double y, double width, double height) | |
| ~Box () | |
| const char * | GetType () const |
| void | Print (std::ostream &os) const |
| Public Member Functions inherited from Shape | |
| virtual | ~Shape () |
Private Attributes | |
| double | width_ |
| double | height_ |
Friends | |
| template<typename Archiver> | |
| Archiver & | operator& (Archiver &ar, Box &b) |
Additional Inherited Members | |
| Protected Member Functions inherited from Shape | |
| Shape () | |
| Shape (double x, double y) | |
| Protected Attributes inherited from Shape | |
| double | x_ |
| double | y_ |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Implements Shape.
|
private |
|
private |