SiGraph: sulcal graphs


arnaudfinder.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2003 CEA - LSIS
3 *
4 * This software and supporting documentation were developed by
5 *
6 * Olivier Coulon
7 * Laboratoire LSIS,Groupe LXAO
8 * ESIL, campus de Luminy, Case 925,
9 * 13288 Marseille Cedex 29, France
10 *
11 * CEA/DSV/SHFJ
12 * 4 place du General Leclerc
13 * 91401 Orsay cedex
14 * France
15 *
16 */
17
18
19#ifndef SI_ARNAUD_ARNAUDFINDER_H
20#define SI_ARNAUD_ARNAUDFINDER_H
21
23
24namespace sigraph
25{
26
28 {
29 public:
31 virtual ~ArnaudFinder();
32
34 virtual void initCliques( CGraph &data, bool verbose=true,
35 bool withCache=false, bool translateLabels=true,
36 bool checkLabels=true,
37 const aims::SelectionSet *sel=0 );
38 };
39
40}
41
42#endif
virtual carto::AttributedObject * selectModel(const Clique *cl)
Choisit le noeud modèle dans le MGraph en fonction de la clique.
ArnaudFinder(MGraph &mg)
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.
Graphes avec étiquettes et gestion de cliques (classe abstraite).
Definition cgraph.h:37
Classe Clique.
Definition clique.h:35
Graph modèle (classe abstraite).
Definition mgraph.h:48
ModelFinder(MGraph &rg)
SyntaxedObject< PropertySet > AttributedObject