ITK Function Reference

(V10000.1.0.60_20160308.00)
Data Fields
RecordColConversion Struct Reference

#include <Ccd0ExpImp.h>

Data Fields

std::string defaultValue
 
std::vector< RecordConversionSvecRecordConversion
 
bool withInterpolation
 

Detailed Description

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.

Field Documentation

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.


The documentation for this struct was generated from the following file: