#include <ACDCGenCell.h>
Public Types | |
typedef vector < ACDCGenCellInfo >::size_type | Index |
the integer used for indices. | |
Public Attributes | |
double | g |
The overestimated maximum function value of this cell. | |
double | v |
The volume of the corresponding cell. | |
DVector | up |
The upper-right corner of the corresponding cell. | |
DVector | lo |
The lower-left corner of the corresponding cell. | |
Index | iup |
The index of the upper sub-cells in the vector in which the corresponding cell was inserted. | |
Index | ilo |
The index of the lower sub-cell in the vector in which the corresponding cell was inserted. |
They only make sense if extracted with the ACDCGenCell::extract function.
Definition at line 242 of file ACDCGenCell.h.
typedef vector<ACDCGenCellInfo>::size_type ACDCGenerator::ACDCGenCellInfo::Index |