Go to the documentation of this file.
44 #ifndef vtkProgrammableSource_h
45 #define vtkProgrammableSource_h
47 #include "vtkFiltersSourcesModule.h"
74 typedef void (*ProgrammableMethodCallbackType)(
void *arg);
80 void SetExecuteMethod(
void (*f)(
void *),
void *arg);
85 void SetExecuteMethodArgDelete(
void (*f)(
void *));
90 void SetRequestInformationMethod(
void (*f)(
void *));
ProgrammableMethodCallbackType ExecuteMethodArgDelete
a dataset that is topologically regular with variable spacing in the three coordinate directions
A table, which contains similar-typed columns of data.
record modification and/or execution time
Superclass for algorithms that produce only data object as output.
topologically regular array of data
ProgrammableMethodCallbackType ExecuteMethod
ProgrammableMethodCallbackType RequestInformationMethod
generate source dataset via a user-specified function
class describing a molecule
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkDataObjectAlgorithm * New()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
dataset represents arbitrary combinations of all possible cell types
Base class for graph data types.
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)