cortical_surface  5.0.5
iograph.h
Go to the documentation of this file.
1 #ifndef AIMS_IOGRAPH_H
2 #define AIMS_IOGRAPH_H
3 
4 #include <aims/getopt/getopt2.h>
5 
6 std::vector<std::string> getVectorStringFromGraph( Graph &graph, std::string graph_property );
7 std::vector<std::string> splitGraphFile ( std::string graphFile );
8 
9 //void ConcatenerGraphes ( const std::vector<Graph*> in, Graph & out, const std::string & subjectatt );
10 
11 //void LireGraphes(std::string graphFile, Graph &primal);
12 //void SauvegarderGraphes(Graph &primal, std::string graphFile, std::string output );
13 //std::set<std::string> RecupererSujets(Graph &primal);
14 //void RecupererGraphesIndividuels( const std::vector<Graph*> subjects, Graph & multi, const std::string & vertexatt );
15 
16 
17 #endif
std::vector< std::string > getVectorStringFromGraph(Graph &graph, std::string graph_property)
std::vector< std::string > splitGraphFile(std::string graphFile)