Analysis Class Reference

#include <Analysis.h>

List of all members.

Public Member Functions

 Analysis (void)
 ~Analysis (void)
void midPatterns (string &, string &, string &, string &)
void postPatterns (string &, string &, string &, string &, string &, string &)

Private Attributes

Patterns p

Detailed Description

LICENSE

Copyright (C) 2004-2008 Tomas Helikar & Mathbio Research Group, Department of Mathematics, University of Nebraska at Omaha

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

DESCRIPTION

The Analysis class is how the Simulation class keeps track of different Analysis objects, Currently implemented is Patterns


Constructor & Destructor Documentation

Analysis::Analysis ( void   ) 

Analysis constructor: empty

Analysis::~Analysis ( void   ) 

Analysis destructor: empty


Member Function Documentation

void Analysis::midPatterns ( string &  avgFileName_pt,
string &  labelsFileName,
string &  specAvgFile,
string &  in_patternNodesFile 
)

This function passes information to the patterns object for Analysis during every step within the Simulation

void Analysis::postPatterns ( string &  inNodesStr,
string &  inSpecsStr,
string &  inInNodesStr,
string &  inAvgStr,
string &  inInAvgStr,
string &  outputPath 
)

This function passes information to the patterns object for Analysis after a Simulation has completed


Member Data Documentation

Patterns Analysis::p [private]

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

Generated on Fri May 7 00:40:41 2010 for ChemChains by  doxygen 1.6.1