27 d.insert(d.end(),
m, 0);
std::vector< std::string > attribName
attribute name list
int addSpecies(const std::string &aname)
When a name species does not exist, add a new species.
helper functions for EinsplineSetBuilder
bool hasAttribute(const std::string &aname) const
Check for attribute presence This replaces code that gets numAttributes then tries to addAttribute fo...
int addAttribute(const std::string &aname)
for a new attribute, allocate the data, !More often used to get the index of a species ...
AttribList_t d_attrib
List of species attributes.
std::vector< std::string > speciesName
Species name list.
int getAttribute(const std::string &aname) const
When a name species does not exist, return attribute.size()
int findSpecies(const std::string &name) const
if the input species is not found, add a new species
std::vector< Scalar_t > SpeciesAttrib_t
unsigned TotalNum
The number of species.