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
15
#include <
si/finder/modelFinder.h
>
16
17
namespace
sigraph
18
{
19
20
class
SulcalSketchFinder
:
public
ModelFinder
21
{
22
public
:
23
SulcalSketchFinder
(
MGraph
& mg );
24
virtual
~SulcalSketchFinder
();
25
26
virtual
carto::AttributedObject
*
selectModel
(
const
Clique
* cl );
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
aims::SelectionSet
sigraph::CGraph
Graphes avec étiquettes et gestion de cliques (classe abstraite).
Definition
cgraph.h:37
sigraph::Clique
Classe Clique.
Definition
clique.h:35
sigraph::MGraph
Graph modèle (classe abstraite).
Definition
mgraph.h:48
sigraph::ModelFinder::ModelFinder
ModelFinder(MGraph &rg)
sigraph::SulcalSketchFinder::~SulcalSketchFinder
virtual ~SulcalSketchFinder()
sigraph::SulcalSketchFinder::selectModel
virtual carto::AttributedObject * selectModel(const Clique *cl)
Choisit le noeud modèle dans le MGraph en fonction de la clique.
sigraph::SulcalSketchFinder::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::SulcalSketchFinder::SulcalSketchFinder
SulcalSketchFinder(MGraph &mg)
modelFinder.h
carto::AttributedObject
SyntaxedObject< PropertySet > AttributedObject
sigraph
Definition
descrParser.h:10
si
sulcalsketch
sulcalsketchfinder.h
Generated by
1.13.2