CAPD RedHom Library
|
#include <capd/cubSet/CubSetBuilder.h>
Public Member Functions | |
CubSetBuilder () | |
bool | isBoundingBoxNeeded () |
void | setBoundingBoxNeeded (bool _boundingBoxNeeded) |
void | setFullCubes (bool b) |
void | setOpenCells (bool b) |
bool | onlyFullCubes () |
void | setDim (int A_embDim) |
void | setFileType (FileType A_fileType) |
int | getDim () |
FileType | getFileType () |
virtual void | readBmp (std::ifstream &in) |
virtual void | setBoundingBox (int A_cmin[], int A_cmax[]) |
virtual void | addCell (int coords[]) |
virtual void | finalize () |
Protected Attributes | |
bool | fullCubes |
bool | openCells |
bool | boundingBoxNeeded |
int | embDim |
FileType | fileType |