- Oct 16, 2021
-
-
Dmitri Naumov authored
The use of unique_ptr is not necessary since the vector will be destroyed when going out of scope in the MarkNodesOutsideOfPolygon.
-
- Oct 15, 2021
-
-
-
Pointer to vector of Point's wasn't cleaned up properly. In rotatePolygonToXY a pointer to the vector of polygon points was created. The rotated polygon is on this vector. When the polygon is returned from the function it isn't possible to cleanup the vector properly. So the creation of the polygon is move to the function markNodesOutSideOfPolygon.
-
- Oct 14, 2021
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Oct 10, 2021
-
-
Dmitri Naumov authored
-
- Jul 09, 2021
-
-
- Jul 01, 2021
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
This data isn't required anymore. The type of station can be obtained via dynamic_cast.
-
Tom Fischer authored
The type ('simple' station or borehole) of the object can be obtained by dynamic_cast.
-
Tom Fischer authored
-
- Jun 28, 2021
-
-
Dmitri Naumov authored
-
more optimisations, range loops, typos, etc.
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
The length was used only internaly and can be computed on the fly. This makes the cumbersome and errorprone update of the length unnecessary.
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
This allows to use MeshLib::Node and GL::Point in the changed methods.
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jun 25, 2021
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jun 24, 2021
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jun 18, 2021
-
-
Tom Fischer authored
-
Tom Fischer authored
-