vcglib/vcg/complex
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
..
algorithms Add virtual default dtor to base class 2019-10-24 23:45:25 +02:00
all_types.h bootstrapping tetra 2018-05-01 17:02:47 +02:00
allocate.h more bugs under gcc/clang 2018-05-11 12:10:39 +02:00
append.h removed tetra complex...bootstrapping tetra in trimesh: 2018-05-04 18:12:02 +02:00
base.h temporarily reverted ClearAttributes in mesh destructor 2019-05-15 18:32:44 +02:00
complex.h missing header include 2018-05-04 18:19:54 +02:00
exception.h bootstrapping tetra as trimesh component 2018-05-04 12:08:32 +02:00
foreach.h minor typos 2018-05-09 17:14:16 +02:00
used_types.h stable allocate and tetra complex 2018-05-03 15:05:42 +02:00