Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Point3DGrid Basics » FisFilter_MakePoint3DGrid
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 |
Module: | FoundationLite |
Creates a point 3D grid structure from individual fields.
Syntax
void fis::FisFilter_MakePoint3DGrid ( const int inWidth, const int inHeight, const ftl::Array<fil::Point3D>& inPoints, fil::Point3DGrid& outPoint3DGrid )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
inWidth | const int | 0 - ![]() |
||
![]() |
inHeight | const int | 0 - ![]() |
||
![]() |
inPoints | const Array<Point3D>& | |||
![]() |
outPoint3DGrid | Point3DGrid& |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Incorrect input point array size in MakePoint3DGrid. |