BoundedBlockSpace3D Class Reference

BoundedBlockSpace3D is a 3D space of BoundedBlock elements. More...

#include <Space3D.h>

Inherits Space3D< BoundedBlock >.

Inheritance diagram for BoundedBlockSpace3D:

Inheritance graph
[legend]
Collaboration diagram for BoundedBlockSpace3D:

Collaboration graph
[legend]
List of all members.

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)

Detailed Description

BoundedBlockSpace3D is a 3D space of BoundedBlock elements.

This class adds some additional functionality to Space3D<BoundedBlock>. It is used in the calculation of the volume of the shape.

See also:
Space3D BoundedBlock


Constructor & Destructor Documentation

BoundedBlockSpace3D::BoundedBlockSpace3D ( int  _szx,
int  _szy,
int  _szz 
) [inline]


Member Function Documentation

int BoundedBlockSpace3D::FloodFill ( int  x,
int  y,
int  z 
)

void BoundedBlockSpace3D::ErectWalls ( int  dim,
Coord3d  front,
Coord3d  back 
)


The documentation for this class was generated from the following files: