cortical_surface  5.0.5
model_operations.h
Go to the documentation of this file.
1 
2 #ifndef AIMS_PARAMETERIZEGYRI_MODEL_OPERATIONS_H
3 #define AIMS_PARAMETERIZEGYRI_MODEL_OPERATIONS_H
4 
5 
6 
7 std::vector<std::string> readGyriToTextureFile(const char *path);
8 
9 std::pair<std::vector<std::vector<uint> >, std::vector<std::vector<uint> > > getDiffusionModel(const char *path);
10 
11 std::vector<uint> gyrToTexCorres(const std::vector<std::string> &tab);
12 
13 std::vector<uint> getGyriToTextureCorres(const char *path);
14 
15 std::pair<Point3d, Point3d> getGyrusModel(uint gyrus, const std::vector<std::vector<uint> > &diffMod);
16 
17 std::vector<std::vector<short> > getGyrusConstraints(uint gyrus, const std::vector<std::vector<uint> > &diffMod);
18 
19 
20 #endif
21 
std::pair< std::vector< std::vector< uint > >, std::vector< std::vector< uint > > > getDiffusionModel(const char *path)
std::vector< uint > gyrToTexCorres(const std::vector< std::string > &tab)
std::pair< Point3d, Point3d > getGyrusModel(uint gyrus, const std::vector< std::vector< uint > > &diffMod)
std::vector< std::string > readGyriToTextureFile(const char *path)
std::vector< uint > getGyriToTextureCorres(const char *path)
unsigned int uint
std::vector< std::vector< short > > getGyrusConstraints(uint gyrus, const std::vector< std::vector< uint > > &diffMod)