RadiotherapyData Class Reference
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. |
Detailed Description
Instance data for radio therapy problem.
Definition at line 49 of file radiotherapy.cpp.
Constructor & Destructor Documentation
RadiotherapyData::RadiotherapyData | ( | int | m0, | |
int | n0, | |||
const int * | intensity0 | |||
) | [inline] |
Construct instance data.
Definition at line 68 of file radiotherapy.cpp.
Member Data Documentation
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.
Minimal beam time (computed from other parameters).
Definition at line 63 of file radiotherapy.cpp.
Maximal beam time (computed from other parameters).
Definition at line 64 of file radiotherapy.cpp.
Sum of all intensities.
Definition at line 65 of file radiotherapy.cpp.
The documentation for this class was generated from the following file:
- examples/radiotherapy.cpp (Revision: 12001)