SiGraph: sulcal graphs
gyrusfinder.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 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_GYRUS_GYRUSFINDER_H
13
#define SI_GYRUS_GYRUSFINDER_H
14
15
#include <
si/finder/modelFinder.h
>
16
17
namespace
sigraph
18
{
19
22
class
GyrusFinder
:
public
ModelFinder
23
{
24
public
:
25
GyrusFinder
(
MGraph
& rg );
26
virtual
~GyrusFinder
();
27
28
virtual
carto::AttributedObject
*
selectModel
(
const
Clique
* cl );
29
};
30
31
}
32
33
#endif
34
sigraph::Clique
Classe Clique.
Definition
clique.h:35
sigraph::GyrusFinder::selectModel
virtual carto::AttributedObject * selectModel(const Clique *cl)
Choisit le noeud modèle dans le MGraph en fonction de la clique.
sigraph::GyrusFinder::GyrusFinder
GyrusFinder(MGraph &rg)
sigraph::GyrusFinder::~GyrusFinder
virtual ~GyrusFinder()
sigraph::MGraph
Graph modèle (classe abstraite).
Definition
mgraph.h:48
sigraph::ModelFinder::ModelFinder
ModelFinder(MGraph &rg)
modelFinder.h
carto::AttributedObject
SyntaxedObject< PropertySet > AttributedObject
sigraph
Definition
descrParser.h:10
si
gyrus
gyrusfinder.h
Generated by
1.13.2