Wraped class of the C++ standard vector of float.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1062 (2.2.1.1062)
Syntax
C# | Visual Basic | Visual C++ |
public class VectorOfFloat : UnmanagedObject
Public Class VectorOfFloat _ Inherits UnmanagedObject
public ref class VectorOfFloat : public UnmanagedObject
Members
All Members | Constructors ![]() | Fields ![]() | Properties ![]() | Methods ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() | VectorOfFloat()()()() |
Create an empty standard vector of float
|
![]() | VectorOfFloat(Int32) |
Create an standard vector of float of the specific size
|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | Clear()()()() |
Clear the vector
|
![]() | Dispose()()()() |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject()()()() |
Release the standard vector
(Overrides DisposableObject..::..DisposeObject()()()().) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | Push(array<Single>[]()[][]) |
Push an array of value into the standard vector
|
![]() | ReleaseManagedResources()()()() |
Release the managed resources. This function will be called during the disposal of the current object.
override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.) |
![]() | Size |
Get the size of the vector
|
![]() | StartAddress |
The pointer to the first element on the vector
|
![]() | ToArray()()()() |
Convert the standard vector to an array of float
|
![]() | ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
Emgu.Util..::..DisposableObject
Emgu.Util..::..UnmanagedObject
Emgu.CV..::..VectorOfFloat
Emgu.Util..::..DisposableObject
Emgu.Util..::..UnmanagedObject
Emgu.CV..::..VectorOfFloat