#include <AtmosphereComposition.h>
| at::AtmosphereComposition::AtmosphereComposition |
( |
| ) |
|
| at::AtmosphereComposition::~AtmosphereComposition |
( |
| ) |
|
| void at::AtmosphereComposition::cleanComposition |
( |
| ) |
|
| void at::AtmosphereComposition::createAerosols |
( |
std::vector< std::string > |
signs_, |
|
|
std::vector< double > |
percentages_ |
|
) |
| |
| void at::AtmosphereComposition::createCustomAerosols |
( |
std::vector< std::string > |
names_, |
|
|
std::vector< double > |
refIndexes_, |
|
|
std::vector< double > |
percentages_ |
|
) |
| |
| void at::AtmosphereComposition::createCustomElements |
( |
std::vector< std::string > |
names_, |
|
|
std::vector< double > |
refIndexes_, |
|
|
std::vector< double > |
percentages_ |
|
) |
| |
| void at::AtmosphereComposition::createCustomMolecules |
( |
std::vector< std::string > |
names_, |
|
|
std::vector< double > |
refIndexes_, |
|
|
std::vector< double > |
percentages_ |
|
) |
| |
| void at::AtmosphereComposition::createElements |
( |
std::vector< std::string > |
signs_, |
|
|
std::vector< double > |
percentages_ |
|
) |
| |
| void at::AtmosphereComposition::createMolecules |
( |
std::vector< std::string > |
signs_, |
|
|
std::vector< double > |
percentages_ |
|
) |
| |
| std::string at::AtmosphereComposition::getChemicalString |
( |
| ) |
|
| vmml::Vector3d at::AtmosphereComposition::getColorComponent |
( |
| ) |
|
| float at::AtmosphereComposition::getMieScatteringPercentage |
( |
| ) |
|
| double at::AtmosphereComposition::getParticleNumberDensity |
( |
| ) |
|
| double at::AtmosphereComposition::getParticleRefractiveIndex |
( |
| ) |
|
| float at::AtmosphereComposition::getRayleighScatteringPercentage |
( |
| ) |
|
| void at::AtmosphereComposition::normalizePercentages |
( |
| ) |
|
| void at::AtmosphereComposition::saveState |
( |
bool |
includeSubNumberIndex_ | ) |
|
| void at::AtmosphereComposition::setChemicalString |
( |
std::string |
cStr_ | ) |
|
| void at::AtmosphereComposition::setColorComponent |
( |
std::string |
color_ | ) |
|
| void at::AtmosphereComposition::setParticleNumberDensity |
( |
double |
number_ | ) |
|
| std::string at::AtmosphereComposition::toString |
( |
double |
value | ) |
|
|
protected |
| double at::AtmosphereComposition::particleNumberDensity |
|
protected |
| double at::AtmosphereComposition::particleRefractiveIndex |
|
protected |
| vmml::Vector2f at::AtmosphereComposition::RayleighMieRelation |
|
protected |
The documentation for this class was generated from the following files: