SiGraph: sulcal graphs


sulcalsketchfinder.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2004 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_SULCALSKETCH_SULCALSKETCHFINDER_H
13#define SI_SULCALSKETCH_SULCALSKETCHFINDER_H
14
16
17namespace sigraph
18{
19
21 {
22 public:
25
27 virtual void initCliques( CGraph &data, bool verbose=true,
28 bool withCache=false, bool translateLabels=true,
29 bool checkLabels=true,
30 const aims::SelectionSet *sel=0 );
31 };
32
33}
34
35#endif
36
37
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)
virtual carto::AttributedObject * selectModel(const Clique *cl)
Choisit le noeud modèle dans le MGraph en fonction de la clique.
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.
SyntaxedObject< PropertySet > AttributedObject