CvTreeNodeIterator Class OpenCvSharp Class Library
Class that is used to traverse trees
Inheritance Hierarchy

SystemObject
  OpenCvSharpCvTreeNodeIterator
    OpenCvSharpCvTreeNodeIteratorT

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

public class CvTreeNodeIterator

The CvTreeNodeIterator type exposes the following members.

Constructors

  NameDescription
Public methodCvTreeNodeIterator
Default Constructor
Public methodCvTreeNodeIterator(IntPtr, Int32)
Construct by cvInitTreeNodeIterator
Public methodCvTreeNodeIterator(CvArr, Int32)
Construct by cvInitTreeNodeIterator
Top
Properties

  NameDescription
Public propertyLevel
Public propertyMaxLevel
Public propertyNode
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNextTreeNode
Returns the currently observed node and moves iterator toward the next node
Public methodNextTreeNodeT
Returns the currently observed node and moves iterator toward the next node
Public methodPrevTreeNode
Returns the currently observed node and moves iterator toward the previous node
Public methodPrevTreeNodeT
Returns the currently observed node and moves iterator toward the previous node
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Protected fieldlevel
Protected fieldmax_level
Protected fieldnode
Top
See Also

Reference