#include <K3dTestVertex.h>
Public Member Functions | |
K3dTestVertex () | |
K3dTestVertex (const K3dVector3 &_rkVertex) | |
~K3dTestVertex () | |
K3dVector3 & | Vertex () |
Get or set test vertex. | |
bool & | IsTested () |
Get or set if vertex is tested. | |
bool & | IsDuplicated () |
Get or set if vertex is duplicated. | |
Private Attributes | |
K3dVector3 | m_kVertex |
Test vertex. | |
bool | m_bIsTested |
Describe if vertex tested. | |
bool | m_bIsDuplicated |
Describe if vertex duplicated. |
Definition at line 39 of file K3dTestVertex.h.
K3dTestVertex::K3dTestVertex | ( | ) | [inline] |
Definition at line 46 of file K3dTestVertex.h.
References m_bIsDuplicated, m_bIsTested, m_kVertex, and K3dVector3::Reset().
K3dTestVertex::K3dTestVertex | ( | const K3dVector3 & | _rkVertex | ) | [inline] |
Definition at line 52 of file K3dTestVertex.h.
References m_bIsDuplicated, m_bIsTested, and m_kVertex.
K3dTestVertex::~K3dTestVertex | ( | ) | [inline] |
Definition at line 58 of file K3dTestVertex.h.
K3dVector3& K3dTestVertex::Vertex | ( | ) | [inline] |
bool& K3dTestVertex::IsTested | ( | ) | [inline] |
Get or set if vertex is tested.
Definition at line 67 of file K3dTestVertex.h.
References m_bIsTested.
bool& K3dTestVertex::IsDuplicated | ( | ) | [inline] |
Get or set if vertex is duplicated.
Definition at line 73 of file K3dTestVertex.h.
References m_bIsDuplicated.
K3dVector3 K3dTestVertex::m_kVertex [private] |
Test vertex.
Definition at line 41 of file K3dTestVertex.h.
Referenced by K3dTestVertex(), and Vertex().
bool K3dTestVertex::m_bIsTested [private] |
Describe if vertex tested.
Definition at line 42 of file K3dTestVertex.h.
Referenced by IsTested(), and K3dTestVertex().
bool K3dTestVertex::m_bIsDuplicated [private] |
Describe if vertex duplicated.
Definition at line 43 of file K3dTestVertex.h.
Referenced by IsDuplicated(), and K3dTestVertex().