CvFileNode Class OpenCvSharp Class Library
Basic element of the file storage - scalar or collection
Inheritance Hierarchy

SystemObject
  OpenCvSharpCvObject
    OpenCvSharpCvFileNode

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class CvFileNode : CvObject

The CvFileNode type exposes the following members.

Constructors

  NameDescription
Public methodCvFileNode
Initializes from pointer
Top
Properties

  NameDescription
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from CvObject.)
Public propertyDataF
scalar floating-point number
Public propertyDataI
scalar integer number
Public propertyDataMap
map (collection of named file nodes)
Public propertyDataSeq
sequence (ordered collection of file nodes)
Public propertyDataStr
text string
Public propertyName
File node name
Public propertyTag
Type of file node
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromPtr
Initializes from pointer
Public methodGetFileNodeName
Returns name of file node
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodReadInt
Retrieves integer value from file node
Public methodReadInt(Int32)
Retrieves integer value from file node
Public methodReadReal
Retrieves floating-point value from file node
Public methodReadReal(Double)
Retrieves floating-point value from file node
Public methodReadString
Retrieves text string from file node
Public methodReadString(String)
Retrieves text string from file node
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Protected fieldptr
Data pointer
(Inherited from CvObject.)
Public fieldStatic memberSizeOf
sizeof(CvFileNode)
Top
See Also

Reference