11 connect(this->openStnPushButton, SIGNAL(clicked()), this->treeView,
12 SLOT(addStationList()));
13 connect(this->saveStnPushButton, SIGNAL(clicked()), this->treeView,
15 connect(this->removeStnPushButton, SIGNAL(clicked()), this->treeView,
16 SLOT(removeStationList()));
void writeToFile(std::string const &id_area_fname, std::string const &csv_fname, std::vector< std::pair< std::size_t, double > > const &ids_and_areas, std::vector< MeshLib::Node * > const &mesh_nodes)