Instance data for radio therapy problem. More...
Public Member Functions | |
RadiotherapyData (int m0, int n0, const int *intensity0) | |
Construct instance data. |
Public Attributes | |
const int | m |
Height of intensity matrix. | |
const int | n |
Width of intensity matrix. | |
const int * | intensity |
Intensity matrix. | |
int | btMin |
Minimal beam time (computed from other parameters) | |
int | btMax |
Maximal beam time (computed from other parameters) | |
int | intsSum |
Sum of all intensities. |
Instance data for radio therapy problem.
Definition at line 45 of file radiotherapy.cpp.
|
inline |
Construct instance data.
Definition at line 64 of file radiotherapy.cpp.
const int RadiotherapyData::m |
Height of intensity matrix.
Definition at line 55 of file radiotherapy.cpp.
const int RadiotherapyData::n |
Width of intensity matrix.
Definition at line 56 of file radiotherapy.cpp.
const int* RadiotherapyData::intensity |
Intensity matrix.
Definition at line 57 of file radiotherapy.cpp.
int RadiotherapyData::btMin |
Minimal beam time (computed from other parameters)
Definition at line 59 of file radiotherapy.cpp.
int RadiotherapyData::btMax |
Maximal beam time (computed from other parameters)
Definition at line 60 of file radiotherapy.cpp.
int RadiotherapyData::intsSum |
Sum of all intensities.
Definition at line 61 of file radiotherapy.cpp.