Back to FabImage Library website

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

RemoveEmptyBoxes


Header: FIL.h
Namespace: fil
Module: FoundationLite

The input boxes which have both dimensions different from zero are copied to the output.

Applications: Secures against domain errors caused by empty boxes.

Syntax

C++
C#
 
void fil::RemoveEmptyBoxes
(
	const ftl::Array<fil::Box>& inBoxes,
	ftl::Array<fil::Box>& outNotEmptyBoxes,
	ftl::Array<bool>& outIsNotEmpty
)

Parameters

Name Type Default Description
Input value inBoxes const Array<Box>&
Output value outNotEmptyBoxes Array<Box>&
Output value outIsNotEmpty Array<bool>&