BoxBrickingRegion Class Reference
This class defines a box inside the volume. More...
#include <boxbrickingregion.h>
Inheritance diagram for BoxBrickingRegion:
Public Member Functions | |
| BoxBrickingRegion (BrickingInformation &brickingInformation) | |
| void | setBox (tgt::vec3 boxLLF, tgt::vec3 boxURB) |
| Define the box by specifying the lower-left-front and upper-right-back corner of the block. | |
| virtual void | calculateBricksInRegion () |
| Calculate all bricks inside the specified box. | |
Protected Attributes | |
| tgt::vec3 | boxLLF_ |
| Lower-left-front corner of the box. | |
| tgt::vec3 | boxURB_ |
| Upper-right-back corner of the box. | |
Detailed Description
This class defines a box inside the volume.
Every brick inside that box will be inside the region.
Definition at line 39 of file boxbrickingregion.h.