Structure used to keep track of the coordinates of the box or matrix-3d we are working on and finally they are passed back as the solution set.
Definition at line 29 of file box3d.h.
Public Types | |
| typedef C | coeff_t |
Public Member Functions | |
| box3d () | |
| box3d (C xMin, C xMax, C yMin, C yMax, C zMin, C zMax) | |
| box3d (const box3d &box) | |
| void | set (C xMin, C xMax, C yMin, C yMax, C zMin, C zMax) |
| box3d | operator= (const box3d< C > &box) |
Public Attributes | |
| C | x0 |
| C | x1 |
| C | y0 |
| C | y1 |
| C | z0 |
| C | z1 |
| typedef C topology::box3d< C >::coeff_t |
| topology::box3d< C >::box3d | ( | ) |
| topology::box3d< C >::box3d | ( | C | xMin, | |
| C | xMax, | |||
| C | yMin, | |||
| C | yMax, | |||
| C | zMin, | |||
| C | zMax | |||
| ) |
| topology::box3d< C >::box3d | ( | const box3d< C > & | box | ) |
| void topology::box3d< C >::set | ( | C | xMin, | |
| C | xMax, | |||
| C | yMin, | |||
| C | yMax, | |||
| C | zMin, | |||
| C | zMax | |||
| ) |
Set values of the box.
Definition at line 56 of file box3d.h.
References topology::box3d< C >::x0, topology::box3d< C >::x1, topology::box3d< C >::y0, topology::box3d< C >::y1, topology::box3d< C >::z0, and topology::box3d< C >::z1.
| box3d topology::box3d< C >::operator= | ( | const box3d< C > & | box | ) |
Affectation operator.
Definition at line 64 of file box3d.h.
References topology::box3d< C >::x0, topology::box3d< C >::x1, topology::box3d< C >::y0, topology::box3d< C >::y1, topology::box3d< C >::z0, and topology::box3d< C >::z1.
| C topology::box3d< C >::x0 |
Box coordinates.
Definition at line 35 of file box3d.h.
Referenced by build_box(), checkbox3d(), Cell3dN< N, C, MP >::contains_point(), Cell3d< C, MP >::contains_point(), operator<<(), topology::box3d< C >::operator=(), operator==(), topology::box3d< C >::set(), Cell3dN< N, C, MP >::testsize(), and Cell3d< C, MP >::testsize().
![]() |