The Original CHomP Software
|
This is a helper class which defines a single data pack used in the communication between coordinator and workers in the multi-work subdivision framework. More...
#include <mwsubdiv.h>
Public Member Functions | |
mwSubDataPack () | |
The default constructor. More... | |
mwSubDataPack (int _num, const tCubeFix< dim, coord > &_q, int _level, bool _full) | |
A nice constructor. More... | |
Public Attributes | |
int | num |
The number of the data pack. More... | |
tCubeFix< dim, coord > | q |
The cube sent to a worker. More... | |
int | level |
The subdivision level of the cube. More... | |
bool | full |
Is this a full cube (or just a probe)? More... | |
This is a helper class which defines a single data pack used in the communication between coordinator and workers in the multi-work subdivision framework.
Definition at line 518 of file mwsubdiv.h.
|
inline |
|
inline |
A nice constructor.
Definition at line 525 of file mwsubdiv.h.
bool chomp::multiwork::mwSubDataPack< dim, coord >::full |
Is this a full cube (or just a probe)?
Definition at line 542 of file mwsubdiv.h.
int chomp::multiwork::mwSubDataPack< dim, coord >::level |
The subdivision level of the cube.
Definition at line 539 of file mwsubdiv.h.
int chomp::multiwork::mwSubDataPack< dim, coord >::num |
The number of the data pack.
Definition at line 533 of file mwsubdiv.h.
tCubeFix<dim,coord> chomp::multiwork::mwSubDataPack< dim, coord >::q |
The cube sent to a worker.
Definition at line 536 of file mwsubdiv.h.