Generated on Thu Mar 22 10:39:52 2012 for Gecode by doxygen 1.6.3

RadiotherapyData Class Reference

Instance data for radio therapy problem. More...

List of all members.

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

Height of intensity matrix.

Definition at line 59 of file radiotherapy.cpp.

Width of intensity matrix.

Definition at line 60 of file radiotherapy.cpp.

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: