New feature: getting a stack trace on leaked objects with VTK_DEBUG_LEAKS

In fact, looking at my commits again, all classes were using the vtkDebugLeaks::ConstructClass(const char* name) function prior to this feature. It seems I just overlooked vtkCommand and descendents. Patch coming.