CAPD RedHom Library
|
#include <capd/cubSet/BmpCubCelSetBuilder.hpp>
Public Types | |
typedef P_Set | SetType |
Public Member Functions | |
BmpCubCelSetBuilder (CRef< SetType > A_setCR) | |
void | setDim (int A_embDim) |
void | setBoundingBox (int A_cmin[], int A_cmax[]) |
void | addCell (int coords[]) |
void | finalize () |
void | readBmp (std::ifstream &in) |
void | show () |
int | size () |
bool | isBoundingBoxNeeded () |
void | setBoundingBoxNeeded (bool _boundingBoxNeeded) |
void | setFullCubes (bool b) |
void | setOpenCells (bool b) |
bool | onlyFullCubes () |
void | setFileType (FileType A_fileType) |
int | getDim () |
FileType | getFileType () |
Static Public Attributes | |
static const int | embDim =SetType::theDim |
Protected Attributes | |
CRef< SetType > | setCR |
std::vector< int > | cmin |
std::vector< int > | cmax |
std::vector< int > | boundingBox |
bool | fullCubes |
bool | openCells |
bool | boundingBoxNeeded |
FileType | fileType |