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