orbital.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028 #ifndef _chemistry_qc_wfn_orbital_h
00029 #define _chemistry_qc_wfn_orbital_h
00030
00031 #ifdef __GNUC__
00032 #pragma interface
00033 #endif
00034
00035 #include <math/isosurf/volume.h>
00036 #include <chemistry/qc/wfn/obwfn.h>
00037
00038 namespace sc {
00039
00040 class Orbital: public Volume {
00041 protected:
00042 Ref<OneBodyWavefunction> wfn_;
00043 int orbital_;
00044
00045 virtual void compute();
00046 public:
00047 Orbital(const Ref<KeyVal>&);
00048 Orbital(const Ref<OneBodyWavefunction>&, int orbital);
00049 ~Orbital();
00050 virtual void boundingbox(double valuemin,
00051 double valuemax,
00052 SCVector3& p1, SCVector3& p2);
00053 };
00054
00055 }
00056
00057 #endif
00058
00059
00060
00061
00062
Generated at Sat Aug 7 00:04:22 2004 for MPQC
2.2.2 using the documentation package Doxygen
1.3.8.