13#ifndef SI_SULCALSKETCH_SULCALSKETCHMODEL_H
14#define SI_SULCALSKETCH_SULCALSKETCHMODEL_H
26 float distweight = 1,
float sclslope = 1,
27 float sclweight = 1 );
37 const std::string & filename );
61 const std::string & filename );
virtual Model * parent()
Donne le parent direct (0 si pas de parent)
virtual ~SulcalSketchDataDrivenModel()
virtual void buildTree(Tree &tr) const
(devrait être externe à la classe...)
static void buildDataDriven(carto::AttributedObject *parent, Tree *ao, const std::string &filename)
SulcalSketchDataDrivenModel(float weight=1)
virtual Model * clone() const
Duplication (fonction abstraite)
virtual double prop(const Clique *cl)
Propagation (réponse du modèle)
virtual Model * clone() const
Duplication (fonction abstraite)
SulcalSketchSimilarityModel(float distthresh, float distslope=1, float distweight=1, float sclslope=1, float sclweight=1)
virtual double prop(const Clique *cl)
Propagation (réponse du modèle)
virtual void buildTree(Tree &tr) const
(devrait être externe à la classe...)
virtual ~SulcalSketchSimilarityModel()
static void buildSimilarity(carto::AttributedObject *parent, Tree *ao, const std::string &filename)
SyntaxedObject< PropertySet > AttributedObject