#include "MBARI/BitObjectDrawModes.H"
#include "Util/StringConversions.H"
#include "Util/log.H"
Go to the source code of this file.
Functions | |
std::string | convertToString (const BitObjectDrawMode val) |
BitObjectDrawMode overload. | |
void | convertFromString (const std::string &str, BitObjectDrawMode &val) |
BitObjectDrawMode overload. |
definition of the different modes of drawing a BitObject into a frame
Definition in file BitObjectDrawModes.C.
void convertFromString | ( | const std::string & | str, | |
BitObjectDrawMode & | val | |||
) |
BitObjectDrawMode overload.
Format is "name" as defined in BitObjectDrawModes.H
Definition at line 51 of file BitObjectDrawModes.C.
References bitObjectDrawModeName(), and NBBITOBJECTDRAWMODES.
std::string convertToString | ( | const BitObjectDrawMode | val | ) |
BitObjectDrawMode overload.
Format is "name" as defined in BitObjectDrawModes.H
Definition at line 48 of file BitObjectDrawModes.C.
References bitObjectDrawModeName().