The Fib multimedia system
Fib is a system for storing multimedia data (like images or films).
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
enviroment::cIndividualSelection Class Reference

#include <cIndividualSelection.h>

Inheritance diagram for enviroment::cIndividualSelection:

List of all members.

Public Member Functions

virtual ~cIndividualSelection ()=0
virtual cIndividualIdentifier getIndividualIdentifier () const =0
virtual cIndividualSelectionclone () const =0
virtual string getClassName () const

Detailed Description

Definition at line 51 of file cIndividualSelection.h.


Constructor & Destructor Documentation

virtual enviroment::cIndividualSelection::~cIndividualSelection ( )
pure virtual

Destructor of the class cIndividualSelection.


Member Function Documentation

virtual cIndividualSelection* enviroment::cIndividualSelection::clone ( ) const
pure virtual

This method clones this object.

Returns:
a clone of this object

Implemented in enviroment::cIndividualSelectionWeel.

virtual string enviroment::cIndividualSelection::getClassName ( ) const
virtual
Returns:
the name of this class

Reimplemented in enviroment::cIndividualSelectionWeel.

virtual cIndividualIdentifier enviroment::cIndividualSelection::getIndividualIdentifier ( ) const
pure virtual
Returns:
a pointer to the selected individualdentifier, or the identifier for no individual (
See also:
cIndividualIdentifier::getNoIndividualIdentifier())

Implemented in enviroment::cIndividualSelectionWeel.


The documentation for this class was generated from the following file: