Back to Aurora Vision Library website

You are here: Start » Function Reference » Geometry 3D » Geometry 3D Basics » SkipEmptyBox3D

SkipEmptyBox3D


Header: AVL.h
Namespace: avl
Module: Vision3DLite

If the input box in 3D has all dimensions different from zero, then it is copied to the output; otherwise Nil is returned.

Applications: Secures against domain errors caused by empty boxes.

Syntax

C++
C#
 
void avl::SkipEmptyBox3D
(
	const avl::Box3D& inBox3D,
	atl::Conditional<avl::Box3D>& outNotEmptyBox3D,
	bool& outIsNotEmpty
)

Parameters

Name Type Default Description
Input value inBox3D const Box3D&
Output value outNotEmptyBox3D Conditional<Box3D>&
Output value outIsNotEmpty bool&