FileNode Properties OpenCvSharp Class Library

The FileNode type exposes the following members.

Properties

  NameDescription
Protected propertyAllocatedMemory
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.)
Protected propertyAllocatedMemorySize
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.)
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.)
Public propertyEmpty
Returns true if the node is empty
Public propertyIsDisposed
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.)
Public propertyIsEnabledDispose
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.)
Public propertyIsInt
Returns true if the node is an integer
Public propertyIsMap
Returns true if the node is a mapping
Public propertyIsNamed
Returns true if the node has a name
Public propertyIsNone
Returns true if the node is a "none" object
Public propertyIsReal
Returns true if the node is a floating-point number
Public propertyIsSeq
Returns true if the node is a sequence
Public propertyIsString
Returns true if the node is a text string
Public propertyItemInt32
returns element of a sequence node
Public propertyItemString
returns element of a mapping node
Public propertyName
Returns the node name or an empty string if the node is nameless
Public propertySize
Returns the number of elements in the node, if it is a sequence or mapping, or 1 otherwise.
Top
See Also

Reference