#include <Analysis.h>
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 |
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
The Analysis class is how the Simulation class keeps track of different Analysis objects, Currently implemented is Patterns
Analysis::Analysis | ( | void | ) |
Analysis constructor: empty
Analysis::~Analysis | ( | void | ) |
Analysis destructor: empty
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
Patterns Analysis::p [private] |