#include "Neuro/ShapeEstimatorModes.H"
#include "Util/StringConversions.H"
#include "Util/log.H"
Go to the source code of this file.
Functions | |
std::string | convertToString (const ShapeEstimatorMode val) |
ShapeEstimatorMode overload. | |
void | convertFromString (const std::string &str, ShapeEstimatorMode &val) |
ShapeEstimatorMode overload. | |
std::string | convertToString (const ShapeEstimatorSmoothMethod val) |
ShapeEstimatorSmoothType overload. | |
void | convertFromString (const std::string &str, ShapeEstimatorSmoothMethod &val) |
ShapeEstimatorSmoothType overload. |
definition of the shape estimator modes
Definition in file ShapeEstimatorModes.C.
void convertFromString | ( | const std::string & | str, | |
ShapeEstimatorSmoothMethod & | val | |||
) |
ShapeEstimatorSmoothType overload.
Format is "name" as defined in ShapeEstimatorModes.H
Definition at line 68 of file ShapeEstimatorModes.C.
References NBSHAPEESTIMATORSMOOTHMETHODS, and shapeEstimatorSmoothMethodName().
void convertFromString | ( | const std::string & | str, | |
ShapeEstimatorMode & | val | |||
) |
ShapeEstimatorMode overload.
Format is "name" as defined in ShapeEstimatorModes.H
Definition at line 50 of file ShapeEstimatorModes.C.
References NBSHAPEESTIMATORMODES, and shapeEstimatorModeName().
std::string convertToString | ( | const ShapeEstimatorSmoothMethod | val | ) |
ShapeEstimatorSmoothType overload.
Format is "name" as defined in ShapeEstimatorModes.H
Definition at line 65 of file ShapeEstimatorModes.C.
References shapeEstimatorSmoothMethodName().
std::string convertToString | ( | const ShapeEstimatorMode | val | ) |
ShapeEstimatorMode overload.
Format is "name" as defined in ShapeEstimatorModes.H
Definition at line 47 of file ShapeEstimatorModes.C.
References shapeEstimatorModeName().