PopFinder¶
This page describes the class PopFinder
PopFinder
is a pure virtual class used as an interface declaring only one method. In QHG this interface is implemented by PopLooper.
- Code:
Public Methods¶
getPopByName
¶
virtual PopBase *getPopByName(const std::string sSpeciesName)=0;
sSpeciesName
Name of the wanted population.
This method returns a pointer to the population with the specified name, or NULL if it can’t be found or doesn’t exist.