Back to FabImage Library website
You are here: Start » Function Reference » Point3DGrid Basics » FisFilter_AccessPoint3DGrid

FisFilter_AccessPoint3DGrid
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | FIL.h |
---|---|
Namespace: | fis |
Returns individual fields of a point 3D grid.
Syntax
void fis::FisFilter_AccessPoint3DGrid ( const fil::Point3DGrid& inPoint3DGrid, int& outWidth, int& outHeight, ftl::Array<fil::Point3D>& outPoints )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inPoint3DGrid | const Point3DGrid& | Input point 3D grid | |
![]() |
outWidth | int& | Grid width | |
![]() |
outHeight | int& | Grid height | |
![]() |
outPoints | Array<Point3D>& | Points of the grid |