#include <basisset.h>
|
void | Load (const std::string &name) |
|
const Element & | getElement (std::string element_type) const |
|
std::map< std::string, Element >::iterator | begin () |
|
std::map< std::string, Element >::iterator | end () |
|
std::map< std::string, Element >::const_iterator | begin () const |
|
std::map< std::string, Element >::const_iterator | end () const |
|
const std::string & | Name () const |
|
Definition at line 134 of file basisset.h.
◆ addElement()
Element & votca::xtp::BasisSet::addElement |
( |
std::string | elementType | ) |
|
|
private |
◆ begin() [1/2]
std::map< std::string, Element >::iterator votca::xtp::BasisSet::begin |
( |
| ) |
|
|
inline |
◆ begin() [2/2]
std::map< std::string, Element >::const_iterator votca::xtp::BasisSet::begin |
( |
| ) |
const |
|
inline |
◆ end() [1/2]
std::map< std::string, Element >::iterator votca::xtp::BasisSet::end |
( |
| ) |
|
|
inline |
◆ end() [2/2]
std::map< std::string, Element >::const_iterator votca::xtp::BasisSet::end |
( |
| ) |
const |
|
inline |
◆ getElement()
const Element & votca::xtp::BasisSet::getElement |
( |
std::string | element_type | ) |
const |
◆ Load()
void votca::xtp::BasisSet::Load |
( |
const std::string & | name | ) |
|
◆ Name()
const std::string & votca::xtp::BasisSet::Name |
( |
| ) |
const |
|
inline |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | out, |
|
|
const BasisSet & | basis ) |
|
friend |
◆ elements_
std::map<std::string, Element> votca::xtp::BasisSet::elements_ |
|
private |
◆ name_
std::string votca::xtp::BasisSet::name_ |
|
private |
The documentation for this class was generated from the following files: