vcglib/vcg
Norbert Wenzel 30f05d8fc9 Add virtual default dtor to base class
TrivialEar has data members and virtual functions, but no virtual destructor.
Two subclasses  (MinimalWeightEar & SelfIntersectionEar) exist, but they do
not add any new data members. So deleting through any pointer should be okay,
but to be sure and silence compiler warnings add the virtual dtor to the base
class.
This ensures all subclasses are theoretically allowed to add new data members
that will get destructed, regardless of the pointer type used for destruction.
2019-10-24 23:45:25 +02:00
..
complex Add virtual default dtor to base class 2019-10-24 23:45:25 +02:00
connectors Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
container Added delete[] to VectorNBW<bool> destructor 2019-03-25 13:01:44 +01:00
math solved one numerical issue in RotationMatrix 2019-05-04 22:28:28 +10:00
simplex vt topology 2018-12-21 12:55:18 +01:00
space implemented least squares rigid motion 2019-06-10 12:09:48 +02:00