#include "Image/PyramidTypes.H"
#include "Util/StringConversions.H"
#include "Util/log.H"
Go to the source code of this file.
Functions | |
std::string | convertToString (const PyramidType val) |
PyramidType overload. | |
void | convertFromString (const std::string &str, PyramidType &val) |
PyramidType overload. |
Definition of the pyramid types
Definition in file PyramidTypes.C.
void convertFromString | ( | const std::string & | str, | |
PyramidType & | val | |||
) |
PyramidType overload.
Format is "name" as defined by pyramidTypeName() in PyramidTypes.H
Definition at line 50 of file PyramidTypes.C.
References NBPYRAMIDTYPES.
std::string convertToString | ( | const PyramidType | val | ) |
PyramidType overload.
Format is "name" as defined by pyramidTypeName() in PyramidTypes.H
Definition at line 47 of file PyramidTypes.C.