OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
wfg.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Include dependency graph for wfg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef double OBJECTIVE
typedef struct { 
OBJECTIVEobjectives
struct avl_node_ttnode
POINT
typedef struct { 
int nPoints
int n
POINTpoints
FRONT
typedef struct { 
int nFronts
FRONTfronts
FILECONTENTS

Functions

FILECONTENTSreadFile (const char[])
void printContents (FILECONTENTS *)

Typedef Documentation

◆ [struct]

typedef struct { ... } FILECONTENTS

◆ [struct]

typedef struct { ... } FRONT

◆ OBJECTIVE

typedef double OBJECTIVE

Definition at line 8 of file wfg.h.

◆ [struct]

typedef struct { ... } POINT

Function Documentation

◆ printContents()

void printContents ( FILECONTENTS * f)
extern

Definition at line 19 of file read.cpp.

◆ readFile()

FILECONTENTS * readFile ( const char filename[])

Definition at line 40 of file read.cpp.

Referenced by Hypervolume::FromFile(), and SDDS::SDDSParser::run().