Back to Aurora Vision Library website

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

TestBoxEmpty


Header: AVL.h
Namespace: avl
Module: FoundationLite

Tests whether the box is empty.

Syntax

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

Parameters

Name Type Default Description
Input value inBox const Box&
Output value outIsEmpty bool&