Bsoft 2.1.4
Bernard's software package
rwFSC_XML.h File Reference

Library routines to read and write FSC curves. More...

#include "ps_plot.h"

Functions

Bplotxml_read_fsc (Bstring &filename, Bstring &xsdfile)
 Function prototypes. More...
 
Bplotxml_read_fsc (Bstring &filename)
 Reads an XML file with an FSC curve. More...
 
void xml_write_fsc (Bstring &filename, Bplot *plot)
 

Detailed Description

Library routines to read and write FSC curves.

Author
Bernard Heymann
Date
Created: 20121216
Modified: 20140423

Function Documentation

◆ xml_read_fsc() [1/2]

Bplot * xml_read_fsc ( Bstring filename)

Reads an XML file with an FSC curve.

Parameters
&filenameinput file name.
Returns
Bplot* new plot.
A new plot with two columns is generated.

◆ xml_read_fsc() [2/2]

Bplot * xml_read_fsc ( Bstring filename,
Bstring xsdfile 
)

Function prototypes.

◆ xml_write_fsc()

void xml_write_fsc ( Bstring filename,
Bplot plot 
)