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] |
Member Data Documentation
| const int RadiotherapyData::m |
| const int RadiotherapyData::n |
| const int* RadiotherapyData::intensity |
The documentation for this class was generated from the following file:
- examples/radiotherapy.cpp (Revision: 9095)
