SiGraph: sulcal graphs


sigraph::GyrusFinder Class Reference

Gyrus model selector. More...

#include <si/gyrus/gyrusfinder.h>

Inheritance diagram for sigraph::GyrusFinder:
Collaboration diagram for sigraph::GyrusFinder:

Public Member Functions

 GyrusFinder (MGraph &rg)
 
virtual ~GyrusFinder ()
 
virtual carto::AttributedObjectselectModel (const Clique *cl)
 Choisit le noeud modèle dans le MGraph en fonction de la clique.
 
- Public Member Functions inherited from sigraph::ModelFinder
virtual ~ModelFinder ()
 
const MGraphmGraph () const
 
virtual double potential (const Clique *cl)
 Donne le potentiel d'une clique.
 
virtual double potential (const Clique *cl, std::map< Vertex *, std::string > &changes)
 Donne le potentiel d'une clique, après une transformation de labels de noeuds, en ne le recalculant que si les labels ayant changé changent effectivement le potentiel.
 
virtual double update (const Clique *cl)
 Fait un update() sur le modèle sous-jacent.
 
virtual double update (const Clique *cl, std::map< Vertex *, std::string > &changes)
 Fait un update() sur le modèle sous-jacent.
 
virtual bool isAdaptive () const
 peut apprendre ?
 
virtual void clear ()
 nettoie les variables & caches éventuels
 
virtual double printDescription (Clique *cl, bool naming=false)
 Calcule le potentiel et garde le(s) vecteur(s) de description 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.
 

Additional Inherited Members

- Protected Member Functions inherited from sigraph::ModelFinder
 ModelFinder (MGraph &rg)
 
- Protected Attributes inherited from sigraph::ModelFinder
MGraph_mgraph
 

Detailed Description

Gyrus model selector.

Definition at line 22 of file gyrusfinder.h.

Constructor & Destructor Documentation

◆ GyrusFinder()

sigraph::GyrusFinder::GyrusFinder ( MGraph & rg)

◆ ~GyrusFinder()

virtual sigraph::GyrusFinder::~GyrusFinder ( )
virtual

Member Function Documentation

◆ selectModel()

virtual carto::AttributedObject * sigraph::GyrusFinder::selectModel ( const Clique * cl)
virtual

Choisit le noeud modèle dans le MGraph en fonction de la clique.

Implements sigraph::ModelFinder.


The documentation for this class was generated from the following file: