The CvSeqWriter type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AllocatedMemory |
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.) | |
| AllocatedMemorySize |
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.) | |
| Block |
current block
| |
| BlockMax |
pointer to the End of block
| |
| BlockMin |
pointer to the beginning of block
| |
| CvPtr |
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.) | |
| HeaderSize |
size of sequence header
| |
| IsDisposed |
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.) | |
| IsEnabledDispose |
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.) | |
| Ptr |
pointer to element be read next
| |
| Seq |
Sequence, beign read
|
See Also