Back to FabImage Library website

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

BoxesBoundingBox


Header: FIL.h
Namespace: fil
Module: FoundationLite

Computes the bounding box of given boxes.

Syntax

C++
C#
 
void fil::BoxesBoundingBox
(
	const ftl::Array<fil::Box>& inBoxes,
	fil::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.