Back to FabImage Library website
You are here: Start » Function Reference » Conversions » Point3DGridToPoint3DArray

Point3DGridToPoint3DArray
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Converts a grid of points to an array of points removing nonexistent ones.
Syntax
C++
C#
void fil::Point3DGridToPoint3DArray ( const fil::Point3DGrid& inPoint3DGrid, ftl::Array<fil::Point3D>& outPoint3DArray )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inPoint3DGrid | const Point3DGrid& | ||
![]() |
outPoint3DArray | Array<Point3D>& |