#include "ConnectionDecisionPredicate.h"
#include "PCSIMException.h"
#include <typeinfo>
#include <boost/format.hpp>
#include <string>
#include "SpatialSimObjectPopulation.h"
#include "SpatialFamilyPopulation.h"
#include "AugmentedSpatialPopulation.h"


Go to the source code of this file.
Classes | |
| class | ConnectionDecisionPredicateSpecialization< S, D > |
| Template which allows type-safe specialization of ConnectionDecisionPredicate's for certain classes of SimObjectPopulations. More... | |
| class | PlainConnectionDecisionPredicate |
| Predicate which works for populations of class SimObjectPopulation and classes derived from it. More... | |
| class | SpatialConnectionDecisionPredicate |
| Predicate which works for populations of class SpatialSimObjectPopulation and classes derived from it. More... | |
| class | FamilyIdConnectionDecisionPredicate |
| Predicate which works for populations of class SpatialFamilyPopulation and classes derived from it. More... | |
| class | AugmentedConnectionDecisionPredicate |
| Predicate which works for populations of class AugmentedSpatialPopulation and classes derived from it. More... | |
Definition in file ConnectionDecisionPredicateSpecialization.h.
1.5.5