PointerAccessor1D_Double Class OpenCvSharp Class Library
Managed wrapper of array pointer (Double*)
Inheritance Hierarchy

SystemObject
  OpenCvSharpPointerAccessor1D_Double

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

public class PointerAccessor1D_Double : IPointerAccessor1D<double>

The PointerAccessor1D_Double type exposes the following members.

Constructors

  NameDescription
Public methodPointerAccessor1D_Double(Double*)
Initializes from Double*
Public methodPointerAccessor1D_Double(IntPtr)
Initializes from IntPtr
Top
Properties

  NameDescription
Public propertyItem
Indexer
Public propertyPtr
Unmanaged pointer (Double*)
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