SiGraph: sulcal graphs
foldCache.h
Go to the documentation of this file.
1
2
#ifndef SI_FOLD_FOLDCACHE_H
3
#define SI_FOLD_FOLDCACHE_H
4
5
6
#include <
si/graph/cliqueCache.h
>
7
#include <vector>
8
9
10
namespace
sigraph
11
{
12
15
class
FoldCache
:
public
CliqueCache
16
{
17
public
:
18
FoldCache
();
19
virtual
~FoldCache
();
20
21
virtual
CliqueCache
*
clone
()
const
;
22
23
std::vector<double>
inputVector
;
24
bool
vecValid
;
25
std::vector<bool>
subVecValid
;
26
27
protected
:
28
29
private
:
30
};
31
32
33
// inline
34
35
inline
CliqueCache
*
FoldCache::clone
()
const
36
{
37
return
(
new
FoldCache
);
38
}
39
40
}
41
42
#endif
43
44
sigraph::CliqueCache::CliqueCache
CliqueCache()
sigraph::FoldCache::subVecValid
std::vector< bool > subVecValid
Definition
foldCache.h:25
sigraph::FoldCache::FoldCache
FoldCache()
sigraph::FoldCache::inputVector
std::vector< double > inputVector
Definition
foldCache.h:23
sigraph::FoldCache::vecValid
bool vecValid
Definition
foldCache.h:24
sigraph::FoldCache::clone
virtual CliqueCache * clone() const
Definition
foldCache.h:35
sigraph::FoldCache::~FoldCache
virtual ~FoldCache()
cliqueCache.h
sigraph
Definition
descrParser.h:10
si
fold
foldCache.h
Generated by
1.13.2