Go to the source code of this file.
Classes | |
| class | cmtk::HistogramBase |
| Common (non-template) base class for all 1-D histograms. More... | |
Namespaces | |
| namespace | cmtk |
Defines | |
| #define | CMTK_HISTOGRAM_AUTOBINS 0 |
| Constant for number of bins to be determined automatically. | |
| #define | CMTK_HISTOGRAM_FRACTIONAL true |
| Constant for affirmative fractional bin flag. | |
| #define | CMTK_HISTOGRAM_DISCRETE false |
| Constant for affirmative fractional bin flag. | |
| #define | CMTK_HISTOGRAM_RESET true |
| Constant for resetting histogram bins on instantiation. | |
| #define | CMTK_HISTOGRAM_NORESET false |
| Constant for not resetting histogram bins on instantiation. | |
| #define | CMTK_HISTOGRAM_COPY true |
| Constant for copying histogram bin values on object duplication. | |
| #define | CMTK_HISTOGRAM_NOCOPY false |
| Constant for not copying histogram bin values on object duplication. | |
| #define CMTK_HISTOGRAM_AUTOBINS 0 |
Constant for number of bins to be determined automatically.
Definition at line 47 of file cmtkHistogramBase.h.
Referenced by cmtk::VoxelMatchingMetric_Type< T, DT >::ImageData::Init(), and cmtk::VoxelMatchingCorrRatio< I >::VoxelMatchingCorrRatio().
| #define CMTK_HISTOGRAM_COPY true |
Constant for copying histogram bin values on object duplication.
Definition at line 63 of file cmtkHistogramBase.h.
| #define CMTK_HISTOGRAM_DISCRETE false |
Constant for affirmative fractional bin flag.
Definition at line 54 of file cmtkHistogramBase.h.
| #define CMTK_HISTOGRAM_FRACTIONAL true |
Constant for affirmative fractional bin flag.
Definition at line 51 of file cmtkHistogramBase.h.
| #define CMTK_HISTOGRAM_NOCOPY false |
Constant for not copying histogram bin values on object duplication.
Definition at line 66 of file cmtkHistogramBase.h.
| #define CMTK_HISTOGRAM_NORESET false |
Constant for not resetting histogram bins on instantiation.
Definition at line 60 of file cmtkHistogramBase.h.
| #define CMTK_HISTOGRAM_RESET true |
Constant for resetting histogram bins on instantiation.
Definition at line 57 of file cmtkHistogramBase.h.
1.7.2