Interprets data values for Sampler.
More...
#include <Sampler.h>
|
int | current_i = 0 |
| Optional utility. Called prior to writing the actual data to output stream.
|
|
int | current_j = 0 |
| Vertical coordinate.
|
|
int | current_j2 = 0 |
| Vertical inversed coordinate.
|
|
int | width = 0 |
|
int | height = 0 |
|
FlexVariableMap | infoMap |
| Information to be should in output file header.
|
|
ReferenceMap2 & | variableMap |
|
Interprets data values for Sampler.
A Sampler instance moves a SamplePicker instance by calling its setLocation(). Then, calls its getValue(). SamplePicker picks and scales invidual values, checks their validity and so on.
◆ SamplePicker()
- Parameters
-
ref | - flexible container in which the values in each location will be written. |
◆ setPosition()
virtual void setPosition |
( |
int |
i, |
|
|
int |
j |
|
) |
| const |
|
inlinevirtual |
Sets current position in image coordinates. To be redefined to compute also geographical projections, for example.
Reimplemented in PolarDataPicker, and CartesianDataPicker.
◆ current_i
Optional utility. Called prior to writing the actual data to output stream.
Horizontal coordinate.
◆ variableMap
Container for image data, including data derived thereof. Updated in every image position (i,j). Formatted and displayed in each row or the output file.
The documentation for this struct was generated from the following file: