| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
FileNode
The XML/YAML file node class.
In PyOpenCV, FileNode is a Python iterator which iterates over the
child nodes of type FileNode. You can use the read-only attribute
'children' to get the list of child nodes, too.
Reference:
http://opencv.willowgarage.com/documentation/cpp/xml_yaml_persistence.html#filenode
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
EMPTY = 32
|
|||
FLOAT = 2
|
|||
FLOW = 8
|
|||
INT = 1
|
|||
MAP = 6
|
|||
NAMED = 64
|
|||
NONE = 0
|
|||
REAL = 2
|
|||
REF = 4
|
|||
SEQ = 5
|
|||
STR = 3
|
|||
STRING = 3
|
|||
TYPE_MASK = 7
|
|||
USER = 16
|
|||
__instance_size__ = 16
|
|||
|
|||
| children | |||
|
this The XML/YAML file node class. |
|||
|
Inherited from |
|||
|
|||
__getitem__( (FileNode)arg1, (object)nodename) -> FileNode :
Wrapped function:
operator[]
C++ signature :
cv::FileNode __getitem__(cv::FileNode {lvalue},std::string)
__getitem__( (FileNode)arg1, (object)i) -> FileNode :
Wrapped function:
operator[]
C++ signature :
cv::FileNode __getitem__(cv::FileNode {lvalue},int)
|
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
__init__( (object)arg1, (FileNode)_node) -> None :
C++ signature :
void __init__(_object*,cv::FileNode)
|
__iter__( (FileNode)arg1) -> tuple :
C++ signature :
boost::python::tuple __iter__(cv::FileNode)
|
helper for pickle
|
as_float32( (FileNode)arg1) -> float :
Wrapped function:
operator float
C++ signature :
float as_float32(cv::FileNode {lvalue})
|
as_float64( (FileNode)arg1) -> float :
Wrapped function:
operator double
C++ signature :
double as_float64(cv::FileNode {lvalue})
|
as_int( (FileNode)arg1) -> int :
Wrapped function:
operator int
C++ signature :
int as_int(cv::FileNode {lvalue})
|
as_str( (FileNode)arg1) -> str :
Wrapped function:
operator ::std::string
C++ signature :
std::string as_str(cv::FileNode {lvalue})
|
empty( (FileNode)arg1) -> bool :
C++ signature :
bool empty(cv::FileNode {lvalue})
|
isInt( (FileNode)arg1) -> bool :
C++ signature :
bool isInt(cv::FileNode {lvalue})
|
isMap( (FileNode)arg1) -> bool :
C++ signature :
bool isMap(cv::FileNode {lvalue})
|
isNamed( (FileNode)arg1) -> bool :
C++ signature :
bool isNamed(cv::FileNode {lvalue})
|
isNone( (FileNode)arg1) -> bool :
C++ signature :
bool isNone(cv::FileNode {lvalue})
|
isReal( (FileNode)arg1) -> bool :
C++ signature :
bool isReal(cv::FileNode {lvalue})
|
isSeq( (FileNode)arg1) -> bool :
C++ signature :
bool isSeq(cv::FileNode {lvalue})
|
isString( (FileNode)arg1) -> bool :
C++ signature :
bool isString(cv::FileNode {lvalue})
|
name( (FileNode)arg1) -> str :
C++ signature :
std::string name(cv::FileNode {lvalue})
|
readRaw( (FileNode)inst, (object)fmt, (object)len) -> Mat :
Reads raw data. Argument 'vec' is returned as a Mat.
C++ signature :
cv::Mat readRaw(cv::FileNode,std::string,int)
|
size( (FileNode)arg1) -> int :
C++ signature :
unsigned int size(cv::FileNode {lvalue})
|
type( (FileNode)arg1) -> int :
C++ signature :
int type(cv::FileNode {lvalue})
|
|
|||
children
|
this
The XML/YAML file node class.
In PyOpenCV, FileNode is a Python iterator which iterates over the
child nodes of type FileNode. You can use the read-only attribute
'children' to get the list of child nodes, too.
Reference:
http://opencv.willowgarage.com/documentation/cpp/xml_yaml_persistence.html#filenode
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Sep 25 18:31:06 2010 | http://epydoc.sourceforge.net |