|
OpenWalnut
1.2.5
|
Test WValueSetHistogram. More...
#include <WValueSetHistogram_test.h>
Inheritance diagram for WValueSetHistogramTest:Public Member Functions | |
| void | testInstantiation (void) |
| Test instantiation. | |
| void | testOperator (void) |
| Test operator[]. | |
| void | testAt (void) |
| Test at() | |
| void | testMinMax (void) |
| Test getMinimum(), getMaximum() | |
| void | testSizes (void) |
| Test size(), and getBucketSize() | |
| void | testIndex (void) |
| Test getIndexForValue() | |
| void | testAccum (void) |
| Test accumulate. | |
| void | testCopyWithoutIntervalChanges (void) |
| Test copy construction. | |
| void | testCopyWithIntervalChanges (void) |
| Test copy construction with changed interval sizes. | |
Test WValueSetHistogram.
Definition at line 39 of file WValueSetHistogram_test.h.
|
inline |
Test accumulate.
Definition at line 175 of file WValueSetHistogram_test.h.
|
inline |
Test at()
Definition at line 84 of file WValueSetHistogram_test.h.
|
inline |
Test copy construction with changed interval sizes.
Definition at line 239 of file WValueSetHistogram_test.h.
References WValueSetHistogram::at(), WValueSetHistogram::m_initialBuckets, WValueSetHistogram::m_initialBucketSize, WValueSetHistogram::m_mappedBuckets, WValueSetHistogram::m_mappedBucketSize, WHistogram::m_maximum, WValueSet< T >::m_maximum, WHistogram::m_minimum, WValueSet< T >::m_minimum, WValueSetHistogram::m_nInitialBuckets, and WValueSetHistogram::m_nMappedBuckets.
|
inline |
Test copy construction.
Definition at line 199 of file WValueSetHistogram_test.h.
References WValueSetHistogram::m_initialBuckets, WValueSetHistogram::m_initialBucketSize, WValueSetHistogram::m_mappedBuckets, WValueSetHistogram::m_mappedBucketSize, WHistogram::m_maximum, WValueSet< T >::m_maximum, WHistogram::m_minimum, WValueSet< T >::m_minimum, WValueSetHistogram::m_nInitialBuckets, and WValueSetHistogram::m_nMappedBuckets.
|
inline |
Test getIndexForValue()
Definition at line 148 of file WValueSetHistogram_test.h.
|
inline |
Test instantiation.
Definition at line 45 of file WValueSetHistogram_test.h.
|
inline |
Test getMinimum(), getMaximum()
Definition at line 110 of file WValueSetHistogram_test.h.
|
inline |
Test operator[].
Definition at line 63 of file WValueSetHistogram_test.h.
|
inline |
Test size(), and getBucketSize()
Definition at line 129 of file WValueSetHistogram_test.h.
References WValueSet< T >::size().
1.8.1