Kindfield
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Friends Pages
Public Member Functions | List of all members
GaussianTypeOrbital Class Reference

#include <gaussiantypeorbital.h>

Public Member Functions

 GaussianTypeOrbital (double weight=0, double exponent=0)
 
double exponent () const
 
void setExponent (double exponent)
 
double weight () const
 
void setWeight (double weight)
 

Detailed Description

Definition at line 8 of file gaussiantypeorbital.h.

Constructor & Destructor Documentation

GaussianTypeOrbital::GaussianTypeOrbital ( double  weight = 0,
double  exponent = 0 
)

Definition at line 3 of file gaussiantypeorbital.cpp.

4 {
5  (void)weight;
6  (void)exponent;
7 }

Member Function Documentation

double GaussianTypeOrbital::exponent ( ) const

Definition at line 9 of file gaussiantypeorbital.cpp.

10 {
11  return m_exponent;
12 }
void GaussianTypeOrbital::setExponent ( double  exponent)

Definition at line 14 of file gaussiantypeorbital.cpp.

15 {
16  m_exponent = exponent;
17 }
void GaussianTypeOrbital::setWeight ( double  weight)

Definition at line 24 of file gaussiantypeorbital.cpp.

25 {
26  m_weight = weight;
27 }
double GaussianTypeOrbital::weight ( ) const

Definition at line 19 of file gaussiantypeorbital.cpp.

20 {
21  return m_weight;
22 }

The documentation for this class was generated from the following files: