#include <arista.h>
Public Member Functions | |
| CArista () | |
| ~CArista () | |
| void | setv1 (CVertice &) |
| void | setv2 (CVertice &) |
| void | setv (CVertice &, CVertice &) |
| CArista & | operator= (CArista &) |
| int | getColor () |
| double | getx1 () |
| double | getx2 () |
| double | gety1 () |
| double | gety2 () |
| void | setx1 (double) |
| void | setx2 (double) |
| void | sety1 (double) |
| void | sety2 (double) |
| void | setColor (int) |
Private Attributes | |
| int | m_Color |
| CVertice | m_V1 |
| CVertice | m_V2 |
|
|
Definition at line 9 of file arista.cpp. |
|
|
Definition at line 17 of file arista.cpp. |
|
|
-------------------------------------------------------------------------- Definition at line 86 of file arista.cpp. References m_Color. |
|
|
-------------------------------------------------------------------------- Definition at line 97 of file arista.cpp. References CVertice::getX(), and m_V1. Referenced by CPoligono::anyadeArista(), CTransforma::convertir(), CTransforma::escalar(), and CTransforma::rotar(). |
|
|
-------------------------------------------------------------------------- Definition at line 108 of file arista.cpp. References CVertice::getX(), and m_V2. Referenced by CPoligono::anyadeArista(), CTransforma::convertir(), CTransforma::escalar(), and CTransforma::rotar(). |
|
|
-------------------------------------------------------------------------- Definition at line 119 of file arista.cpp. References CVertice::getY(), and m_V1. Referenced by CPoligono::anyadeArista(), CTransforma::convertir(), CTransforma::escalar(), and CTransforma::rotar(). |
|
|
-------------------------------------------------------------------------- Definition at line 130 of file arista.cpp. References CVertice::getY(), and m_V2. Referenced by CPoligono::anyadeArista(), CTransforma::convertir(), CTransforma::escalar(), and CTransforma::rotar(). |
|
|
-------------------------------------------------------------------------- Definition at line 69 of file arista.cpp. |
|
|
E col: color a establecer. Definition at line 195 of file arista.cpp. References m_Color. Referenced by CPoligono::anyadeArista(). |
|
||||||||||||
|
m_V2: vertice 2 de la arista. Definition at line 31 of file arista.cpp. Referenced by CPoligono::anyadeArista(). |
|
|
E m_V1: vertice 1 de la arista. Definition at line 45 of file arista.cpp. References m_V1. |
|
|
E m_V2: vertice 2 de la arista. Definition at line 58 of file arista.cpp. References m_V2. |
|
|
E x: nueva coordenada x. Definition at line 169 of file arista.cpp. References m_V1, and CVertice::setX(). Referenced by CPoligono::anyadeArista(), CTransforma::convertir(), CTransforma::escalar(), and CTransforma::rotar(). |
|
|
E x: nueva coordenada x. Definition at line 182 of file arista.cpp. References m_V2, and CVertice::setX(). Referenced by CPoligono::anyadeArista(), CTransforma::convertir(), CTransforma::escalar(), and CTransforma::rotar(). |
|
|
E y: nueva coordenada y. Definition at line 143 of file arista.cpp. References m_V1, and CVertice::setY(). Referenced by CPoligono::anyadeArista(), CTransforma::convertir(), CTransforma::escalar(), and CTransforma::rotar(). |
|
|
E y: nueva coordenada y. Definition at line 156 of file arista.cpp. References m_V2, and CVertice::setY(). Referenced by CPoligono::anyadeArista(), CTransforma::convertir(), CTransforma::escalar(), and CTransforma::rotar(). |
|
|
Definition at line 46 of file arista.h. Referenced by getColor(), operator=(), and setColor(). |
|
|
Definition at line 47 of file arista.h. Referenced by getx1(), gety1(), operator=(), setv(), setv1(), setx1(), and sety1(). |
|
|
Definition at line 48 of file arista.h. Referenced by getx2(), gety2(), operator=(), setv(), setv2(), setx2(), and sety2(). |
1.4.2