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