cortical_surface 6.0.0
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
7std::vector<std::string> readGyriToTextureFile(const char *path);
8
9std::pair<std::vector<std::vector<uint> >, std::vector<std::vector<uint> > > getDiffusionModel(const char *path);
10
11std::vector<uint> gyrToTexCorres(const std::vector<std::string> &tab);
12
13std::vector<uint> getGyriToTextureCorres(const char *path);
14
15std::pair<Point3d, Point3d> getGyrusModel(uint gyrus, const std::vector<std::vector<uint> > &diffMod);
16
17std::vector<std::vector<short> > getGyrusConstraints(uint gyrus, const std::vector<std::vector<uint> > &diffMod);
18
19
20#endif
21
std::vector< uint > gyrToTexCorres(const std::vector< std::string > &tab)
std::vector< uint > getGyriToTextureCorres(const char *path)
std::vector< std::string > readGyriToTextureFile(const char *path)
std::pair< std::vector< std::vector< uint > >, std::vector< std::vector< uint > > > getDiffusionModel(const char *path)
std::pair< Point3d, Point3d > getGyrusModel(uint gyrus, const std::vector< std::vector< uint > > &diffMod)
std::vector< std::vector< short > > getGyrusConstraints(uint gyrus, const std::vector< std::vector< uint > > &diffMod)
unsigned int uint