SiGraph: sulcal graphs |
![]() |
Classe "nulle part" ... More...
#include <si/domain/nullDomain.h>


Public Member Functions | |
| NullDomain () | |
| NullDomain (const NullDomain &d) | |
| virtual | ~NullDomain () |
| virtual Domain * | clone () const |
| Duplication (fonction abstraite) | |
| virtual void | buildTree (Tree &tr) const |
| Conversion en arbre (pour IO) | |
| bool | canBeFound (double x, double y, double z) |
| Renvoie si le sillon peut se trouver aux coordonnées (x, y, z) | |
| bool | canBeFound (const Vertex *v, const Graph *g=0) |
| Renvoie si le noeud de graphe de sillons peut appartenir au sillon concerné(donc avoir le label considéré) | |
Public Member Functions inherited from sigraph::Domain | |
| virtual | ~Domain () |
Additional Inherited Members | |
Protected Member Functions inherited from sigraph::Domain | |
| Domain () | |
| Domain (const Domain &dom) | |
Classe "nulle part" ...
Definition at line 13 of file nullDomain.h.
|
inline |
Definition at line 30 of file nullDomain.h.
References sigraph::Domain::Domain().
Referenced by clone(), and NullDomain().
|
inline |
Definition at line 35 of file nullDomain.h.
References sigraph::Domain::Domain(), and NullDomain().
|
virtual |
References sigraph::Domain::Domain().
|
virtual |
Conversion en arbre (pour IO)
Implements sigraph::Domain.
Renvoie si le noeud de graphe de sillons peut appartenir au sillon concerné(donc avoir le label considéré)
| v | noeud à tester. Il doit posséder l'attribut {\tt "gravity_center"} pour être utilisable |
| g | graphe auquel appartient le noeud (peut contenir des informations globales utiles au noeud) |
Implements sigraph::Domain.
Definition at line 52 of file nullDomain.h.
|
inlinevirtual |
Renvoie si le sillon peut se trouver aux coordonnées (x, y, z)
Implements sigraph::Domain.
Definition at line 46 of file nullDomain.h.
|
inlinevirtual |
Duplication (fonction abstraite)
Implements sigraph::Domain.
Definition at line 40 of file nullDomain.h.
References sigraph::Domain::Domain(), and NullDomain().