#include <GrayTranscribe.h>

Public Member Functions | |
| virtual ttranscribed | GetValues (const tpopmember &member) |
| Re-Implements the function from BinaryTranscribe. | |
| GrayTranscribe (const ttranscribed &base, const ttranscribed &step, const tsizev &gene) | |
| virtual | ~GrayTranscribe () |
Definition at line 10 of file GrayTranscribe.h.
| gplib::GrayTranscribe::GrayTranscribe | ( | const ttranscribed & | base, | |
| const ttranscribed & | step, | |||
| const tsizev & | gene | |||
| ) |
Definition at line 4 of file GrayTranscribe.cpp.
| gplib::GrayTranscribe::~GrayTranscribe | ( | ) | [virtual] |
Definition at line 10 of file GrayTranscribe.cpp.
| ttranscribed gplib::GrayTranscribe::GetValues | ( | const tpopmember & | member | ) | [virtual] |
Re-Implements the function from BinaryTranscribe.
Reimplemented from gplib::BinaryTranscribe.
Definition at line 14 of file GrayTranscribe.cpp.
References gplib::BinaryTranscribe::basevalues, gplib::BinaryTranscribe::genesizes, and gplib::BinaryTranscribe::stepsizes.
Referenced by main().
1.5.8