Back to FabImage Library website

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

SavePoint3DGrid


Header: FIL.h
Namespace: fil
Module: FoundationBasic

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

Syntax

C++
C#
 
void fil::SavePoint3DGrid
(
	const ftl::File& inFile,
	const fil::Point3DGrid& inPoint3DGrid,
	fil::Point3DFileFormat::Type inFileFormat,
	fil::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.