#include <string>
#include "Overture.h"
#include "OGFunction.h"
#include "display.h"
#include "PlotStuffParameters.h"
#include "MovingGrids.h"
#include "ShowFileParameter.h"
#include "BoundaryData.h"
#include "ParallelOverlappingGridInterpolator.h"
#include "ArraySimple.h"
#include "DBase.hh"
Go to the source code of this file.
|
int | addPrefix (const aString label[], const aString &prefix, aString cmd[], const int maxCommands) |
| Add a prefix string to the start of every label.
|
|
int addPrefix |
( |
const aString |
label[], |
|
|
const aString & |
prefix, |
|
|
aString |
cmd[], |
|
|
const int |
maxCommands |
|
) |
| |
Add a prefix string to the start of every label.
/param label (input) : null terminated array of strings. /param prefix (input) : all this string as a prefix. /param cmd (input/output): on output cmd[i]=prefix+label[i]; /param maxCommands (input): maximum number of strings in the cmd array.