22 connect(this->openStnPushButton, SIGNAL(clicked()), this->treeView,
23 SLOT(addStationList()));
24 connect(this->saveStnPushButton, SIGNAL(clicked()), this->treeView,
26 connect(this->removeStnPushButton, SIGNAL(clicked()), this->treeView,
27 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)