#include <Space3D.h>
Inherits Space3D< BoundedBlock >.
Inheritance diagram for BoundedBlockSpace3D:
Public Member Functions | |
BoundedBlockSpace3D (int _szx, int _szy, int _szz) | |
int | FloodFill (int x, int y, int z) |
void | ErectWalls (int dim, Coord3d front, Coord3d back) |
This class adds some additional functionality to Space3D<BoundedBlock>. It is used in the calculation of the volume of the shape.
BoundedBlockSpace3D::BoundedBlockSpace3D | ( | int | _szx, | |
int | _szy, | |||
int | _szz | |||
) | [inline] |
int BoundedBlockSpace3D::FloodFill | ( | int | x, | |
int | y, | |||
int | z | |||
) |