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
16
17namespace sigraph
18{
19
22 class GyrusFinder : public ModelFinder
23 {
24 public:
26 virtual ~GyrusFinder();
27
29 };
30
31}
32
33#endif
34
Classe Clique.
Definition clique.h:35
virtual carto::AttributedObject * selectModel(const Clique *cl)
Choisit le noeud modèle dans le MGraph en fonction de la clique.
GyrusFinder(MGraph &rg)
Graph modèle (classe abstraite).
Definition mgraph.h:48
ModelFinder(MGraph &rg)
SyntaxedObject< PropertySet > AttributedObject