A handle to a dimension scale.
More...
#include <dimension_scale.hpp>
A handle to a dimension scale.
Writes the content of a data source into the dimension scale.
The shape of the data source must match the shape of the dimension scale.
- Template Parameters
-
T | type of the container; T must satisfy the data source requirements. |
- Parameters
-
sink | the dimension, which is used as a sink |
source | the data source |
Reads the content of the dimension scale into a data sink.
- Template Parameters
-
T | type of the container; T must satisfy the data sink requirements. |
- Parameters
-
sink | the data sink |
source | the dimension scale, which is used as a source |
The documentation for this class was generated from the following files: