EBW16Vector::EBW16Vector

Constructs a vector.

Namespace: Euresys::Open_eVision

[C++]

void EBW16Vector(
)

void EBW16Vector(
   OEV_UINT32 maxNumberOfElements
)

void EBW16Vector(
   const EBW16Vector& other
)

Parameters

maxNumberOfElements

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

other

EBW16Vector object to be copied

EBW16Vector.EBW16Vector

Constructs a vector.

Namespace: Euresys.Open_eVision

[C#]

void EBW16Vector(
)

void EBW16Vector(
   uint maxNumberOfElements
)

void EBW16Vector(
   Euresys.Open_eVision.EBW16Vector other
)

Parameters

maxNumberOfElements

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

other

EBW16Vector object to be copied