#include "attribute.hh"
#include "vertex.hh"
#include "inline-macro.hh"
#include <iostream>
Go to the source code of this file.
Classes | |
class | CAttributeVertex |
Enumerations | |
enum | TSaveFormat { UnknownFormat = -1, AsciiFormat, BinaryFormat } |
Functions | |
std::ostream & | operator<< (std::ostream &AStream, const CAttributeVertex &AVertex) |
enum TSaveFormat |
Les différents formats de fichiers supportés pour la sauvegarde et le chargement.
Definition at line 39 of file attribute-vertex.hh.
std::ostream& operator<< | ( | std::ostream & | AStream, | |
const CAttributeVertex & | AVertex | |||
) |
AStream | Le flot dans lequel afficher le sommet | |
AVertex | Le sommet à afficher @ |
Definition at line 85 of file attribute-vertex.icc.