Go to the documentation of this file.
41 #ifndef vtkProgrammableDataObjectSource_h
42 #define vtkProgrammableDataObjectSource_h
61 typedef void (*ProgrammableMethodCallbackType)(
void *arg);
generate source data object via a user-specified function
~vtkProgrammableDataObjectSource()
vtkProgrammableDataObjectSource()
Superclass for algorithms that produce only data object as output.
#define vtkTypeMacro(thisClass, superclass)
void SetExecuteMethod(void(*f)(void *), void *arg)
ProgrammableMethodCallbackType ExecuteMethod
a simple class to control print indentation
ProgrammableMethodCallbackType ExecuteMethodArgDelete
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
void SetExecuteMethodArgDelete(void(*f)(void *))
typedef void(APIENTRYP PFNGLBLENDCOLORPROC)(GLclampf red
static vtkProgrammableDataObjectSource * New()