MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Base class for all histogram classes. More...
#include <mdsHistogramBase.h>
Public Types | |
typedef H | tHistogram |
Concrete histogram type. | |
Public Member Functions | |
tHistogram & | getImpl () |
Returns reference to the histogram implementation. | |
const tHistogram & | getImpl () const |
Protected Member Functions | |
CHistogramBase () | |
Default constructor. | |
CHistogramBase (const CHistogramBase &) | |
Copy constructor. | |
CHistogramBase & | operator= (const CHistogramBase &) |
Assignment operator. |
Base class for all histogram classes.
typedef H mds::img::CHistogramBase< H >::tHistogram |
Concrete histogram type.
mds::img::CHistogramBase< H >::CHistogramBase | ( | ) | [protected] |
Default constructor.
mds::img::CHistogramBase< H >::CHistogramBase | ( | const CHistogramBase< H > & | ) | [protected] |
Copy constructor.
tHistogram& mds::img::CHistogramBase< H >::getImpl | ( | ) |
Returns reference to the histogram implementation.
const tHistogram& mds::img::CHistogramBase< H >::getImpl | ( | ) | const |
CHistogramBase& mds::img::CHistogramBase< H >::operator= | ( | const CHistogramBase< H > & | ) | [protected] |
Assignment operator.