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
22
#include <
si/finder/modelFinder.h
>
23
#include <graph/tree/tree.h>
24
25
26
namespace
sigraph
27
{
28
// float meshDistance_adapt( AimsSurfaceTriangle &mesh, uint dep, uint ind ) ;
29
30
class
SurfaceBasedFunctionalSketchFinder
:
public
ModelFinder
31
{
32
public
:
33
SurfaceBasedFunctionalSketchFinder
(
MGraph
& mg );
34
virtual
~SurfaceBasedFunctionalSketchFinder
();
35
36
virtual
carto::AttributedObject
*
selectModel
(
const
Clique
* cl );
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
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::SurfaceBasedFunctionalSketchFinder::selectModel
virtual carto::AttributedObject * selectModel(const Clique *cl)
Choisit le noeud modèle dans le MGraph en fonction de la clique.
sigraph::SurfaceBasedFunctionalSketchFinder::~SurfaceBasedFunctionalSketchFinder
virtual ~SurfaceBasedFunctionalSketchFinder()
sigraph::SurfaceBasedFunctionalSketchFinder::SurfaceBasedFunctionalSketchFinder
SurfaceBasedFunctionalSketchFinder(MGraph &mg)
sigraph::SurfaceBasedFunctionalSketchFinder::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.
modelFinder.h
carto::AttributedObject
SyntaxedObject< PropertySet > AttributedObject
sigraph
Definition
descrParser.h:10
si
functionalsketch
surfacebasedfunctionalsketchfinder.h
Generated by
1.13.2