[vtkusers] Callback()

Louis Desjardins lost_bits1110 at hotmail.com
Fri May 28 01:28:15 EDT 2004


Hello

I'm trying to understand the command/observer style

The vtkCallbackCommand class, derived from vtkCommand, has the method 
Execute() which calls a method Callback() (copied and pasted below):

void vtkCallbackCommand::Execute(vtkObject *caller, unsigned long event, 
void *callData)
{
  if (this->Callback)
    {
    this->Callback(caller, event, this->ClientData, callData);
    }
}


Can someone tell me where this Callback() function can be found?? I can't 
find its definition or anything

Thats it for now...

Thanks...

_________________________________________________________________
Watch LIVE baseball games on your computer with MLB.TV, included with MSN 
Premium! http://join.msn.click-url.com/go/onm00200439ave/direct/01/




More information about the vtkusers mailing list