EFrame::CopyTo

Namespace: Euresys::Open_eVision

[C++]

void CopyTo(
   EFrame& other
) const

[[deprecated("Use the overload taking a reference.")]]
EFrame* CopyTo(
   EFrame* other
) const

Parameters

other

Pointer to the EFrame object in which the current EFrame object data have to be copied.

Remarks

In the overload taking a pointer, in case of a NULL pointer, a new EFrame object will be created and returned.

EFrame.CopyTo

Copies all the data from the current EFrame object into another EFrame object, and returns it.

Namespace: Euresys.Open_eVision

[C#]

void CopyTo(
   EFrame other
)

Parameters

other

Pointer to the EFrame object in which the current EFrame object data have to be copied.

Remarks

In the overload taking a pointer, in case of a NULL pointer, a new EFrame object will be created and returned.

EFrame.CopyTo

Copies all the data from the current EFrame object into another EFrame object, and returns it.

Module: open_evision

[Python]

CopyTo(
    other: EFrame
) -> None

Parameters

other

Pointer to the EFrame object in which the current EFrame object data have to be copied.

Remarks

In the overload taking a pointer, in case of a NULL pointer, a new EFrame object will be created and returned.