openModeller  Version 1.4.0
EnvCell Class Reference

#include <EnvCell.h>

List of all members.

Public Member Functions

 EnvCell ()
 EnvCell (int ct, BYTE *val)
 EnvCell (int ct, BYTE *val, int pos, double x, double y)
virtual ~EnvCell ()
void setSize (int newSize)
int size ()
void setValues (BYTE *newValues)
BYTEgetValues ()
char * toXML ()
bool operator== (EnvCell oCell)
bool operator!= (EnvCell oCell)

Public Attributes

int intCount
BYTEvalues
int intPos
double x
double y

Detailed Description

Definition at line 28 of file EnvCell.h.


Constructor & Destructor Documentation

Definition at line 28 of file EnvCell.cpp.

References intCount, intPos, values, x, and y.

EnvCell::EnvCell ( int  ct,
BYTE val 
)

Definition at line 38 of file EnvCell.cpp.

References intCount, intPos, values, x, and y.

EnvCell::EnvCell ( int  ct,
BYTE val,
int  pos,
double  x,
double  y 
)

Definition at line 48 of file EnvCell.cpp.

References intCount, intPos, values, x, and y.

EnvCell::~EnvCell ( ) [virtual]

Definition at line 59 of file EnvCell.cpp.


Member Function Documentation

Definition at line 82 of file EnvCell.cpp.

References values.

bool EnvCell::operator!= ( EnvCell  oCell)

Definition at line 107 of file EnvCell.cpp.

References operator==().

Here is the call graph for this function:

bool EnvCell::operator== ( EnvCell  oCell)

Definition at line 88 of file EnvCell.cpp.

References intCount, and values.

Referenced by operator!=().

void EnvCell::setSize ( int  newSize)

Definition at line 64 of file EnvCell.cpp.

References intCount.

void EnvCell::setValues ( BYTE newValues)

Definition at line 76 of file EnvCell.cpp.

References values.

int EnvCell::size ( )

Definition at line 70 of file EnvCell.cpp.

References intCount.

Referenced by EnvCellSet::genes(), and Rule::initialize().

char * EnvCell::toXML ( )

Definition at line 113 of file EnvCell.cpp.

References intCount, intPos, values, x, and y.


Member Data Documentation

Definition at line 31 of file EnvCell.h.

Referenced by EnvCell(), operator==(), setSize(), size(), and toXML().

Definition at line 35 of file EnvCell.h.

Referenced by EnvCell(), and toXML().

double EnvCell::x

Definition at line 36 of file EnvCell.h.

Referenced by EnvCell(), and toXML().

double EnvCell::y

Definition at line 36 of file EnvCell.h.

Referenced by EnvCell(), and toXML().


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