Back to FabImage Library website
You are here: Start » Function Reference » Geometry 3D » Geometry 3D Basics » SkipEmptyBox3D

SkipEmptyBox3D
Header: | FIL.h |
---|---|
Namespace: | fil |
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 fil::SkipEmptyBox3D ( const fil::Box3D& inBox3D, ftl::Conditional<fil::Box3D>& outNotEmptyBox3D, bool& outIsNotEmpty )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inBox3D | const Box3D& | ||
![]() |
outNotEmptyBox3D | Conditional<Box3D>& | ||
![]() |
outIsNotEmpty | bool& |