SiGraph: sulcal graphs


cliqueCache.h
Go to the documentation of this file.
1
2#ifndef SI_GRAPH_CLIQUECACHE_H
3#define SI_GRAPH_CLIQUECACHE_H
4
5#include <cartobase/object/object.h>
6
7namespace sigraph
8{
9
34 {
35 public:
37 virtual ~CliqueCache();
38
39 virtual CliqueCache* clone() const = 0;
40
41 protected:
42
43 private:
44 };
45
46}
47
48
49namespace carto
50{
52}
53
54#endif
55
56
Classe fourre-tout qui stocke des résultats plus ou moins intermédiaires de calculs sur les cliques.
Definition cliqueCache.h:34
virtual CliqueCache * clone() const =0
#define DECLARE_GENERIC_OBJECT_TYPE(T)