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

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

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