Inheritance diagram for vol::VolumeGridAlgorithm:
Public Member Functions | |
VolumeGridAlgorithm (const std::string &name) | |
virtual | ~VolumeGridAlgorithm () |
virtual std::vector< code::SmartPtr< code::DataType > > | processVolume (const code::LatLonHeightGrid &)=0 |
const std::string & | name () const |
vol::VolumeGridAlgorithm::VolumeGridAlgorithm | ( | const std::string & | name | ) | [inline] |
virtual vol::VolumeGridAlgorithm::~VolumeGridAlgorithm | ( | ) | [virtual] |
const std::string& vol::VolumeGridAlgorithm::name | ( | ) | const [inline] |
virtual std::vector< code::SmartPtr<code::DataType> > vol::VolumeGridAlgorithm::processVolume | ( | const code::LatLonHeightGrid & | ) | [pure virtual] |
Implemented in vol::HDA, vol::LayerAverage, vol::SCIT, vol::VerticalAbsMax, vol::VerticalAverage, vol::VerticalMaximum, vol::VerticalMinimum, and vol::VIL.