TBTK
Need a break? Support the development by playing Polarity Puzzles
TBTK::AbstractIndexFilter Class Referenceabstract

Public Member Functions

 AbstractIndexFilter ()
 
virtual ~AbstractIndexFilter ()
 
virtual AbstractIndexFilterclone () const =0
 
virtual bool isIncluded (const Index &index) const =0
 

Constructor & Destructor Documentation

◆ AbstractIndexFilter()

TBTK::AbstractIndexFilter::AbstractIndexFilter ( )
inline

Constructor.

◆ ~AbstractIndexFilter()

TBTK::AbstractIndexFilter::~AbstractIndexFilter ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ clone()

virtual AbstractIndexFilter* TBTK::AbstractIndexFilter::clone ( ) const
pure virtual

Clone.

◆ isIncluded()

virtual bool TBTK::AbstractIndexFilter::isIncluded ( const Index index) const
pure virtual

Returns true if the filter includes the Index.


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