Class that is used to traverse trees
Inheritance Hierarchy
OpenCvSharpCvTreeNodeIterator
OpenCvSharpCvTreeNodeIteratorT
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvTreeNodeIterator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CvTreeNodeIterator |
Default Constructor
|
![]() | CvTreeNodeIterator(IntPtr, Int32) |
Construct by cvInitTreeNodeIterator
|
![]() | CvTreeNodeIterator(CvArr, Int32) |
Construct by cvInitTreeNodeIterator
|
Properties
Name | Description | |
---|---|---|
![]() | Level | |
![]() | MaxLevel | |
![]() | Node |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | NextTreeNode |
Returns the currently observed node and moves iterator toward the next node
|
![]() | NextTreeNodeT |
Returns the currently observed node and moves iterator toward the next node
|
![]() | PrevTreeNode |
Returns the currently observed node and moves iterator toward the previous node
|
![]() | PrevTreeNodeT |
Returns the currently observed node and moves iterator toward the previous node
|
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | level | |
![]() | max_level | |
![]() | node |
See Also