Enum FileNode.Types
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
type of the file storage node
[Flags]
[SuppressMessage("Microsoft.Design", "CA1069: Enums should not have duplicate values")]
public enum FileNode.Types
Fields
Empty = 16empty structure (sequence or mapping)
Float = 2synonym or REAL
Flow = 8compact representation of a sequence or mapping. Used only by YAML writer
Int = 1an integer
Map = Int | Seqmapping
Named = 32the node has a name (i.e. it is element of a mapping)
None = 0empty node
Real = 2floating-point number
Seq = 4sequence
Str = Int | Floattext string in UTF-8 encoding
String = Int | Floatsynonym for STR
TypeMask = Float | MapUniform = 8if set, means that all the collection elements are numbers of the same type (real's or int's). UNIFORM is used only when reading FileStorage; FLOW is used only when writing. So they share the same bit