OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Classes | Typedefs | Functions
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.

Classes

struct  POINT
 
struct  FRONT
 
struct  FILECONTENTS
 

Typedefs

typedef double OBJECTIVE
 

Functions

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

Typedef Documentation

◆ OBJECTIVE

typedef double OBJECTIVE

Definition at line 8 of file wfg.h.

Function Documentation

◆ printContents()

void printContents ( FILECONTENTS f)

◆ readFile()

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().