SiGraph: sulcal graphs |
![]() |
Cache de clique de relation sillon-sillon. More...
#include <si/fold/interFoldCache.h>


Public Member Functions | |
| InterFoldCache () | |
| virtual | ~InterFoldCache () |
| virtual CliqueCache * | clone () const |
Public Member Functions inherited from sigraph::CliqueCache | |
| CliqueCache () | |
| virtual | ~CliqueCache () |
Public Attributes | |
| std::vector< double > | inputVector |
| bool | vecValid |
| std::vector< bool > | subVecValid |
| double | cSize1 |
| Changements taille sillon 1. | |
| double | cSize2 |
| double | cSzCort |
| Changements taille relations corticales. | |
| double | cSzJunc |
| Changements taille relations jonction. | |
Cache de clique de relation sillon-sillon.
Definition at line 16 of file interFoldCache.h.
| sigraph::InterFoldCache::InterFoldCache | ( | ) |
Referenced by clone().
|
virtual |
References sigraph::CliqueCache::CliqueCache().
|
inlinevirtual |
Implements sigraph::CliqueCache.
Definition at line 50 of file interFoldCache.h.
References sigraph::CliqueCache::CliqueCache(), and InterFoldCache().
| double sigraph::InterFoldCache::cSize1 |
Changements taille sillon 1.
Definition at line 34 of file interFoldCache.h.
| double sigraph::InterFoldCache::cSize2 |
Definition at line 36 of file interFoldCache.h.
| double sigraph::InterFoldCache::cSzCort |
Changements taille relations corticales.
Definition at line 38 of file interFoldCache.h.
| double sigraph::InterFoldCache::cSzJunc |
Changements taille relations jonction.
Definition at line 40 of file interFoldCache.h.
| std::vector<double> sigraph::InterFoldCache::inputVector |
Definition at line 28 of file interFoldCache.h.
| std::vector<bool> sigraph::InterFoldCache::subVecValid |
Definition at line 32 of file interFoldCache.h.
| bool sigraph::InterFoldCache::vecValid |
Definition at line 30 of file interFoldCache.h.