PointerAccessor1DT Class OpenCvSharp Class Library
A class to access a native pointer like array
Inheritance Hierarchy

SystemObject
  OpenCvSharpPointerAccessor1DT

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class PointerAccessor1D<T> : IPointerAccessor1D<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:OpenCvSharp.PointerAccessor1D`1"]

The PointerAccessor1DT type exposes the following members.

Constructors

  NameDescription
Public methodPointerAccessor1DT(IntPtr)
Initializes from IntPtr
Public methodPointerAccessor1DT(Void*)
Initializes from void*
Top
Properties

  NameDescription
Public propertyItem
Indexer
Public propertyPtr
Unmanaged pointer (T*)
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGet
Return the particular element of array
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSet
Change the particular array element
Public methodToString (Inherited from Object.)
Top
See Also

Reference