Flow123d
vertex.cpp
Go to the documentation of this file.
3 
5 
8 }
9 
11  id = generateId();
12 
13  X = new TPoint(PP);
14 }
15 
17  delete X;
18 }
19 
21  TPoint tmp;
22  tmp = *X;
23  return tmp;
24 }