This class caches axis mappings. It uses the unique id of the from-axis and to-axis as the key in the cache.
It is meant to avoid creating many identical mappings, because the same axes are used for many parameters.
More...
#include <AxisMapping.h>
This class caches axis mappings. It uses the unique id of the from-axis and to-axis as the key in the cache.
It is meant to avoid creating many identical mappings, because the same axes are used for many parameters.
◆ clear()
| void dp3::parmdb::AxisMappingCache::clear |
( |
| ) |
|
|
inline |
◆ get()
Find the possible mapping of axis 'from' to axis 'to'. If no existing, create it.
◆ size()
| size_t dp3::parmdb::AxisMappingCache::size |
( |
| ) |
const |
|
inline |
Get the number of elements.
The documentation for this class was generated from the following file: