OpenCV  4.0.0-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
CvFileNode Struct Reference

Basic element of the file storage - scalar or collection: More...

#include "types_c.h"

Collaboration diagram for CvFileNode:

Public Attributes

union {
   double   f
 scalar floating-point number More...
 
   int   i
 scalar integer number More...
 
   CvFileNodeHash *   map
 map (collection of named file nodes) More...
 
   CvSeq *   seq
 sequence (ordered collection of file nodes) More...
 
   CvString   str
 text string More...
 
data
 
struct CvTypeInfoinfo
 type information (only for user-defined object, for others it is 0) More...
 
int tag
 

Detailed Description

Basic element of the file storage - scalar or collection:

Member Data Documentation

◆ data

union { ... } CvFileNode::data

Referenced by cvReadInt(), cvReadReal(), and cvReadString().

◆ f

double CvFileNode::f

scalar floating-point number

Referenced by cvReadInt(), and cvReadReal().

◆ i

int CvFileNode::i

scalar integer number

Referenced by cvReadInt(), and cvReadReal().

◆ info

struct CvTypeInfo* CvFileNode::info

type information (only for user-defined object, for others it is 0)

◆ map

CvFileNodeHash* CvFileNode::map

map (collection of named file nodes)

◆ seq

CvSeq* CvFileNode::seq

sequence (ordered collection of file nodes)

◆ str

CvString CvFileNode::str

text string

Referenced by cvReadString().

◆ tag

int CvFileNode::tag

Referenced by cvReadInt(), cvReadReal(), and cvReadString().


The documentation for this struct was generated from the following file: