#include <BALL/STRUCTURE/RDFSection.h>
Public Types | |
Enums | |
enum | Type { UNKNOWN_TYPE = 0, PIECEWISE_POLYNOMIAL = 1 } |
Public Member Functions | |
Constructors and destructors | |
RDFSection () | |
RDFSection (const RDFSection &rdf_section) | |
virtual | ~RDFSection () |
Assignment | |
const RDFSection & | operator= (const RDFSection &rdf_section) |
virtual void | clear () |
Parameter extraction | |
virtual bool | extractSection (Parameters ¶meters, const String §ion_name) |
Accessors | |
const RadialDistributionFunction & | getRDF () const |
Predicates | |
bool | operator== (const RDFSection §ion) const |
Protected Attributes | |
RadialDistributionFunction | rdf_ |
Helper class for RDFParameter.
Definition at line 21 of file RDFSection.h.
Definition at line 32 of file RDFSection.h.
BALL::RDFSection::RDFSection | ( | ) |
Default constructor
BALL::RDFSection::RDFSection | ( | const RDFSection & | rdf_section | ) |
Copy constructor
virtual BALL::RDFSection::~RDFSection | ( | ) | [virtual] |
Destructor
virtual void BALL::RDFSection::clear | ( | ) | [virtual] |
Clear method
Reimplemented from BALL::ParameterSection.
virtual bool BALL::RDFSection::extractSection | ( | Parameters & | parameters, | |
const String & | section_name | |||
) | [virtual] |
Reimplemented from BALL::ParameterSection.
const RadialDistributionFunction& BALL::RDFSection::getRDF | ( | ) | const |
return the RDF created by extractSection()
const RDFSection& BALL::RDFSection::operator= | ( | const RDFSection & | rdf_section | ) |
bool BALL::RDFSection::operator== | ( | const RDFSection & | section | ) | const |
Equality operator
RadialDistributionFunction BALL::RDFSection::rdf_ [protected] |
Definition at line 99 of file RDFSection.h.