FileNode Methods |
The FileNode type exposes the following members.
| Name | Description | |
|---|---|---|
| AllocGCHandle |
Pins the object to be allocated by cvSetData.
(Inherited from DisposableObject.) | |
| AllocMemory |
Allocates the specified size of memory.
(Inherited from DisposableObject.) | |
| Begin |
returns iterator pointing to the first node element
| |
| Dispose |
Releases the resources
(Inherited from DisposableObject.) | |
| DisposeManaged |
Releases managed resources
(Inherited from DisposableObject.) | |
| DisposeUnmanaged |
Releases unmanaged resources
(Overrides DisposableCvObjectDisposeUnmanaged.) | |
| End |
returns iterator pointing to the element following the last node element
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize |
Destructor
(Inherited from DisposableObject.) | |
| GetEnumerator | ||
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NotifyMemoryPressure |
Notifies the allocated size of memory.
(Inherited from DisposableObject.) | |
| ReadDMatch | ||
| ReadDMatches | ||
| ReadDouble | ||
| ReadFloat | ||
| ReadInt | ||
| ReadKeyPoint | ||
| ReadKeyPoints | ||
| ReadMat | ||
| ReadObj |
Reads the registered object and returns pointer to it
| |
| ReadPoint | ||
| ReadPoint2d | ||
| ReadPoint2f | ||
| ReadPoint3d | ||
| ReadPoint3f | ||
| ReadPoint3i | ||
| ReadRange | ||
| ReadRaw |
Reads node elements to the buffer with the specified format
| |
| ReadRect | ||
| ReadRect2d | ||
| ReadRect2f | ||
| ReadScalar | ||
| ReadSize | ||
| ReadSize2d | ||
| ReadSize2f | ||
| ReadSparseMat | ||
| ReadString | ||
| ReadVec2b | ||
| ReadVec2d | ||
| ReadVec2f | ||
| ReadVec2i | ||
| ReadVec2s | ||
| ReadVec2w | ||
| ReadVec3b | ||
| ReadVec3d | ||
| ReadVec3f | ||
| ReadVec3i | ||
| ReadVec3s | ||
| ReadVec3w | ||
| ReadVec4b | ||
| ReadVec4d | ||
| ReadVec4f | ||
| ReadVec4i | ||
| ReadVec4s | ||
| ReadVec4w | ||
| ReadVec6b | ||
| ReadVec6d | ||
| ReadVec6f | ||
| ReadVec6i | ||
| ReadVec6s | ||
| ReadVec6w | ||
| ThrowIfDisposed |
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. |