Class that converts structure into pointer and cleans up resources automatically (generic version)
Inheritance Hierarchy
OpenCvSharp.UtilitiesStructurePointer
OpenCvSharp.UtilitiesStructurePointerT
Namespace: OpenCvSharp.Utilities
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.Utilities.StructurePointer`1"]
The StructurePointerT type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | StructurePointerT | Initializes a new instance of the StructurePointerT class |
![]() | StructurePointerT(T) | Initializes a new instance of the StructurePointerT class |
Properties
Name | Description | |
---|---|---|
![]() | Ptr |
Pointer
(Inherited from StructurePointer.) |
![]() | Size |
Size of allocated memory
(Inherited from StructurePointer.) |
![]() | SrcObj |
Structure
(Inherited from StructurePointer.) |
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
Clean up resources to be used
(Inherited from StructurePointer.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | ToStructure |
Operators
Name | Description | |
---|---|---|
![]() ![]() | (StructurePointerT to IntPtr) |
See Also