The Conley-Morse Graphs Software
Public Member Functions | Public Attributes | List of all members
Coordinator::datapack Struct Reference

This is an auxiliary class whose objects store the information on the data chunks sent to workers. More...

Public Member Functions

 datapack ()
 The default constructor of an uninitialized data pack. More...
 
 datapack (int _num, const parCube &_box)
 A nice constructor which initializes all the data. More...
 

Public Attributes

int num
 The number of the data pack. More...
 
parCube box
 The cube (with respect to the iterator) sent to a worker. More...
 

Detailed Description

This is an auxiliary class whose objects store the information on the data chunks sent to workers.

Definition at line 108 of file coord.h.

Constructor & Destructor Documentation

◆ datapack() [1/2]

Coordinator::datapack::datapack ( )
inline

The default constructor of an uninitialized data pack.

Definition at line 111 of file coord.h.

◆ datapack() [2/2]

Coordinator::datapack::datapack ( int  _num,
const parCube _box 
)
inline

A nice constructor which initializes all the data.

Definition at line 114 of file coord.h.

Member Data Documentation

◆ box

parCube Coordinator::datapack::box

The cube (with respect to the iterator) sent to a worker.

Definition at line 125 of file coord.h.

◆ num

int Coordinator::datapack::num

The number of the data pack.

Definition at line 122 of file coord.h.


The documentation for this struct was generated from the following file: