SiGraph: sulcal graphs


surfacebasedfunctionalsketchfinder.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_FUNCTIONALSKETCH_SURFACEBASEDFUNCTIONALSKETCHFINDER_H
20#define SI_FUNCTIONALSKETCH_SURFACEBASEDFUNCTIONALSKETCHFINDER_H
21
23#include <graph/tree/tree.h>
24
25
26namespace sigraph
27{
28// float meshDistance_adapt( AimsSurfaceTriangle &mesh, uint dep, uint ind ) ;
29
31 {
32 public:
35
37 virtual void initCliques( CGraph &data, bool verbose=true,
38 bool withCache=false, bool translateLabels=true,
39 bool checkLabels=true,
40 const aims::SelectionSet *sel=0 );
41 };
42
43}
44
45#endif
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