EZMap8::Save

Saves the EZMap8 object to the given Open eVision file.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void Save(
   const std::string& path
)

void Save(
   ESerializer* serializer
)

Parameters

path

The full path to the destination file.

serializer

-

Remarks

This format save the EZMap8 in a Open eVision file. This function stores all the ZMap attributes.

EZMap8.Save

Saves the EZMap8 object to the given Open eVision file.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void Save(
   string path
)

void Save(
   Euresys.Open_eVision.ESerializer serializer
)

Parameters

path

The full path to the destination file.

serializer

-

Remarks

This format save the EZMap8 in a Open eVision file. This function stores all the ZMap attributes.