EHole::EHole

Copy constructor.

Namespace: Euresys::Open_eVision

[C++]

void EHole(
   const EHole& other
)

Parameters

other

The other EHole that we will copy into this one.

EHole.EHole

Copy constructor.

Namespace: Euresys.Open_eVision

[C#]

void EHole(
   EHole other
)

Parameters

other

The other EHole that we will copy into this one.

EHole.__init__

Copy constructor.

Module: open_evision

[Python]

__init__(
    other: EHole
) -> None

Parameters

other

The other EHole that we will copy into this one.