#include "ns3/applications-module.h"#include "ns3/assert.h"#include "ns3/core-module.h"#include "ns3/global-route-manager.h"#include "ns3/internet-module.h"#include "ns3/ipv4-global-routing-helper.h"#include "ns3/mobility-module.h"#include "ns3/netanim-module.h"#include "ns3/network-module.h"#include "ns3/point-to-point-module.h"#include <cstdlib>#include <fstream>#include <iostream>#include <sstream>#include <string>#include <vector> Include dependency graph for matrix-topology.cc:
 Include dependency graph for matrix-topology.cc:Go to the source code of this file.
| Functions | |
| void | printCoordinateArray (const char *description, std::vector< std::vector< double > > coord_array) | 
| void | printMatrix (const char *description, std::vector< std::vector< bool > > array) | 
| std::vector< std::vector< double > > | readCordinatesFile (std::string node_coordinates_file_name) | 
| std::vector< std::vector< bool > > | readNxNMatrix (std::string adj_mat_file_name) | 
| void printCoordinateArray | ( | const char * | description, | 
| std::vector< std::vector< double > > | coord_array | ||
| ) | 
Definition at line 430 of file matrix-topology.cc.
| void printMatrix | ( | const char * | description, | 
| std::vector< std::vector< bool > > | array | ||
| ) | 
Definition at line 415 of file matrix-topology.cc.
| std::vector< std::vector< double > > readCordinatesFile | ( | std::string | node_coordinates_file_name | ) | 
Definition at line 364 of file matrix-topology.cc.
References NS_FATAL_ERROR, NS_LOG_ERROR, and NS_LOG_WARN.
| std::vector< std::vector< bool > > readNxNMatrix | ( | std::string | adj_mat_file_name | ) | 
Definition at line 299 of file matrix-topology.cc.
References NS_FATAL_ERROR, NS_LOG_ERROR, and NS_LOG_WARN.