GlobeEngine
at::AtmosphereCompositionAerosol Class Reference

#include <AtmosphereCompositionAerosol.h>

Public Member Functions

 AtmosphereCompositionAerosol ()
 
 ~AtmosphereCompositionAerosol ()
 
void setParticleAmount (double i)
 
void setRefractiveIndex (double i)
 
void setPercentage (double i)
 
void setName (std::string name_)
 
bool identifySubstance (std::string sign_)
 
std::string getName ()
 
std::string getSymbol ()
 
void setSymbol (std::string sign_)
 
double getPercentage ()
 
double getAmountOfParticles ()
 
double getRefractiveIndex ()
 

Protected Attributes

double percentage
 
double scatteringCrosssection
 
double amountOfParticles
 
double refractiveIndex
 
std::string name
 
std::string symbol
 

Constructor & Destructor Documentation

at::AtmosphereCompositionAerosol::AtmosphereCompositionAerosol ( )
at::AtmosphereCompositionAerosol::~AtmosphereCompositionAerosol ( )

Member Function Documentation

double at::AtmosphereCompositionAerosol::getAmountOfParticles ( )
std::string at::AtmosphereCompositionAerosol::getName ( )
double at::AtmosphereCompositionAerosol::getPercentage ( )
double at::AtmosphereCompositionAerosol::getRefractiveIndex ( )
std::string at::AtmosphereCompositionAerosol::getSymbol ( )
bool at::AtmosphereCompositionAerosol::identifySubstance ( std::string  sign_)
void at::AtmosphereCompositionAerosol::setName ( std::string  name_)
void at::AtmosphereCompositionAerosol::setParticleAmount ( double  i)
void at::AtmosphereCompositionAerosol::setPercentage ( double  i)
void at::AtmosphereCompositionAerosol::setRefractiveIndex ( double  i)
void at::AtmosphereCompositionAerosol::setSymbol ( std::string  sign_)

Member Data Documentation

double at::AtmosphereCompositionAerosol::amountOfParticles
protected
std::string at::AtmosphereCompositionAerosol::name
protected
double at::AtmosphereCompositionAerosol::percentage
protected
double at::AtmosphereCompositionAerosol::refractiveIndex
protected
double at::AtmosphereCompositionAerosol::scatteringCrosssection
protected
std::string at::AtmosphereCompositionAerosol::symbol
protected

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