Back to Adaptive Vision Library website
You are here: Start » Function Reference » Geometry 2D Basics » AvsFilter_AccessRectangle
AvsFilter_AccessRectangle
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 rectangle.
Syntax
void avs::AvsFilter_AccessRectangle ( const avl::Rectangle2D& inRectangle, avl::Point2D& outOrigin, atl::real& outAngle, atl::real& outWidth, atl::real& outHeight )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRectangle | const Rectangle2D& | ||
![]() |
outOrigin | Point2D& | Origin of the rectangle | |
![]() |
outAngle | real& | Clock-wise orientation angle | |
![]() |
outWidth | real& | ||
![]() |
outHeight | real& |
Hints
- Do NOT use this filter. Instead, use "Property Outputs" feature, accessible in the output port's context menu.


