Back to Aurora Vision Library website
You are here: Start » Function Reference » Point3DGrid » Point3DGrid IO » SavePoint3DGridObject
SavePoint3DGridObject
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | Vision3DLite |
Serializes a profile to an AVDATA file.
Syntax
C++
C#
void avl::SavePoint3DGridObject ( const avl::Point3DGrid& inPoint3DGrid, const atl::File& inFilename )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint3DGrid | const Point3DGrid& | Point3DGrid to be serialized | |
![]() |
inFilename | const File& | Name of the target file |

