Flow123d
release_2.2.0-914-gf1a3a4f
|
#include <vertex.h>
Public Member Functions | |
TVertex (const TPoint &) | |
~TVertex () | |
TPoint | GetPoint () const |
Static Public Member Functions | |
static int | getNumInstances () |
Private Member Functions | |
int | generateId () |
Private Attributes | |
int | id |
TPoint * | X |
Static Private Attributes | |
static int | numberInstance = 0 |
ngh::TVertex::TVertex | ( | const TPoint & | PP | ) |
Definition at line 29 of file vertex.cpp.
ngh::TVertex::~TVertex | ( | ) |
Definition at line 35 of file vertex.cpp.
|
private |
TPoint ngh::TVertex::GetPoint | ( | ) | const |