Inheritance diagram for code::DataScaler:
Public Member Functions | |
virtual bool | modifyBeforeWrite (code::LatLonGrid &llgrid) |
Return false if the modification failed and the grid should not be written out. | |
virtual bool | modifyBeforeWrite (code::RadialSet &rs) |
virtual | ~DataScaler () |
DataScaler (int scaleFactor_) | |
input data values are divided by this number |
virtual code::DataScaler::~DataScaler | ( | ) | [inline, virtual] |
code::DataScaler::DataScaler | ( | int | scaleFactor_ | ) | [inline] |
input data values are divided by this number
virtual bool code::DataScaler::modifyBeforeWrite | ( | code::RadialSet & | rs | ) | [virtual] |
Implements code::DataModifier.
virtual bool code::DataScaler::modifyBeforeWrite | ( | code::LatLonGrid & | llgrid | ) | [virtual] |
Return false if the modification failed and the grid should not be written out.
Otherwise, return true.
Implements code::DataModifier.