Back to FabImage Library Lite website
You are here: Start » Basic » Box » BoxesBoundingBox
BoxesBoundingBox
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
Computes the bounding box of given boxes.
Syntax
void fil::BoxesBoundingBox ( const ftl::Array<fil::Box>& inBoxes, fil::Box& outBoundingBox )
Parameters
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty array on input in BoxesBoundingBox. |


