|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <Ccd0ExpImp.h>
Data Fields | |
| std::string | defaultValue |
| std::vector< RecordConversionS > | vecRecordConversion |
| bool | withInterpolation |
contains GenericCovnersionRule, which represents a table conversion. It contains a list of record conversion to map an input value to an output value respectively.
Definition at line 256 of file Ccd0ExpImp.h.
| std::string RecordColConversion::defaultValue |
If any record conversion cannot satisfy the input value, use the default value as the output value.
Definition at line 258 of file Ccd0ExpImp.h.
| std::vector<RecordConversionS> RecordColConversion::vecRecordConversion |
An array of Record conversion rules information
Definition at line 260 of file Ccd0ExpImp.h.
| bool RecordColConversion::withInterpolation |
This flag indicates whether or not interpolation should be done for determining
an output value between the input values if necessary. If the flag is set as true, the output value of the previous input value is assigned to the respective input value.
Definition at line 262 of file Ccd0ExpImp.h.