Back to Adaptive Vision Library website
You are here: Start » Function Reference » Geometry 2D Basics » AvsFilter_AccessPoint
AvsFilter_AccessPoint
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Returns individual fields of a point.
Syntax
void avs::AvsFilter_AccessPoint ( const avl::Point2D& inPoint, atl::real& outX, atl::real& outY )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint | const Point2D& | Input point | |
![]() |
outX | real& | Output x-coordinate | |
![]() |
outY | real& | Output y-coordinate |
Hints
- Do NOT use this filter. Instead, use "Property Outputs" feature, accessible in the output port's context menu.


