CAPD RedHom Library
|
#include <capd/cubSet/RepCubSetBuilder.hpp>
Public Member Functions | |
RepCubSetBuilder (CRef< RepSetType > A_repSetCR) | |
void | setBoundingBox (int A_cmin[], int A_cmax[]) |
void | addCell (int coords[]) |
void | show () |
int | size () |
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 | finalize () |
Protected Attributes | |
bool | fullCubes |
bool | openCells |
bool | boundingBoxNeeded |
int | embDim |
FileType | fileType |
|
inline |
|
inlinevirtual |
Reimplemented from CubSetBuilder.
|
inlinevirtual |
Reimplemented from CubSetBuilder.
|
inline |
|
inline |