The CvMemStorage type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Alloc |
Allocates memory buffer in the storage (cvMemStorageAlloc).
| |
| AllocGCHandle |
Pins the object to be allocated by cvSetData.
(Inherited from DisposableObject.) | |
| AllocMemory |
Allocates the specified size of memory.
(Inherited from DisposableObject.) | |
| AllocString |
Allocates text string in the storage (cvMemStorageAllocString).
| |
| Clear |
Clears memory storage (cvClearMemStorage).
| |
| CreateChild |
Creates child memory storage (cvCreateChildMemStorage).
| |
| Dispose |
Releases the resources
(Inherited from DisposableObject.) | |
| Dispose(Boolean) |
Clean up any resources being used.
(Overrides DisposableCvObjectDispose(Boolean).) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Destructor
(Inherited from DisposableObject.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| NotifyMemoryPressure |
Notifies the allocated size of memory.
(Inherited from DisposableObject.) | |
| RestorePos |
Restores memory storage position (cvRestoreMemStoragePos).
| |
| SavePos |
Saves memory storage position (cvSaveMemStoragePos).
| |
| ThrowIfDisposed |
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.) | |
| ToString | (Inherited from Object.) |
See Also