Class ComparisonResult
Defined in File reach_study_comparison.h
Class Documentation
-
class ComparisonResult
Public Types
-
using mask = std::size_t
Public Functions
-
ComparisonResult(const std::vector<std::size_t> db_indices, const std::map<std::string, mask> reachability_mask_map)
-
std::vector<std::string> getReachability(const std::vector<std::size_t> &dbs) const
Returns the IDs of the reach study targets that are reachable in all input reach studies.
-
std::vector<std::size_t> getReachability(const std::string &target) const
Returns the names of the studies in which the input reach study target was reachable.
-
std::string getReachabilityDescriptor(const std::string &target) const
Returns a single string descriptor of the databases in which the input reach study target was reachable.
-
using mask = std::size_t