cortical_surface  5.0.5
gyri_operations.h
Go to the documentation of this file.
1 
2 #ifndef AIMS_PARAMETERIZEGYRI_GYRI_OPERATIONS_H
3 #define AIMS_PARAMETERIZEGYRI_GYRI_OPERATIONS_H
4 
5 using namespace std;
6 
7 
8 std::vector<short> getNeighbours(short gyrus1, const std::vector<std::set<uint> > &voisins, const Texture<short> &inTex);
9 
10 std::vector<short> getNeighbouringLabels(short gyrus1, short gyrus2, const std::vector<std::set<uint> > &voisins, const Texture<short> &inTex);
11 
12 std::vector<short> getNeighbouringLabels(uint n, const std::vector<std::set<uint> > &voisins, const Texture<short> &inTex);
13 
14 std::vector<short> getNeighbouringLabels(const std::vector<uint> &v, const std::vector<std::set<uint> > &voisins, const Texture<short> &inTex);
15 
16 std::vector<short> getCommonNeighbours(short gyrus1, short gyrus2, const std::vector<std::set<uint> > &voisins, const Texture<short> &inTex);
17 
18 std::vector<std::pair<short,short> > getInBetweenLabels(short gyrus1, short gyrus2, const std::vector<std::set<uint> > &voisins, const Texture<short> &inTex);
19 
20 
21 
22 #endif
23 
std::vector< short > getNeighbours(short gyrus1, const std::vector< std::set< uint > > &voisins, const Texture< short > &inTex)
std::vector< short > getCommonNeighbours(short gyrus1, short gyrus2, const std::vector< std::set< uint > > &voisins, const Texture< short > &inTex)
STL namespace.
unsigned int uint
std::vector< std::pair< short, short > > getInBetweenLabels(short gyrus1, short gyrus2, const std::vector< std::set< uint > > &voisins, const Texture< short > &inTex)
std::vector< short > getNeighbouringLabels(short gyrus1, short gyrus2, const std::vector< std::set< uint > > &voisins, const Texture< short > &inTex)