22#ifndef vtkOldStyleCallbackCommand_h
23#define vtkOldStyleCallbackCommand_h
26#include "vtkCommonCoreModule.h"
30VTK_ABI_NAMESPACE_BEGIN
abstract base class for most VTK objects
void SetClientData(void *cd)
Methods to set and get client and callback information.
void Execute(vtkObject *invoker, unsigned long eid, void *calldata) override
Satisfy the superclass API for callbacks.
static vtkOldStyleCallbackCommand * New()
void SetClientDataDeleteCallback(void(*f)(void *))
Methods to set and get client and callback information.
void(* ClientDataDeleteCallback)(void *)
vtkOldStyleCallbackCommand()
~vtkOldStyleCallbackCommand() override
void SetCallback(void(*f)(void *clientdata))
Methods to set and get client and callback information.
#define VTK_DEPRECATED_IN_9_6_0(reason)