FillRule enumeration.
More...
#include <ome/xml/model/enums/FillRule.h>
Enumeration values.
Enumerator |
---|
EVENODD |
EvenOdd.
|
NONZERO |
NonZero.
|
ome::xml::model::enums::FillRule::FillRule |
( |
enum_value |
value | ) |
|
Construct a FillRule enumeration by an enumeration value.
- Parameters
-
value | the value of the enumeration. |
References name, and value_map.
ome::xml::model::enums::FillRule::FillRule |
( |
const std::string & |
name, |
|
|
bool |
strict = true |
|
) |
| |
Construct a FillRule enumeration by an enumeration name.
Exact matching of the name will require the name to match one of the valid enumeration names. Inexact matching will strip leading and trailing whitespace and perform a case-insensitive match. Exact matching is recommended for use in program code which does not process user input; inexact matching is recommended when processing potentially malformed user input.
- Parameters
-
name | the name of the enumeration. |
strict | true to require an exact name, false to allow an inexact match. |
References lowercase_string_map, string_map, ome::common::trim(), value, and value_map.
ome::xml::model::enums::FillRule::FillRule |
( |
const FillRule & |
original | ) |
|
Copy constructor.
- Parameters
-
original | the instance to copy. |
ome::xml::model::enums::FillRule::operator const std::string & |
( |
| ) |
const |
|
inline |
Cast the enumeration to its name.
- Returns
- the enumeration value.
References name.
ome::xml::model::enums::FillRule::operator enum_value |
( |
| ) |
const |
|
inline |
Cast the enumeration to its value.
- Returns
- the enumeration value.
References value.
Get a map of valid string names and enum values.
- Returns
- a map of string names to enum values.
References string_map.
Get a map of valid enum values and string names.
- Returns
- a map of enum values to string names.
References value_map.
The documentation for this class was generated from the following files:
- ome/xml/model/enums/FillRule.h
- ome/xml/model/enums/FillRule.cpp