Provides a three-dimensional structure of packed bits. More...
#include "Bitfield.h"
#include "Bitfield2D.h"
#include "Data1D.h"
#include "Errors.h"
#include <stdlib.h>
Go to the source code of this file.
Classes | |
class | RC::Bitfield3D |
A bounds-safe three-dimensional structure of efficiently packed bits. More... | |
Namespaces | |
RC | |
Functions | |
std::ostream & | RC::operator<< (std::ostream &out, const Bitfield3D &b) |
Outputs data to a stream as a character series of '1's and '0's, with newlines trailing each entry of dimension 2, and double-spaces after entries of dimension 3. More... | |
Provides a three-dimensional structure of packed bits.