CAPD RedHom Library
RepCubSetBuilder< P_RepSet > Class Template Reference

#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
 

Constructor & Destructor Documentation

template<typename P_RepSet >
RepCubSetBuilder< P_RepSet >::RepCubSetBuilder ( CRef< RepSetType >  A_repSetCR)
inline

Member Function Documentation

template<typename P_RepSet >
void RepCubSetBuilder< P_RepSet >::addCell ( int  coords[])
inlinevirtual

Reimplemented from CubSetBuilder.

template<typename P_RepSet >
void RepCubSetBuilder< P_RepSet >::setBoundingBox ( int  A_cmin[],
int  A_cmax[] 
)
inlinevirtual

Reimplemented from CubSetBuilder.

template<typename P_RepSet >
void RepCubSetBuilder< P_RepSet >::show ( )
inline
template<typename P_RepSet >
int RepCubSetBuilder< P_RepSet >::size ( )
inline