|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|

Go to the source code of this file.
Functions | |
| static void | trimLine (char line[]) |
| void | printContents (FILECONTENTS *f) |
| FILECONTENTS * | readFile (const char filename[]) |
| void printContents | ( | FILECONTENTS * | f | ) |
Definition at line 19 of file read.cpp.
References FILECONTENTS::fronts, FRONT::n, FILECONTENTS::nFronts, FRONT::nPoints, POINT::objectives, and FRONT::points.
| FILECONTENTS * readFile | ( | const char | filename[] | ) |
Definition at line 40 of file read.cpp.
References FILECONTENTS::fronts, FRONT::n, FILECONTENTS::nFronts, FRONT::nPoints, POINT::objectives, FRONT::points, POINT::tnode, and trimLine().
Referenced by Hypervolume::FromFile(), and SDDS::SDDSParser::run().

|
static |
Definition at line 4 of file read.cpp.
Referenced by readFile().