Back to FabImage Library Lite website

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

TestRegionNotEmpty


Header: FIL.h
Namespace: fil

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

Syntax

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

Parameters

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