Back to FabImage Library website
You are here: Start » Function Reference » System » Interoperability » LoadPoint3DGridWithImage

LoadPoint3DGridWithImage
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationBasic |
Loads entities from a file of one of available types as an array of points in 3D and an image. Assumes an ordered rectangular grid with no holes.
Syntax
C++
C#
void fil::LoadPoint3DGridWithImage ( const ftl::File& inFile, fil::Point3DFileFormat::Type inFileFormat, ftl::Optional<int> inImageWidth, ftl::Optional<int> inImageHeight, fil::Point3DGrid& outPoint3DGrid, fil::Image& outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
inFile | const File& | |||
![]() |
inFileFormat | Point3DFileFormat::Type | |||
![]() |
inImageWidth | Optional<int> | 1 - 65535 | NIL | An override for the point cloud width |
![]() |
inImageHeight | Optional<int> | 1 - 65535 | NIL | An override for the point cloud height |
![]() |
outPoint3DGrid | Point3DGrid& | |||
![]() |
outImage | Image& | Output image |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Unknown file format in LoadPoint3DGridWithImage. |