#include <RDFSection.h>
Inheritance diagram for RDFSection:
Public Types | |
Enums | |
enum | Type { UNKNOWN_TYPE = 0, PIECEWISE_POLYNOMIAL = 1 } |
Public Member Functions | |
Constructors and destructors | |
RDFSection () throw () | |
Default constructor. | |
RDFSection (const RDFSection &rdf_section) throw () | |
Copy constructor. | |
virtual | ~RDFSection () throw () |
Destructor. | |
Assignment | |
const RDFSection & | operator= (const RDFSection &rdf_section) throw () |
virtual void | clear () throw () |
Clear method. | |
Parameter extraction | |
virtual bool | extractSection (Parameters ¶meters, const String §ion_name) throw () |
Reads a parameter section from an INI file. | |
Accessors | |
const RadialDistributionFunction & | getRDF () const throw () |
return the RDF created by extractSection() | |
Predicates | |
bool | operator== (const RDFSection §ion) const throw () |
Equality operator. | |
Protected Attributes | |
RadialDistributionFunction | rdf_ |
|
Reads a parameter section from an INI file. This method reads the section given in section_name from ini_file, interprets (if given) a format line, reads the data from this section according to the format, and builds some datastructures for fast and easy acces to the data.
Reimplemented from ParameterSection. |