Back to Aurora Vision Library website

You are here: Start » Function Reference » System » Interoperability » SavePoint3DGrid

SavePoint3DGrid


Header: AVL.h
Namespace: avl
Module: FoundationBasic

Saves Point3DGrid in to file in one of the supported formats.

Syntax

C++
C#
 
void avl::SavePoint3DGrid
(
	const atl::File& inFile,
	const avl::Point3DGrid& inPoint3DGrid,
	avl::Point3DFileFormat::Type inFileFormat,
	avl::StreamMode::Type inStreamMode
)

Parameters

Name Type Default Description
Input value inFile const File&
Input value inPoint3DGrid const Point3DGrid&
Input value inFileFormat Point3DFileFormat::Type PLY
Input value inStreamMode StreamMode::Type

Errors

List of possible exceptions:

Error type Description
DomainError Unknown file format in SavePoint3DGrid.
DomainError Unsupported file format in SavePoint3DGrid.
IoError Incorrect float conversion.
IoError Wrong PLY file format. Invalid vertex property type.