Back to Aurora Vision Library website

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

BoxesBoundingBox


Header: AVL.h
Namespace: avl
Module: FoundationLite

Computes the bounding box of given boxes.

Syntax

C++
C#
 
void avl::BoxesBoundingBox
(
	const atl::Array<avl::Box>& inBoxes,
	avl::Box& outBoundingBox
)

Parameters

Name Type Default Description
Input value inBoxes const Array<Box>&
Output value outBoundingBox Box&

Errors

List of possible exceptions:

Error type Description
DomainError Empty array on input in BoxesBoundingBox.