#include <macro.h>
|
| | XY_Size ()=default |
| |
| unsigned | t () const noexcept |
| |
| unsigned | r () const noexcept |
| |
| unsigned | _ () const noexcept |
| |
| bool | hasKey (std::string id) const noexcept |
| |
| std::pair< unsigned, unsigned > | xy (std::string id) const |
| |
| unsigned | x (std::string id) const |
| |
| unsigned | y (std::string id) const |
| |
| unsigned | x_mul_y (std::string id) const |
| |
|
| unsigned | Tx = 0 |
| |
| unsigned | Ty = 0 |
| |
| unsigned | Rx = 0 |
| |
| unsigned | Ry = 0 |
| |
| std::map< std::string, std::pair< unsigned, unsigned > > | nodes_xy |
| |
◆ XY_Size()
◆ _()
| unsigned XY_Size::_ |
( |
| ) |
const |
|
inlinenoexcept |
◆ hasKey()
| bool XY_Size::hasKey |
( |
std::string |
id | ) |
const |
|
inlinenoexcept |
◆ r()
| unsigned XY_Size::r |
( |
| ) |
const |
|
inlinenoexcept |
◆ t()
| unsigned XY_Size::t |
( |
| ) |
const |
|
inlinenoexcept |
◆ x()
| unsigned XY_Size::x |
( |
std::string |
id | ) |
const |
|
inline |
◆ x_mul_y()
| unsigned XY_Size::x_mul_y |
( |
std::string |
id | ) |
const |
|
inline |
◆ xy()
| std::pair< unsigned, unsigned > XY_Size::xy |
( |
std::string |
id | ) |
const |
|
inline |
◆ y()
| unsigned XY_Size::y |
( |
std::string |
id | ) |
const |
|
inline |
◆ nodes_xy
| std::map<std::string, std::pair<unsigned, unsigned> > XY_Size::nodes_xy |
◆ Rx
◆ Ry
◆ Tx
◆ Ty
The documentation for this struct was generated from the following file: