Flow123d
release_2.2.0-36-g163dc99
|
#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 |
TVertex::TVertex | ( | const TPoint & | PP | ) |
Definition at line 27 of file vertex.cpp.
TVertex::~TVertex | ( | ) |
Definition at line 33 of file vertex.cpp.
|
private |
TPoint TVertex::GetPoint | ( | ) | const |