E3DSphere::Load

Loads a E3DSphere. The given ESerializer must have been created for reading.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void Load(
   const std::string& path
)

void Load(
   ESerializer* serializer
)

Parameters

path

The file path.

serializer

The serializer.

E3DSphere.Load

Loads a E3DSphere. The given ESerializer must have been created for reading.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void Load(
   string path
)

void Load(
   Euresys.Open_eVision.ESerializer serializer
)

Parameters

path

The file path.

serializer

The serializer.