SiGraph: sulcal graphs |
![]() |
Fabrique de sous-graphes. More...
#include <si/graph/sgiterator.h>


Public Types | |
| typedef std::list< const std::set< Vertex * > * > | datatype |
| typedef SGIterator | iterator |
| typedef SGIterator | const_iterator |
Public Member Functions | |
| SGProvider (const CGraph &gr) | |
| virtual | ~SGProvider () |
Itérateurs | |
| SGIterator | begin () const |
| Produit des pointeurs d'objets alloués avec new, qu'il faut effacer. | |
| SGIterator | end () const |
| Idem. | |
| unsigned | size () const |
| Nombre d'éléments. | |
Préparation | |
| datatype | _data |
| const CGraph & | _graph |
| virtual void | refresh ()=0 |
| A appeler à chaque fois qu'on veut repréparer les données (par ex. | |
Fabrique de sous-graphes.
Definition at line 40 of file sgiterator.h.
Definition at line 45 of file sgiterator.h.
| typedef std::list< const std::set< Vertex *> * > sigraph::SGProvider::datatype |
Definition at line 43 of file sgiterator.h.
Definition at line 44 of file sgiterator.h.
|
inline |
Definition at line 47 of file sgiterator.h.
References _graph.
Referenced by sigraph::VertexCliqueProvider::VertexCliqueProvider(), and sigraph::VertexProvider::VertexProvider().
|
virtual |
|
inline |
Produit des pointeurs d'objets alloués avec new, qu'il faut effacer.
Definition at line 53 of file sgiterator.h.
References _data.
|
inline |
|
pure virtual |
A appeler à chaque fois qu'on veut repréparer les données (par ex.
avant chaque boucle begin..end s'il y a qqchose d'aléatoire)
Implemented in sigraph::VertexCliqueProvider, and sigraph::VertexProvider.
|
inline |
|
protected |
Definition at line 71 of file sgiterator.h.
|
protected |
Definition at line 72 of file sgiterator.h.
Referenced by SGProvider().