#include <string>
Go to the source code of this file.
Enumerations | |
enum | IORtype { IORnone, IORdisc, IORshapeEst } |
Possible types of pyramids. More... | |
Functions | |
std::string | convertToString (const IORtype val) |
IORtype overload. | |
void | convertFromString (const std::string &str, IORtype &val) |
IORtype overload. |
Definition of the inhibitionof-return (IOR) types
Definition in file IORtypes.H.
enum IORtype |
Possible types of pyramids.
IORnone |
No inhibition of return at all. |
IORdisc |
A disk of the radius of the focus of attention. |
IORshapeEst |
ShapeEstimator-shaped. |
Definition at line 45 of file IORtypes.H.
void convertFromString | ( | const std::string & | str, | |
IORtype & | val | |||
) |
IORtype overload.
Definition at line 59 of file IORtypes.C.
References IORdisc, IORnone, and IORshapeEst.
std::string convertToString | ( | const IORtype | val | ) |
IORtype overload.
Definition at line 47 of file IORtypes.C.
References IORdisc, IORnone, and IORshapeEst.