EPathVector::EPathVector

Constructs a vector.

Namespace: Euresys::Open_eVision

[C++]

void EPathVector(
)

void EPathVector(
   OEV_UINT32 maxNumberOfElements
)

void EPathVector(
   const EPathVector& other
)

Parameters

maxNumberOfElements

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

other

EPathVector object to be copied

EPathVector.EPathVector

Constructs a vector.

Namespace: Euresys.Open_eVision

[C#]

void EPathVector(
)

void EPathVector(
   uint maxNumberOfElements
)

void EPathVector(
   Euresys.Open_eVision.EPathVector other
)

Parameters

maxNumberOfElements

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

other

EPathVector object to be copied