#include <SawData.h>
Diagrama de herencias de SawData


Métodos públicos | |
| SawData (SawComplex x=0.0, SawComplex y=0.0) | |
| Constructor. | |
| SawData (const SawData &gppdata) | |
| Constructor de copia. | |
| ~SawData () | |
| Destructor. | |
| void | setX (SawComplex x) |
| void | setY (SawComplex y) |
| SawComplex | getX () const |
| SawComplex | getY () const |
Amigas | |
| ostream & | operator<< (ostream &os, const SawData &e) |
| istream & | operator>> (istream &is, SawData &e) |
Fecha de creaci� : 2005-12-10
Ultima modificaci� : 2005-12-10
Historial de modificaciones :
Definición en la línea 41 del archivo SawData.h.
| SawData::SawData | ( | SawComplex | x = 0.0, |
|
| SawComplex | y = 0.0 | |||
| ) |
| SawData::SawData | ( | const SawData & | gppdata | ) |
Constructor de copia.
| gppdata |
Definición en la línea 40 del archivo SawData.cpp.
Hace referencia a getX(), y getY().
Gráfico de llamadas para esta función:

| SawData::~SawData | ( | ) |
| void SawData::setX | ( | SawComplex | x | ) |
| void SawData::setY | ( | SawComplex | y | ) |
| SawComplex SawData::getX | ( | ) | const |
| SawComplex SawData::getY | ( | ) | const |
| ostream& operator<< | ( | ostream & | os, | |
| const SawData & | e | |||
| ) | [friend] |
| istream& operator>> | ( | istream & | is, | |
| SawData & | e | |||
| ) | [friend] |
1.5.1