View Source Evision.FileNode (Evision v0.1.9)

Link to this section Summary

cv

Positional Arguments
  • i: int.

Python prototype (for reference):

The constructors.

Positional Arguments
  • nodename: c_string.

Python prototype (for reference):

Python prototype (for reference):

Python prototype (for reference):

Python prototype (for reference):

Python prototype (for reference):

Python prototype (for reference):

Python prototype (for reference):

Returns keys of a mapping node.

Python prototype (for reference):

Python prototype (for reference):

Python prototype (for reference):

Internal method used when reading FileStorage. Sets the type (int, real or string) and value of the previously created node.

Python prototype (for reference):

Python prototype (for reference):

Returns type of the node.

Functions

Raising version of at/2.

Raising version of empty/1.

Raising version of fileNode/0.

Raising version of getNode/2.

Raising version of isInt/1.

Raising version of isMap/1.

Raising version of isNamed/1.

Raising version of isNone/1.

Raising version of isReal/1.

Raising version of isSeq/1.

Raising version of isString/1.

Raising version of keys/1.

Raising version of mat/1.

Raising version of name/1.

Raising version of rawSize/1.

Raising version of real/1.

Raising version of size/1.

Raising version of string/1.

Raising version of type/1.

Link to this section cv

Positional Arguments
  • i: int.

    Index of an element in the sequence node.

Has overloading in C++

Python prototype (for reference):

at(i) -> retval

Python prototype (for reference):

empty() -> retval

The constructors.

These constructors are used to create a default file node, construct it from obsolete structures or from the another file node.

Python prototype (for reference):

FileNode() -> <FileNode object>
Positional Arguments
  • nodename: c_string.

    Name of an element in the mapping node.

Has overloading in C++

Python prototype (for reference):

getNode(nodename) -> retval

Python prototype (for reference):

isInt() -> retval

Python prototype (for reference):

isMap() -> retval

Python prototype (for reference):

isNamed() -> retval

Python prototype (for reference):

isNone() -> retval

Python prototype (for reference):

isReal() -> retval

Python prototype (for reference):

isSeq() -> retval

Python prototype (for reference):

isString() -> retval

Returns keys of a mapping node.

@returns Keys of a mapping node.

Python prototype (for reference):

keys() -> retval

Python prototype (for reference):

mat() -> retval

Python prototype (for reference):

name() -> retval

Python prototype (for reference):

rawSize() -> retval

Internal method used when reading FileStorage. Sets the type (int, real or string) and value of the previously created node.

Python prototype (for reference):

real() -> retval

Python prototype (for reference):

size() -> retval

Python prototype (for reference):

string() -> retval

Returns type of the node.

@returns Type of the node. See FileNode::Type

Python prototype (for reference):

type() -> retval

Link to this section Functions

Raising version of at/2.

Raising version of empty/1.

Raising version of fileNode/0.

Link to this function

getNode!(self, nodename)

View Source

Raising version of getNode/2.

Raising version of isInt/1.

Raising version of isMap/1.

Raising version of isNamed/1.

Raising version of isNone/1.

Raising version of isReal/1.

Raising version of isSeq/1.

Raising version of isString/1.

Raising version of keys/1.

Raising version of mat/1.

Raising version of name/1.

Raising version of rawSize/1.

Raising version of real/1.

Raising version of size/1.

Raising version of string/1.

Raising version of type/1.