#include <gnodesetderived.h>
Inheritance diagram for matvec::DisAllelePenetranceSet:

DisAllelePenetranceSet class has the method that calculates the penetrance function for a recessive disease trait in allelic peeling
Definition at line 192 of file gnodesetderived.h.
Public Methods | |
| double | getValue (void) |
| ~DisAllelePenetranceSet (void) | |
| bool | incr (void) |
| void | reset (void) |
| void | attachMeToMyGnodes (void) |
| void | display (void) |
| virtual double | getTargetValue (void) |
| virtual double | getOldValue (void) |
Public Attributes | |
| Individual * | owner |
| unsigned | connectFlag |
| unsigned | numberOfCuts |
Static Public Attributes | |
| GeneticDist * | prior |
| unsigned | currentLocus |
|
|
Definition at line 198 of file gnodesetderived.h.
00198 {;}
|
|
|
Referenced by matvec::Population::initAlleleNodeList(), matvec::Population::initGenotypeNodeList(), and matvec::Population::initJointAlleleNodeList(). |
|
|
|
|
|
Reimplemented in matvec::CutSet. Definition at line 125 of file gnodestuff.h.
00125 {
00126 throw exception("GNodeSet::getOldValue(void): call for virtual function");
00127 };
|
|
|
Reimplemented in matvec::TransitionSet. Definition at line 122 of file gnodestuff.h.
00122 {
00123 throw exception("GNodeSet::getTargetValue(void): call for virtual function");
00124 };
|
|
|
Reimplemented from matvec::GNodeSet. Definition at line 195 of file gnodesetderived.h. References matvec::Individual::getDisAllelePenetrance().
00195 {
00196 return owner->getDisAllelePenetrance();
00197 }
|
|
|
Referenced by matvec::CutSet::operator *=(), matvec::CutSet::operator+=(), and matvec::CutSet::operator=(). |
|
|
Referenced by matvec::CutSet::operator *=(), matvec::CutSet::operator+=(), and matvec::CutSet::operator=(). |
|
|
Definition at line 111 of file gnodestuff.h. Referenced by matvec::CutSet::replaceMeWith(). |
|
|
Definition at line 43 of file gnodestuff.cpp. Referenced by matvec::GenoFounderSet::getValue(), matvec::AlleleFounderSet::getValue(), and matvec::CutSet::replaceMeWith(). |
|
|
Definition at line 112 of file gnodestuff.h. Referenced by matvec::CutSet::replaceMeWith(). |
|
|
Definition at line 194 of file gnodesetderived.h. Referenced by matvec::Population::initAlleleNodeList(). |
|
|
Definition at line 42 of file gnodestuff.cpp. Referenced by matvec::RAlleleFounderSet::getValue(), matvec::GenoFounderSet::getValue(), matvec::AlleleFounderSet::getValue(), and matvec::CutSet::replaceMeWith(). |
1.2.16