Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.mrao.cam.ac.uk/~bn204/devman/dust/classDust_1_1GenPAHCC.html
Дата изменения: Fri Jul 11 10:32:08 2008 Дата индексирования: Tue Oct 2 13:15:05 2012 Кодировка: Поисковые слова: п п п п п п п п п п п п п п п п п |
#include <eigenmodegen.hxx>
Public Types | |
enum | CCFamily { InPlane, OutPlane } |
Public Member Functions | |
GenPAHCC (double a, dust_nmoded *nm, CCFamily family) | |
virtual double | operator[] (unsigned n) |
virtual double | Nmodes (void) |
Dust::GenPAHCC::GenPAHCC | ( | double | a, | |
dust_nmoded * | nm, | |||
CCFamily | family | |||
) |
a is the grain radius , nm contains the specifications of the normal modes for the dust model
References bndust_PAHatoNC(), dust_draine_beta2(), dust_nCCIPmodes(), dust_nCCOPmodes(), dust_nmoded::PAHTDebCCIP, and dust_nmoded::PAHTDebCCOP.
double Dust::GenPAHCC::operator[] | ( | unsigned | n | ) | [virtual] |
This returns the n-th mode in this family. The modes must be strictly ordered in energy.
Implements Dust::GenEigenModes.
References dust_PAHDebModeE().
double Dust::GenPAHCC::Nmodes | ( | void | ) | [virtual] |
Return the total number of modes in this family
Implements Dust::GenEigenModes.