A class to access a native pointer like array
Inheritance Hierarchy
OpenCvSharpPointerAccessor1DT
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:OpenCvSharp.PointerAccessor1D`1"]
The PointerAccessor1DT type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PointerAccessor1DT(IntPtr) |
Initializes from IntPtr
|
![]() | PointerAccessor1DT(Void*) |
Initializes from void*
|
Properties
Name | Description | |
---|---|---|
![]() | Item |
Indexer
|
![]() | Ptr |
Unmanaged pointer (T*)
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | Get |
Return the particular element of array
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Set |
Change the particular array element
|
![]() | ToString | (Inherited from Object.) |
See Also