Go to the documentation of this file.
41 int main(
int argc,
char *argv[])
53 if( outFileName == inFileName )
56 <<
"Output file " << outFileName
57 <<
" would overwrite the input file."
64 triSurf originalSurface(inFileName);
static SLList< string > validArgs
A list of valid (mandatory) arguments.
const stringList & args() const
Return arguments.
A class for handling file names.
Template functions to aid in the implementation of demand driven data.
Extract command arguments and options from the supplied argc and argv parameters.
Ostream & endl(Ostream &os)
Add newline and flush stream.
const word & executable() const
Name of executable without the path.
errorManipArg< error, int > exit(error &err, const int errNo=1)
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
void writeSurface(const fileName &) const
#define FatalErrorIn(functionName)
Report an error message using Foam::FatalError.
void copySurface(const wordList &, triSurf &) const
copies selected patches/subsets to an already created mesh
static void noParallel()
Remove the parallel options.
int main(int argc, char *argv[])
Foam::argList args(argc, argv)