SiGraph: sulcal graphs


interFoldCache.h
Go to the documentation of this file.
1
2#ifndef SI_FOLD_INTERFOLDCACHE_H
3#define SI_FOLD_INTERFOLDCACHE_H
4
5
7#include <vector>
8
9
10namespace sigraph
11{
12 class InterFoldDescr;
13
17 {
18 public:
22 virtual ~InterFoldCache();
23
25 virtual CliqueCache* clone() const;
26
28 std::vector<double> inputVector;
32 std::vector<bool> subVecValid;
34 double cSize1;
36 double cSize2;
38 double cSzCort;
40 double cSzJunc;
41
42 protected:
43
44 private:
45 };
46
47
48 // inline
49
51 {
52 return( new InterFoldCache );
53 }
54
55}
56
57#endif
58
59
std::vector< bool > subVecValid
std::vector< double > inputVector
virtual CliqueCache * clone() const
double cSzCort
Changements taille relations corticales.
double cSize1
Changements taille sillon 1.
double cSzJunc
Changements taille relations jonction.