|
std::ostream & | operator<< (std::ostream &out, const ECell3dCode &A_cu) |
|
std::istream & | operator>> (std::istream &inp, ECell3dCode &A_cu) |
|
template<typename cluster , int dim> |
std::ostream & | operator<< (std::ostream &out, const ECellMDCodeT< cluster, dim > &A_cu) |
|
template<typename cluster , int dim> |
std::istream & | operator>> (std::istream &inp, ECellMDCodeT< cluster, dim > &A_cu) |
|
template<typename cluster , int dim> |
std::size_t | hash_value (const ECellMDCodeT< cluster, dim > &cell) |
|
std::size_t | hash_value (const ElementaryCell &cell) |
|
template<typename ESET > |
RepSet< ESET > | operator+ (RepSet< ESET > const &s1, RepSet< ESET > const &s2) |
|
template<typename ESET > |
RepSet< ESET > | operator- (RepSet< ESET > const &s1, RepSet< ESET > const &s2) |
|
template<typename ESET > |
RepSet< ESET > | operator* (RepSet< ESET > const &s1, RepSet< ESET > const &s2) |
|
template<typename ESET > |
std::istream & | operator>> (std::istream &inp, RepSet< ESET > &A_RepSet) |
|
template<typename ESET > |
std::ostream & | operator<< (std::ostream &out, const RepSet< ESET > &A_RepSet) |
|
template<typename ESET , typename P_Vector > |
RepSet< ESET > | cover (const P_Vector &v, const typename ESET::BinBaseCube &bbc) |
|
template<typename ESET , typename P_Vector > |
RepSet< ESET > | cover (const std::vector< P_Vector > &v, typename ESET::BinBaseCube const &bbc) |
|
bool | operator== (const ElementaryCell &A_ec1, const ElementaryCell &A_ec2) |
|
std::istream & | operator>> (std::istream &inp, ElementaryCell &A_cu) |
|
std::ostream & | operator<< (std::ostream &out, const ElementaryCell &A_cu) |
|
std::istream & | operator>> (std::istream &inp, ElementaryOneDimCell &A_ei) |
|
std::ostream & | operator<< (std::ostream &out, const ElementaryOneDimCell &A_ei) |
|
std::istream & | operator>> (std::istream &inp, ElementaryInterval &A_ei) |
|
std::ostream & | operator<< (std::ostream &out, const ElementaryInterval &A_ei) |
|
std::istream & | operator>> (std::istream &inp, ElementaryCube &A_cu) |
|
std::ostream & | operator<< (std::ostream &out, const ElementaryCube &A_cu) |
|
template RepSet< ElementaryCell > | operator+< ElementaryCell > (const RepSet< ElementaryCell > &s1, const RepSet< ElementaryCell > &s2) |
|
template RepSet< ElementaryCell > | operator-< ElementaryCell > (const RepSet< ElementaryCell > &s1, const RepSet< ElementaryCell > &s2) |
|
template RepSet< ElementaryCell > | operator*< ElementaryCell > (const RepSet< ElementaryCell > &s1, const RepSet< ElementaryCell > &s2) |
|
template std::istream & | operator>>< ElementaryCell > (std::istream &inp, RepSet< ElementaryCell > &A_RepSet) |
|
template std::ostream & | operator<< < ElementaryCell > (std::ostream &out, const RepSet< ElementaryCell > &A_RepSet) |
|
template RepSet< ElementaryCube > | operator+< ElementaryCube > (const RepSet< ElementaryCube > &s1, const RepSet< ElementaryCube > &s2) |
|
template RepSet< ElementaryCube > | operator-< ElementaryCube > (const RepSet< ElementaryCube > &s1, const RepSet< ElementaryCube > &s2) |
|
template RepSet< ElementaryCube > | operator*< ElementaryCube > (const RepSet< ElementaryCube > &s1, const RepSet< ElementaryCube > &s2) |
|
template std::istream & | operator>>< ElementaryCube > (std::istream &inp, RepSet< ElementaryCube > &A_RepSet) |
|
template std::ostream & | operator<< < ElementaryCube > (std::ostream &out, const RepSet< ElementaryCube > &A_RepSet) |
|
| BinECube< SCALAR, BINCODE, DIM >::BinECube (std::vector< uint > const &positions, BinBaseCube const *a_baseCubePtr) |
|
std::string | BinECube< SCALAR, BINCODE, DIM >::toString () const |
|
BinECube | BinECube< SCALAR, BINCODE, DIM >::subCube (uint c) const |
|
| BinECube< SCALAR, BINCODE, DIM >::operator Vector< interval, 0 > () const |
|
std::vector< uint > | BinECube< SCALAR, BINCODE, DIM >::unpack () const |
|
void | BinECube< SCALAR, BINCODE, DIM >::unpack (short int *c) const |
|
std::vector< BinECube< SCALAR, BINCODE, DIM > > | BinECube< SCALAR, BINCODE, DIM >::neighbors () const |
|
BinCode | BinECube< SCALAR, BINCODE, DIM >::getCode () const |
|
std::vector< SCALAR > | BinECube< SCALAR, BINCODE, DIM >::botCoords () const |
|
std::vector< SCALAR > | BinECube< SCALAR, BINCODE, DIM >::size () const |
|
bool | BinECube< SCALAR, BINCODE, DIM >::operator< (BinECube const &ec) const |
|
void | BinECube< SCALAR, BINCODE, DIM >::BinBaseInterval::initialize (SCALAR a_left, SCALAR a_right, uint a_depth) |
|
| BinECube< SCALAR, BINCODE, DIM >::BinBaseInterval::BinBaseInterval (SCALAR a_left, SCALAR a_right, uint a_depth) |
|
int | BinECube< SCALAR, BINCODE, DIM >::BinBaseInterval::leftPosition (SCALAR x) const |
|
int | BinECube< SCALAR, BINCODE, DIM >::BinBaseInterval::rightPosition (SCALAR x) const |
|
SCALAR | BinECube< SCALAR, BINCODE, DIM >::BinBaseInterval::leftEnd (uint pos) const |
|
SCALAR | BinECube< SCALAR, BINCODE, DIM >::BinBaseInterval::rightEnd (uint pos) const |
|
uint | BinECube< SCALAR, BINCODE, DIM >::BinBaseInterval::leftHalf (uint pos) const |
|
uint | BinECube< SCALAR, BINCODE, DIM >::BinBaseInterval::rightHalf (uint pos) const |
|
uint | BinECube< SCALAR, BINCODE, DIM >::BinBaseInterval::mask () const |
|
| BinECube< SCALAR, BINCODE, DIM >::BinBaseCube::BinBaseCube (SCALAR const &bot, SCALAR const &top, uint a_depth) |
|
| BinECube< SCALAR, BINCODE, DIM >::BinBaseCube::BinBaseCube (std::vector< SCALAR > const &bot, std::vector< SCALAR > const &top, std::vector< uint > const &a_depth) |
|
| BinECube< SCALAR, BINCODE, DIM >::BinBaseCube::BinBaseCube (Vector< interval, 0 > iv, uint a_depth) |
|
void | BinECube< SCALAR, BINCODE, DIM >::BinBaseCube::subdivide () |
|
BinBaseCube & | BinECube< SCALAR, BINCODE, DIM >::BinBaseCube::subdivided () |
|
| BinECube< SCALAR, BINCODE, DIM >::BinBaseCube::~BinBaseCube () |
|
| ECell3dCode::ECell3dCode (const int A_c[], int) |
|
| ECell3dCode::ECell3dCode (const ElementaryCell &A_c) |
|
| ECell3dCode::ECell3dCode (const ECell3dCode &A_ec, int j, bool right) |
|
| ECell3dCode::ECell3dCode (const ECell3dCode &A_ec, bool right, int j) |
|
int | ECell3dCode::ownDim () const |
|
void | ECell3dCode::primaryFaces (std::vector< ECell3dCode > &A_primaryFaces) const |
|
void | ECell3dCode::boundary (std::map< ECell3dCode, int > &A_boundary) const |
|
void | ECell3dCode::coBoundary (std::map< ECell3dCode, int > &A_coBoundary) const |
|
template<typename P_Chain > |
void | ElementaryCell::boundary (P_Chain &A_boundary) const |
|
const_iterator | RepSet< ESET >::begin () const |
|
const_iterator | RepSet< ESET >::end () const |
|
int | RepSet< ESET >::embeddingDimension () const |
|
const ESET & | RepSet< ESET >::showOneElement () const |
|
void | RepSet< ESET >::swap (RepSet &s) |
|
bool | RepSet< ESET >::empty () const |
|
bool | RepSet< ESET >::includes (const ESET &eset) const |
|
RepSet & | RepSet< ESET >::remove (const ESET &eset) |
|
bool | RepSet< ESET >::operator== (const RepSet &s) const |
|
RepSet & | RepSet< ESET >::insert (const ESET &eset) |
|
RepSet & | RepSet< ESET >::operator-= (const RepSet &s) |
|
RepSet & | RepSet< ESET >::operator+= (const RepSet &s) |
|
RepSet & | RepSet< ESET >::operator*= (const RepSet &s) |
|
RepSet | RepSet< ESET >::wrap () const |
|
bool | RepSet< ESET >::operator<= (const RepSet &s) const |
|
bool | RepSet< ESET >::subsetInt (const RepSet &s) const |
|
RepSet | RepSet< ESET >::subdivided () const |
|
int | RepSet< ESET >::assignComponentsTo (std::vector< RepSet< ESET > > &c) const |
|
std::string | RepSet< ESET >::toString () const |
|
void | RepSet< ESET >::enclosingBox (int minCoords[], int maxCoords[]) const |
|
void | RepSet< ESET >::lowerEnclosingBox (int minCoords[], int maxCoords[]) const |
|
| ElementaryCell::ElementaryCell (const int A_c[], int A_dim) |
|
| ElementaryCell::ElementaryCell (const int *A_c, const bool *A_b, int A_dim) |
|
| ElementaryCell::ElementaryCell (const ElementaryCell &A_ec) |
|
| ElementaryCell::ElementaryCell (const ElementaryCell &A_ec, int j, bool right) |
|
| ElementaryCell::ElementaryCell (const ElementaryCell &A_ec, bool right, int j) |
|
int | ElementaryCell::dimension () const |
|
bool | ElementaryCell::operator< (const ElementaryCell &A_ec2) const |
|
void | ElementaryCell::primaryFaces (std::vector< ElementaryCell > &A_primaryFaces) const |
|
void | ElementaryCell::coBoundary (std::map< ElementaryCell, int > &A_coBoundary) const |
|
ElementaryCell & | ElementaryCell::operator= (const ElementaryCell &A_ec) |
|
| ElementaryCube::ElementaryCube (const std::vector< int > &A_c) |
|
| ElementaryCube::ElementaryCube (const int *A_c, int A_dim) |
|
| ElementaryCube::ElementaryCube (const int *A_c, const bool *A_b, int A_dim) |
|
| ElementaryCube::ElementaryCube (const ElementaryCube &A_ec) |
|
| ElementaryCube::ElementaryCube (const ElementaryCube &A_ec, int j, bool right) |
|
int | ElementaryCube::dimension () const |
|
bool | ElementaryCube::operator< (const ElementaryCube &A_ec2) const |
|
void | ElementaryCube::primaryFaces (std::vector< ElementaryCube > &A_primaryFaces) const |
|
void | ElementaryCube::boundary (std::map< ElementaryCube, int > &A_boundary) const |
|
RepSet & | RepSet< ElementaryCube >::operator-= (const RepSet &s) |
|
RepSet & | RepSet< ElementaryCube >::operator*= (const RepSet &s) |
|
bool | RepSet< ElementaryCube >::operator<= (const RepSet &s) const |
|
void | RepSet< ElementaryCube >::enclosingBox (int minCoords[], int maxCoords[]) const |
|
void | RepSet< ElementaryCube >::lowerEnclosingBox (int minCoords[], int maxCoords[]) const |
|