#include <CscGeneration.h>
◆ CscGeneration()
| CscGeneration::CscGeneration |
( |
int |
idIn | ) |
|
◆ ~CscGeneration()
| CscGeneration::~CscGeneration |
( |
| ) |
|
|
virtual |
◆ addPerson()
| void CscGeneration::addPerson |
( |
CscPerson * |
person | ) |
|
◆ countPersons()
| int CscGeneration::countPersons |
( |
| ) |
|
◆ getBestPerson()
◆ getId()
| int CscGeneration::getId |
( |
| ) |
|
◆ getPerson()
| CscPerson * CscGeneration::getPerson |
( |
int |
index | ) |
|
◆ getPersonById()
| CscPerson * CscGeneration::getPersonById |
( |
int |
personId | ) |
|
◆ getPersons()
| vector< CscPerson * > * CscGeneration::getPersons |
( |
| ) |
|
◆ sortPersons()
| void CscGeneration::sortPersons |
( |
| ) |
|
sort attribute vector of CscPerson by objectiveValue
◆ sortPersonsById()
| void CscGeneration::sortPersonsById |
( |
| ) |
|
◆ toString()
| string CscGeneration::toString |
( |
| ) |
|
The documentation for this class was generated from the following files: