The FileNode type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AllocatedMemory |
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.) |
![]() | AllocatedMemorySize |
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.) |
![]() | CvPtr |
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.) |
![]() | Empty |
Returns true if the node is empty
|
![]() | IsDisposed |
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.) |
![]() | IsEnabledDispose |
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.) |
![]() | IsInt |
Returns true if the node is an integer
|
![]() | IsMap |
Returns true if the node is a mapping
|
![]() | IsNamed |
Returns true if the node has a name
|
![]() | IsNone |
Returns true if the node is a "none" object
|
![]() | IsReal |
Returns true if the node is a floating-point number
|
![]() | IsSeq |
Returns true if the node is a sequence
|
![]() | IsString |
Returns true if the node is a text string
|
![]() | ItemInt32 |
returns element of a sequence node
|
![]() | ItemString |
returns element of a mapping node
|
![]() | Name |
Returns the node name or an empty string if the node is nameless
|
![]() | Size |
Returns the number of elements in the node, if it is a sequence or mapping, or 1 otherwise.
|
See Also