
Definition in file ColorComputeTypes.H.
#include <string>
Include dependency graph for ColorComputeTypes.H:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | NBCOLORCOMPUTETYPES 3 |
| number of known OrientComputeTypes: | |
Enumerations | |
| enum | ColorComputeType { COLstandard = 0, COLsimple = 1, COLstandardFull = 2 } |
| Possible types computing orientations. More... | |
Functions | |
| const char * | colorComputeTypeName (const ColorComputeType p) |
| std::string | convertToString (const ColorComputeType val) |
| ColorCOmputeType overload. | |
| void | convertFromString (const std::string &str, ColorComputeType &val) |
| ColorComputeType overload. | |
|
|
number of known OrientComputeTypes:
Definition at line 53 of file ColorComputeTypes.H. Referenced by colorComputeTypeName(), and convertFromString(). |
|
|
Possible types computing orientations.
Definition at line 45 of file ColorComputeTypes.H. |
|
||||||||||||
|
ColorComputeType overload. Format is "name" as defined by colorComputeTypeName() in ColorComputeTypes.H Definition at line 50 of file ColorComputeTypes.C. References colorComputeTypeName(), i, and NBCOLORCOMPUTETYPES. |
|
|
ColorCOmputeType overload. Format is "name" as defined by colorComputeTypeName() in ColorComputeTypes.H Definition at line 47 of file ColorComputeTypes.C. References colorComputeTypeName(). |
1.4.4