Public Member Functions | |
| datapack () | |
| The default constructor of an uninitialized data pack. | |
| datapack (int _num, const parCube &_box) | |
| A nice constructor which initializes all the data. | |
Public Attributes | |
| int | num |
| The number of the data pack. | |
| parCube | box |
| The cube (with respect to the iterator) sent to a worker. | |
Definition at line 99 of file coord.h.
| Coordinator::datapack::datapack | ( | ) | [inline] |
| Coordinator::datapack::datapack | ( | int | _num, | |
| const parCube & | _box | |||
| ) | [inline] |
1.5.3