SiGraph: sulcal graphs
foldFinder.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 1998-2003 CEA
3
*
4
* This software and supporting documentation were developed by
5
* CEA/DSV/SHFJ
6
* 4 place du General Leclerc
7
* 91401 Orsay cedex
8
* France
9
*
10
*/
11
12
#ifndef SI_FOLD_FOLDFINDER_H
13
#define SI_FOLD_FOLDFINDER_H
14
15
16
#include <
si/finder/adapFinder.h
>
17
#include <
si/fold/frgraph.h
>
18
19
20
namespace
sigraph
21
{
22
25
class
FoldFinder
:
public
AdapFinder
26
{
27
public
:
28
FoldFinder
(
MGraph
& rg );
29
virtual
~FoldFinder
();
30
32
virtual
carto::AttributedObject
*
selectModel
(
const
Clique
* cl );
33
virtual
void
clear
();
34
35
virtual
void
initCliques
(
CGraph
& data,
bool
verbose =
true
,
36
bool
withCache =
false
,
37
bool
translateLabels =
true
,
38
bool
checkLabels =
true
,
39
const
aims::SelectionSet
*sel = 0 );
40
41
protected
:
42
43
private
:
45
std::map<const Clique*, carto::AttributedObject*> _cache;
46
};
47
48
}
49
50
#endif
51
52
adapFinder.h
aims::SelectionSet
sigraph::AdapFinder::AdapFinder
AdapFinder(MGraph &rg)
sigraph::CGraph
Graphes avec étiquettes et gestion de cliques (classe abstraite).
Definition
cgraph.h:37
sigraph::Clique
Classe Clique.
Definition
clique.h:35
sigraph::FoldFinder::FoldFinder
FoldFinder(MGraph &rg)
sigraph::FoldFinder::~FoldFinder
virtual ~FoldFinder()
sigraph::FoldFinder::selectModel
virtual carto::AttributedObject * selectModel(const Clique *cl)
Choisit le noeud modèle dans le FRGraph en fonction de la clique.
sigraph::FoldFinder::clear
virtual void clear()
nettoie les variables & caches éventuels
sigraph::FoldFinder::initCliques
virtual void initCliques(CGraph &data, bool verbose=true, bool withCache=false, bool translateLabels=true, bool checkLabels=true, const aims::SelectionSet *sel=0)
Initialize cliques of data graph using the current model.
sigraph::MGraph
Graph modèle (classe abstraite).
Definition
mgraph.h:48
frgraph.h
carto::AttributedObject
SyntaxedObject< PropertySet > AttributedObject
sigraph
Definition
descrParser.h:10
si
fold
foldFinder.h
Generated by
1.13.2