EBW8Vector::EBW8Vector

Constructs a vector.

Namespace: Euresys::Open_eVision

[C++]

void EBW8Vector(
)

void EBW8Vector(
   OEV_UINT32 maxNumberOfElements
)

void EBW8Vector(
   const EBW8Vector& other
)

Parameters

maxNumberOfElements

Optionally, memory can be pre-allocated to accommodate a given number of elements.

other

EBW8Vector object to be copied

EBW8Vector.EBW8Vector

Constructs a vector.

Namespace: Euresys.Open_eVision

[C#]

void EBW8Vector(
)

void EBW8Vector(
   uint maxNumberOfElements
)

void EBW8Vector(
   Euresys.Open_eVision.EBW8Vector other
)

Parameters

maxNumberOfElements

Optionally, memory can be pre-allocated to accommodate a given number of elements.

other

EBW8Vector object to be copied