Lattice Microbes 2.5
This is for whole cell modeling
Loading...
Searching...
No Matches
util.h File Reference
#include <string>
#include <utility>
#include <vector>
Include dependency graph for util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

vector< int > parseIndices (string s, vector< int > matrixDims)
pair< int, int > parseRange (char *, int maxDim)
vector< double > parseValues (string s)
void printCopyright (int argc, char **argv)
void printBuildConfig ()

Function Documentation

◆ parseIndices()

vector< int > parseIndices ( string s,
vector< int > matrixDims )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ parseRange()

pair< int, int > parseRange ( char * rangeStr,
int maxDim )
Here is the caller graph for this function:

◆ parseValues()

vector< double > parseValues ( string s)
Here is the caller graph for this function:

◆ printBuildConfig()

void printBuildConfig ( )
Here is the caller graph for this function:

◆ printCopyright()

void printCopyright ( int argc,
char ** argv )

This function prints the copyright notice.