|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
#include <stdio.h>#include <stdlib.h>#include <string.h>Go to the source code of this file.
Typedefs | |
| typedef double | OBJECTIVE |
| typedef struct { | |
| OBJECTIVE * | objectives |
| struct avl_node_t * | tnode |
| } | POINT |
| typedef struct { | |
| int | nPoints |
| int | n |
| POINT * | points |
| } | FRONT |
| typedef struct { | |
| int | nFronts |
| FRONT * | fronts |
| } | FILECONTENTS |
Functions | |
| FILECONTENTS * | readFile (const char[]) |
| void | printContents (FILECONTENTS *) |
| typedef struct { ... } FILECONTENTS |
| typedef struct { ... } FRONT |
| typedef struct { ... } POINT |
|
extern |
| FILECONTENTS * readFile | ( | const char | filename[] | ) |
Definition at line 40 of file read.cpp.
Referenced by Hypervolume::FromFile(), and SDDS::SDDSParser::run().