[vtk-developers] vtkCommand

Ken Martin ken.martin at kitware.com
Wed Nov 14 09:05:26 EST 2001


Hello Folks,

I wanted to warn you of some minor changes to the vtkCommand class. To
make it more consistent with VTK I have broken the three command
classes

vtkCommand
vtkCallbackCommand
vtkOldStyleCallbackCommand

into three different files. I have also made these classes reference
counted so they should be created with New and deleted with Delete. I
made the little new and delete protected. For Tcl, Python, Java there
are no changes. For C++ you will need to use New() now.  I'll check in
the changes later today.

Thanks
Ken

--------------------------
Ken Martin, PhD
Kitware Inc.
518 371-3971 x101
469 Clifton Corporate Pkwy.
Clifton Park, NY 12065




More information about the vtk-developers mailing list