NGen
|
#include <Partition_Data.hpp>
Public Types | |
using | Tuple = std::tuple<int, std::string, std::string, std::string> |
Public Attributes | |
int | mpi_world_rank |
std::unordered_set< std::string > | catchment_ids |
std::unordered_set< std::string > | nexus_ids |
std::vector< Tuple > | remote_connections |
using PartitionData::Tuple = std::tuple<int, std::string, std::string, std::string> |
std::unordered_set<std::string> PartitionData::catchment_ids |
Referenced by Partition_One::generate_partition(), and Partitions_Parser::parse_partition_file().
int PartitionData::mpi_world_rank |
std::unordered_set<std::string> PartitionData::nexus_ids |
Referenced by Partition_One::generate_partition(), and Partitions_Parser::parse_partition_file().
std::vector<Tuple> PartitionData::remote_connections |
Referenced by Partitions_Parser::parse_partition_file().