Back to FabImage Library Lite website
You are here: Start » Box » SplitBox
SplitBox
Splits a box into two along a direction.
Syntax
void fil::SplitBox ( const fil::Box& inBox, const fil::SplitDirection::Type inSplitDirection, fil::Box& outBox1, fil::Box& outBox2 )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inBox | const Box& | ||
![]() |
inSplitDirection | const SplitDirection::Type | ||
![]() |
outBox1 | Box& | ||
![]() |
outBox2 | Box& |
Errors
| Error type | Description |
|---|---|
| DomainError | Unknown inSplitDirection |


