Back to Adaptive Vision Library website
You are here: Start » Function Reference » Geometry 2D Basics » AvsFilter_AccessLine
AvsFilter_AccessLine
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 line.
Syntax
void avs::AvsFilter_AccessLine ( const avl::Line2D& inLine, atl::real& outA, atl::real& outB, atl::real& outC )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inLine | const Line2D& | Input line | |
![]() |
outA | real& | Output line parameter A | |
![]() |
outB | real& | Output line parameter B | |
![]() |
outC | real& | Output line parameter C |
Hints
- Do NOT use this filter. Instead, use "Property Outputs" feature, accessible in the output port's context menu.


