28 class SectorFriendship;
FilterBase is the baseClass for filters applied on (chains of) spacepoints.
float m_maxCutoff
if value is higher than cutoff, the value will be neglected
FilterBase(float minValue=0, float maxValue=0)
constructor
unsigned int CompatibilityValue
is currently a counter which counts number of passed filterTests
std::vector< std::vector< CompatibilityValue > > CompatibilityTable
is currently a table of CompatibilityValues which allows to check which combination of spacepoints/se...
virtual void checkSpacePoints(const SectorFriendship *thisFriendship, CompatibilityTable &compatibilityTable)=0
called for each compatible sector-sector-combination inhabiting spacePoints
float m_minCutoff
if value is lower than cutoff, the value will be neglected
SectorFriendship is carrying the link between parent sector and a connected sector (socalled Friendse...
Abstract base class for different kinds of events.