OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
read.cpp File Reference
#include "wfg.h"
#include "avl.h"
Include dependency graph for read.cpp:

Go to the source code of this file.

Functions

static void trimLine (char line[])
 
void printContents (FILECONTENTS *f)
 
FILECONTENTSreadFile (const char filename[])
 

Function Documentation

◆ printContents()

void printContents ( FILECONTENTS f)

◆ readFile()

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

Here is the call graph for this function:

◆ trimLine()

static void trimLine ( char  line[])
static

Definition at line 4 of file read.cpp.

Referenced by readFile().