Back to FabImage Library website
You are here: Start » Function Reference » Point3DGrid » Point3DGrid IO » LoadPoint3DGridObject

LoadPoint3DGridObject
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Deserializes a profile from an FIDATA file.
Syntax
C++
C#
void fil::LoadPoint3DGridObject ( const ftl::File& inFilename, fil::Point3DGrid& outPoint3DGrid )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inFilename | const File& | Name of the source file | |
![]() |
outPoint3DGrid | Point3DGrid& | Deserialized output Point3DGrid |