12#include "FilterBase.h"
AlwaysYesFilter is a simple filter saying always yes, which is meant for testing purposes.
virtual void checkSpacePoints(const SectorFriendship *thisFriendship, CompatibilityTable &compatibilityTable)
constructor
FilterBase is the baseClass for filters applied on (chains of) spacepoints.
std::vector< std::vector< CompatibilityValue > > CompatibilityTable
is currently a table of CompatibilityValues which allows to check which combination of spacepoints/se...
SectorFriendship is carrying the link between parent sector and a connected sector (socalled Friendse...
Abstract base class for different kinds of events.