The Original CHomP Software
Public Member Functions | List of all members
chomp::homology::MapCanExpandDummy< tCube > Class Template Reference

A dummy class that substitutes MapCanExpand if there is no map to check, so the verification always results in an approval. More...

#include <cubacycl.h>

Public Member Functions

 MapCanExpandDummy ()
 The only allowed constructor. More...
 
template<class tSet1 , class tSet2 >
bool operator() (const tCube &q, const tSet1 &cset, const tSet2 &other) const
 Dummy verification. Always returns 'true'. More...
 

Detailed Description

template<class tCube>
class chomp::homology::MapCanExpandDummy< tCube >

A dummy class that substitutes MapCanExpand if there is no map to check, so the verification always results in an approval.

Definition at line 486 of file cubacycl.h.

Constructor & Destructor Documentation

◆ MapCanExpandDummy()

template<class tCube >
chomp::homology::MapCanExpandDummy< tCube >::MapCanExpandDummy
inline

The only allowed constructor.

Definition at line 500 of file cubacycl.h.

501{
502 return;
503} /* MapCanExpandDummy<tCube>::MapCanExpandDummy */

Member Function Documentation

◆ operator()()

template<class tCube >
template<class tSet1 , class tSet2 >
bool chomp::homology::MapCanExpandDummy< tCube >::operator() ( const tCube &  q,
const tSet1 &  cset,
const tSet2 &  other 
) const
inline

Dummy verification. Always returns 'true'.

Definition at line 507 of file cubacycl.h.

509{
510 return true;
511} /* MapCanExpandDummy<tCube>::operator () */

The documentation for this class was generated from the following file: