|
|
| EdgePopulation (const std::string &h5FilePath, const std::string &csvFilePath, const std::string &name) |
| |
|
| EdgePopulation (const std::string &h5FilePath, const std::string &csvFilePath, const std::string &name, const Hdf5Reader &hdf5_reader) |
| |
| std::string | source () const |
| |
| std::string | target () const |
| |
| std::vector< NodeID > | sourceNodeIDs (const Selection &selection) const |
| |
| std::vector< NodeID > | targetNodeIDs (const Selection &selection) const |
| |
| Selection | afferentEdges (const std::vector< NodeID > &target) const |
| |
| Selection | efferentEdges (const std::vector< NodeID > &source) const |
| |
| Selection | connectingEdges (const std::vector< NodeID > &source, const std::vector< NodeID > &target) const |
| |
| std::string | name () const |
| |
| uint64_t | size () const |
| |
| Selection | selectAll () const |
| |
| const std::set< std::string > & | attributeNames () const |
| |
| const std::set< std::string > & | enumerationNames () const |
| |
| template<typename T > |
| std::vector< T > | getAttribute (const std::string &name, const Selection &selection) const |
| |
| template<typename T > |
| std::vector< T > | getAttribute (const std::string &name, const Selection &selection, const T &defaultValue) const |
| |
| template<typename T > |
| std::vector< T > | getEnumeration (const std::string &name, const Selection &selection) const |
| |
| std::vector< std::string > | enumerationValues (const std::string &name) const |
| |
| std::string | _attributeDataType (const std::string &name, bool translate_enumeration=false) const |
| |
| const std::set< std::string > & | dynamicsAttributeNames () const |
| |
| template<typename T > |
| std::vector< T > | getDynamicsAttribute (const std::string &name, const Selection &selection) const |
| |
| template<typename T > |
| std::vector< T > | getDynamicsAttribute (const std::string &name, const Selection &selection, const T &defaultValue) const |
| |
| std::string | _dynamicsAttributeDataType (const std::string &name) const |
| |
|
template<typename T > |
| Selection | filterAttribute (const std::string &name, std::function< bool(const T)> pred) const |
| |