Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

matvec::TransmissionSet Class Reference

#include <gnodesetderived.h>

Inheritance diagram for matvec::TransmissionSet:

matvec::GNodeSet List of all members.

Detailed Description

This is the "Transmission set" class.

TransmissionSet class has the method that returns transmission probabilities (alleles)

Definition at line 96 of file gnodesetderived.h.

Public Methods

double getValue (void)
 ~TransmissionSet (void)
bool incr (void)
void reset (void)
void attachMeToMyGnodes (void)
void display (void)
virtual double getTargetValue (void)
virtual double getOldValue (void)

Public Attributes

Individualoffspring
bool paternal
unsigned connectFlag
unsigned numberOfCuts

Static Public Attributes

GeneticDistprior
unsigned currentLocus


Constructor & Destructor Documentation

matvec::TransmissionSet::~TransmissionSet void    [inline]
 

Definition at line 108 of file gnodesetderived.h.

00108 {;} 


Member Function Documentation

void matvec::GNodeSet::attachMeToMyGnodes void    [inherited]
 

Referenced by matvec::Population::initAlleleNodeList(), matvec::Population::initGenotypeNodeList(), and matvec::Population::initJointAlleleNodeList().

void matvec::GNodeSet::display void    [inherited]
 

virtual double matvec::GNodeSet::getOldValue void    [inline, virtual, inherited]
 

Reimplemented in matvec::CutSet.

Definition at line 125 of file gnodestuff.h.

00125                                     {
00126       throw exception("GNodeSet::getOldValue(void): call for virtual function");
00127     }; 

virtual double matvec::GNodeSet::getTargetValue void    [inline, virtual, inherited]
 

Reimplemented in matvec::TransitionSet.

Definition at line 122 of file gnodestuff.h.

00122                                        {
00123       throw exception("GNodeSet::getTargetValue(void): call for virtual function");
00124     };

double matvec::TransmissionSet::getValue void    [inline, virtual]
 

Reimplemented from matvec::GNodeSet.

Definition at line 100 of file gnodesetderived.h.

References matvec::Individual::getAlleleMTransmissionProb(), and matvec::Individual::getAllelePTransmissionProb().

00100                                {
00101                   if (paternal){
00102                           return offspring->getAllelePTransmissionProb();
00103                   }
00104                   else {
00105                           return offspring->getAlleleMTransmissionProb();
00106                   }
00107           }

bool matvec::GNodeSet::incr void    [inherited]
 

Referenced by matvec::CutSet::operator *=(), matvec::CutSet::operator+=(), and matvec::CutSet::operator=().

void matvec::GNodeSet::reset void    [inherited]
 

Referenced by matvec::CutSet::operator *=(), matvec::CutSet::operator+=(), and matvec::CutSet::operator=().


Member Data Documentation

unsigned matvec::GNodeSet::connectFlag [inherited]
 

Definition at line 111 of file gnodestuff.h.

Referenced by matvec::CutSet::replaceMeWith().

unsigned matvec::GNodeSet::currentLocus [static, inherited]
 

Definition at line 43 of file gnodestuff.cpp.

Referenced by matvec::GenoFounderSet::getValue(), matvec::AlleleFounderSet::getValue(), and matvec::CutSet::replaceMeWith().

unsigned matvec::GNodeSet::numberOfCuts [inherited]
 

Definition at line 112 of file gnodestuff.h.

Referenced by matvec::CutSet::replaceMeWith().

Individual* matvec::TransmissionSet::offspring
 

Definition at line 98 of file gnodesetderived.h.

Referenced by matvec::Population::initAlleleNodeList().

bool matvec::TransmissionSet::paternal
 

Definition at line 99 of file gnodesetderived.h.

Referenced by matvec::Population::initAlleleNodeList().

GeneticDist * matvec::GNodeSet::prior [static, inherited]
 

Definition at line 42 of file gnodestuff.cpp.

Referenced by matvec::RAlleleFounderSet::getValue(), matvec::GenoFounderSet::getValue(), matvec::AlleleFounderSet::getValue(), and matvec::CutSet::replaceMeWith().


The documentation for this class was generated from the following file:
Generated on Thu Jun 16 17:14:51 2005 for Matvec by doxygen1.2.16