|
| | CubSetT (int size=0) |
| |
| | CubSetT (const int *w) |
| |
| | CubSetT (const int *w, const char *bytes) |
| |
| | CubSetT (const CubSetT &org, bool clear=false) |
| |
| | CubSetT (const CubSetT &org, const std::vector< int > &lc, const std::vector< int > &uc) |
| |
| | CubSetT (const CubSetT &org, const Pixel &lc, const Pixel &uc) |
| |
| | CubSetT (const RepSet< ElementaryCube > &A_RepSetOfElementaryCube) |
| |
| template<typename P_CubCellSetSimplificator > |
| | CubSetT (const CubCellSetT< P_EuclSet, P_CubCellSetSimplificator > &org) |
| |
| const P_EuclSet & | getBaseObject () const |
| |
| int | embDim () const |
| |
| void | getNeighbors (const Pixel &p, vector< Pixel > &neighbors) const |
| |
| void | getNeighborhood3 (const Pixel &p, CubSetT &neighborhood) const |
| |
| void | getNeighborhood5 (const Pixel &p, CubSetT &neighborhood) const |
| |
| uint | neighbSignatureLT (const BitIterator &it) const |
| |
| uint | neighbSignatureD4 (const BitIterator &it, unsigned int sliceDir, unsigned int sliceCoord) const |
| |
| int | neighbCyclicLT (const BitIterator &it) const |
| |
| int | neighbCyclicD4 (const BitIterator &it) const |
| |
| bool | neighbAcyclicLT (const BitIterator &it) const |
| |
| bool | neighbAcyclicLT (const BitIterator &it, int &count) const |
| |
| bool | neighbAcyclicD4 (const BitIterator &it) const |
| |
| bool | neighbAcyclicD4a (const BitIterator &it) const |
| |
| bool | neighbAcyclicD4a0 (const BitIterator &it) const |
| |
| bool | neighbAcyclicMD (const BitIterator &it) const |
| |
| bool | neighbAcyclicSI_BI (const BitIterator &it) const |
| |
| bool | neighbAcyclicLT_BCI (const BitCoordIterator &it) const |
| |
| bool | neighbAcyclicHOM (const BitCoordIterator &it) const |
| |
| bool | neighbAcyclicOSSI (const BitCoordIterator &it) const |
| |
| bool | neighbAcyclicSI (const BitCoordIterator &it) const |
| |
| bool | neighbAcyclicSIR (const BitCoordIterator &it) const |
| |
| void | addEmptyCollar () |
| |
| CubSetT & | expandToComponentOf (const Pixel &p, const CubSetT &set2) |
| |
| CubSetT & | expandToComponentOf (const Pixel &p, const CubSetT &set2, Pixel &lc, Pixel &uc) |
| |
| bool | extractComponent (CubSetT &component, CubSetT &rest) |
| |
| bool | extractComponent (CubSetT &component, CubSetT &rest, Pixel &lc, Pixel &uc) |
| |
| int | decomposeToComponents (std::vector< CubSetT > &components) const |
| |
| CubSetT & | expandToComponentOf (const CubSetT &set2) |
| |
| CubSetT & | shaveBCI () |
| |
| CubSetT & | shaveBI () |
| |
| CubSetT & | shaveWithChecksBI () |
| |
| CubSetT & | shave () |
| |
| CubSetT & | shaveWithFixedSubset (const CubSetT &A_subset) |
| |
| int | simpleIntersection (vector< Pixel > pixels) const |
| |
| int | acyclicSubspaceBCI (CubSetT &acSubsp) const |
| |
| int | acyclicSubspaceBI (CubSetT &acSubsp) const |
| |
| int | multiAcyclicSubspaceBI (CubSetT &acSubsp) const |
| |
| int | acyclicSubspaceOrg (CubSetT &acSubsp) const |
| |
| int | acyclicSubspace (CubSetT &acSubsp) const |
| |