29 #ifndef vtkProgrammableSource_h
30 #define vtkProgrammableSource_h
33 #include "vtkFiltersSourcesModule.h"
35 VTK_ABI_NAMESPACE_BEGIN
61 typedef void (*ProgrammableMethodCallbackType)(
void* arg);
67 void SetExecuteMethod(
void (*f)(
void*),
void* arg);
72 void SetExecuteMethodArgDelete(
void (*f)(
void*));
77 void SetRequestInformationMethod(
void (*f)(
void*));
117 VTK_ABI_NAMESPACE_END
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
ProgrammableMethodCallbackType ExecuteMethodArgDelete
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
class describing a molecule
static vtkDataObjectAlgorithm * New()
ProgrammableMethodCallbackType ExecuteMethod
record modification and/or execution time
concrete dataset represents vertices, lines, polygons, and triangle strips
ProgrammableMethodCallbackType RequestInformationMethod
Base class for graph data types.
a simple class to control print indentation
dataset represents arbitrary combinations of all possible cell types
generate source dataset via a user-specified function
Superclass for algorithms that produce only data object as output.
A table, which contains similar-typed columns of data.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
topologically regular array of data
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.