CAPD RedHom Library
|
#include <capd/complex/EnumerateCubesBase.h>
Public Types | |
typedef SmallVectorImplBase< Value, SIZE > | Base |
Public Member Functions | |
template<typename Rng > | |
CellCode (const Rng &rng, typename boost::enable_if< boost::has_range_const_iterator< Rng > >::type *p=0) | |
CellCode (std::initializer_list< typename CellCodeBase::value_type > l) | |
CellCode (size_t size=0) | |
CellCode (const CellCodeBase &base) | |
template<typename It > | |
CellCode (It b, It e) | |
size_t | idx (size_t d) const |
CellCodeIndices | indices () const |
template<typename Lengths > | |
bool | valid (const Lengths &lengths) const |
template<typename Rng > | |
boost::enable_if< boost::has_range_const_iterator< Rng >, bool >::type | operator== (const Rng &rhs) const |
operator std::vector< Value > () const | |
Static Public Member Functions | |
static CellCode | FromIndices (const CellCodeIndices &indices) |
|
inherited |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |