Back to Adaptive Vision Library website

You are here: Start » Function Reference » Path Basics » SkipNotShape

SkipNotShape


If the input path is closed and has no self-intersections, then it is copied to the output; otherwise Nil is returned.

Header:AVL.h

Syntax

C++
C#
 
void avl::SkipNotShape
(
	const avl::Path& inPath,
	atl::Conditional<avl::Path>& outShape,
	bool& outIsShape
)

Parameters

Name Type Default Description
inPath const Path& Input path
outShape Conditional<Path>&
outIsShape bool&