Back to Aurora Vision Library Lite website

You are here: Start » Region » Region Basics » TestRegionNotEmpty

TestRegionNotEmpty


Header: AVL.h
Namespace: avl

Tests whether the size of a region doesn't equal zero.

Syntax

void avl::TestRegionNotEmpty
(
	const avl::Region& inRegion,
	bool& outIsNotEmpty
)

Parameters

Name Type Default Description
Input value inRegion const Region& Input region
Output value outIsNotEmpty bool&