OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Classes | |
struct | POINT |
struct | FRONT |
struct | FILECONTENTS |
Typedefs | |
typedef double | OBJECTIVE |
Functions | |
FILECONTENTS * | readFile (const char[]) |
void | printContents (FILECONTENTS *) |
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, and FILECONTENTS::nFronts.
Referenced by Hypervolume::FromFile(), and SDDS::SDDSParser::run().