Back to FabImage Library websiteYou are here:
Start »
Function Reference »
Point3DGrid Basics »
FisFilter_GetPoint3DGridElement
FisFilter_GetPoint3DGridElement
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 |
Gets the value of a single point of a point 3D grid.
Syntax
void fis::FisFilter_GetPoint3DGridElement
(
const fil::Point3DGrid& inPoint3DGrid,
const int inRow,
const int inColumn,
fil::Point3D& outPoint
)
Parameters
|
Name |
Type |
Range |
Default |
Description |
 |
inPoint3DGrid |
const Point3DGrid& |
|
|
Input point 3D grid |
 |
inRow |
const int |
0 -  |
|
|
 |
inColumn |
const int |
0 -  |
|
|
 |
outPoint |
Point3D& |
|
|
Output point of the input grid |
Errors
List of possible exceptions:
Error type |
Description |
DomainError |
Incorrect point index in GetPoint3DGridElement. |