SiGraph: sulcal graphs


sigraph::SGIterator Class Reference

Itérateur de sous-graphe. More...

#include <si/graph/sgiterator.h>

Public Member Functions

 SGIterator ()
 
 SGIterator (const std::list< const std::set< Vertex * > * >::const_iterator &it)
 
 ~SGIterator ()
 
SGIteratoroperator= (const SGIterator &i)
 
const std::set< Vertex * > * operator* () const
 
bool operator== (const SGIterator &i) const
 
bool operator!= (const SGIterator &i) const
 
SGIteratoroperator++ ()
 

Detailed Description

Itérateur de sous-graphe.

Definition at line 14 of file sgiterator.h.

Constructor & Destructor Documentation

◆ SGIterator() [1/2]

sigraph::SGIterator::SGIterator ( )
inline

Definition at line 17 of file sgiterator.h.

Referenced by operator!=(), operator++(), operator=(), and operator==().

◆ SGIterator() [2/2]

sigraph::SGIterator::SGIterator ( const std::list< const std::set< Vertex * > * >::const_iterator & it)
inline

Definition at line 18 of file sgiterator.h.

◆ ~SGIterator()

sigraph::SGIterator::~SGIterator ( )
inline

Definition at line 21 of file sgiterator.h.

Member Function Documentation

◆ operator!=()

bool sigraph::SGIterator::operator!= ( const SGIterator & i) const
inline

Definition at line 28 of file sgiterator.h.

References SGIterator().

◆ operator*()

const std::set< Vertex * > * sigraph::SGIterator::operator* ( ) const
inline

Definition at line 24 of file sgiterator.h.

◆ operator++()

SGIterator & sigraph::SGIterator::operator++ ( )
inline

Definition at line 30 of file sgiterator.h.

References SGIterator().

◆ operator=()

SGIterator & sigraph::SGIterator::operator= ( const SGIterator & i)
inline

Definition at line 22 of file sgiterator.h.

References SGIterator().

◆ operator==()

bool sigraph::SGIterator::operator== ( const SGIterator & i) const
inline

Definition at line 26 of file sgiterator.h.

References SGIterator().


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