Class NodePopulation¶
Defined in File nodes.h
Inheritance Relationships¶
Base Type¶
public bbp::sonata::Population(Class Population)
Class Documentation¶
-
class
bbp::sonata::NodePopulation: public bbp::sonata::Population¶ Public Functions
-
NodePopulation(const std::string &h5FilePath, const std::string &csvFilePath, const std::string &name)¶
-
template<typename
T>
SelectionmatchAttributeValues(const std::string &attribute, const T value) const¶ Return selection of where attribute values match value
As per node_set predicates,
valuemust be one of type:number H5T_IEEE_*LE, H5T_STD_*LE string H5T_C_S1 bool H5T_STD_I8LE null invalid
Note: This does not match dynamics_params datasets
- Exceptions
if: the attribute dtype is not comparable
Public Static Attributes
-
constexpr const char *
ELEMENT= "node"¶
-