#include <attribute-bounding-box.hh>
Inherits CBoundingBox.
Public Member Functions | |
Constructeurs et destructeur | |
CAttributeBoundingBox () | |
CAttributeBoundingBox (const CBoundingBox &ABB) | |
CAttributeBoundingBox (const CAttributeBoundingBox &AOther) | |
virtual | ~CAttributeBoundingBox () |
Implémentation des méthodes virtuelles pures héritées de la classe | |
Attribute. | |
TAttributeId | getType () const |
CAttribute * | copy () const |
void | destroy () |
void | save (std::ostream &AStream) const |
void | load (std::istream &AStream) |
Definition at line 37 of file attribute-bounding-box.hh.
CAttributeBoundingBox::CAttributeBoundingBox | ( | ) |
Constructeur par défaut
Definition at line 27 of file attribute-bounding-box.cc.
CAttributeBoundingBox::CAttributeBoundingBox | ( | const CBoundingBox & | ABB | ) |
Constructeur avec initialisation
AOther | la boîte englobante à utiliser |
Definition at line 32 of file attribute-bounding-box.cc.
CAttributeBoundingBox::CAttributeBoundingBox | ( | const CAttributeBoundingBox & | AOther | ) |
Constructeur par recopie
AOther | la boîte englobante à copier |
Definition at line 37 of file attribute-bounding-box.cc.
CAttributeBoundingBox::~CAttributeBoundingBox | ( | ) | [virtual] |
CAttribute * CAttributeBoundingBox::copy | ( | ) | const |
copy
Definition at line 51 of file attribute-bounding-box.cc.
void CAttributeBoundingBox::destroy | ( | ) |
destroy
Détruit l'objet (appel au destructeur).
Definition at line 56 of file attribute-bounding-box.cc.
TAttributeId CAttributeBoundingBox::getType | ( | ) | const |
getType
Definition at line 46 of file attribute-bounding-box.cc.
void CAttributeBoundingBox::load | ( | std::istream & | AStream | ) |
load
AStream | Un flot dans lequel lire l'attribut |
void CAttributeBoundingBox::save | ( | std::ostream & | AStream | ) | const |
save
AStream | Un flot dans lequel écrire l'attribut |