Back to Adaptive Vision Library website
You are here: Start » Function Reference » Geometry 3D Basics » AvsFilter_GetPoint3DGridElement

AvsFilter_GetPoint3DGridElement
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Gets the value of a single point of a point 3D grid.
Syntax
void avs::AvsFilter_GetPoint3DGridElement ( const avl::Point3DGrid& inPoint3DGrid, const int inRow, const int inColumn, avl::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
Error type | Description |
---|---|
DomainError | Incorrect point index in AvsFilter_GetPoint3DGridElement. |