Back to Adaptive Vision Library website

You are here: Start » Function Reference » Box » TestBoxEmpty

TestBoxEmpty


Header:AVL.h
Namespace:avl

Tests whether the box is empty.

Syntax

C++
C#
 
void avl::TestBoxEmpty
(
	const avl::Box& inBox,
	bool& outIsEmpty
)

Parameters

Name Type Default Description
inBox const Box&
outIsEmpty bool&