|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   38 #ifndef vtkProgrammableSource_h 
   39 #define vtkProgrammableSource_h 
   42 #include "vtkFiltersSourcesModule.h"  
   68   typedef void (*ProgrammableMethodCallbackType)(
void* arg);
 
   74   void SetExecuteMethod(
void (*f)(
void*), 
void* arg);
 
   79   void SetExecuteMethodArgDelete(
void (*f)(
void*));
 
   84   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)