#include <virtual_groups.hpp>
Definition at line 110 of file virtual_groups.hpp.
◆ ~SpeciesIndexGroup()
virtual SpeciesIndexGroup::~SpeciesIndexGroup |
( |
| ) |
|
|
inlinevirtual |
◆ SetSpeciesIndex()
void SpeciesIndexGroup::SetSpeciesIndex |
( |
std::vector< std::string > const & |
species_names | ) |
|
|
inline |
◆ GetSpeciesIndexArray()
std::vector<int> const& SpeciesIndexGroup::GetSpeciesIndexArray |
( |
| ) |
const |
|
inline |
◆ GetSpeciesIndex()
int SpeciesIndexGroup::GetSpeciesIndex |
( |
int |
n | ) |
const |
|
inline |
◆ GetCloudIndexArray()
std::vector<int> const& SpeciesIndexGroup::GetCloudIndexArray |
( |
| ) |
const |
|
inline |
◆ GetCloudIndex()
int SpeciesIndexGroup::GetCloudIndex |
( |
int |
n | ) |
const |
|
inline |
◆ GetChemistryIndexArray()
std::vector<int> const& SpeciesIndexGroup::GetChemistryIndexArray |
( |
| ) |
const |
|
inline |
◆ GetChemistryIndex()
int SpeciesIndexGroup::GetChemistryIndex |
( |
int |
n | ) |
const |
|
inline |
- Returns
- The chemistry index of the n-th chemistry species
Definition at line 145 of file virtual_groups.hpp.
◆ species_index_
std::vector<int> SpeciesIndexGroup::species_index_ |
|
private |
◆ cloud_index_
std::vector<int> SpeciesIndexGroup::cloud_index_ |
|
private |
◆ chemistry_index_
std::vector<int> SpeciesIndexGroup::chemistry_index_ |
|
private |
The documentation for this class was generated from the following file: