ARTS
2.0.49
|
#include <optproperties.h>
Public Attributes | |
String | description |
String | type |
String | shape |
Numeric | density |
Numeric | d_max |
Numeric | V |
Numeric | A_projec |
Numeric | asratio |
Structure which holds the meta scattering properties of a particle or a particle distribution, like (size parameters, shape, etc.).
Definition at line 99 of file optproperties.h.
Numeric ScatteringMetaData::A_projec |
Definition at line 106 of file optproperties.h.
Referenced by xml_read_from_stream(), and xml_write_to_stream().
Numeric ScatteringMetaData::asratio |
Definition at line 107 of file optproperties.h.
Referenced by xml_read_from_stream(), and xml_write_to_stream().
Numeric ScatteringMetaData::d_max |
Definition at line 104 of file optproperties.h.
Referenced by xml_read_from_stream(), and xml_write_to_stream().
Numeric ScatteringMetaData::density |
Definition at line 103 of file optproperties.h.
Referenced by xml_read_from_stream(), and xml_write_to_stream().
String ScatteringMetaData::description |
Definition at line 100 of file optproperties.h.
Referenced by xml_read_from_stream(), and xml_write_to_stream().
String ScatteringMetaData::shape |
Definition at line 102 of file optproperties.h.
Referenced by xml_read_from_stream(), and xml_write_to_stream().
String ScatteringMetaData::type |
Definition at line 101 of file optproperties.h.
Referenced by chk_scattering_meta_data(), xml_read_from_stream(), and xml_write_to_stream().
Numeric ScatteringMetaData::V |
Definition at line 105 of file optproperties.h.
Referenced by xml_read_from_stream(), and xml_write_to_stream().