Back to Adaptive Vision Library website

You are here: Start » Function Reference » Geometry 2D Basics » AvsFilter_AccessSegment

AvsFilter_AccessSegment


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 segment.

Syntax

void avs::AvsFilter_AccessSegment
(
	const avl::Segment2D& inSegment,
	avl::Point2D& outPoint1,
	avl::Point2D& outPoint2
)

Parameters

Name Type Default Description
inSegment const Segment2D&
outPoint1 Point2D& First point of the segment
outPoint2 Point2D& Second point of the segment

Hints

  • Do NOT use this filter. Instead, use "Property Outputs" feature, accessible in the output port's context menu.