VTK  9.3.20240425
vtkProgrammableSource.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
48#ifndef vtkProgrammableSource_h
49#define vtkProgrammableSource_h
50
52#include "vtkFiltersSourcesModule.h" // For export macro
53
54VTK_ABI_NAMESPACE_BEGIN
55class vtkGraph;
56class vtkMolecule;
57class vtkPolyData;
61class vtkTable;
63
64class VTKFILTERSSOURCES_EXPORT vtkProgrammableSource : public vtkDataObjectAlgorithm
65{
66public:
69 void PrintSelf(ostream& os, vtkIndent indent) override;
70
80 typedef void (*ProgrammableMethodCallbackType)(void* arg);
81
86 void SetExecuteMethod(void (*f)(void*), void* arg);
87
91 void SetExecuteMethodArgDelete(void (*f)(void*));
92
96 void SetRequestInformationMethod(void (*f)(void*));
97
99
114
115protected:
118
122
123 ProgrammableMethodCallbackType ExecuteMethod; // function to invoke
124 ProgrammableMethodCallbackType ExecuteMethodArgDelete;
126 ProgrammableMethodCallbackType RequestInformationMethod; // function to invoke
127
130
131private:
133 void operator=(const vtkProgrammableSource&) = delete;
134};
135
136VTK_ABI_NAMESPACE_END
137#endif
Superclass for algorithms that produce only data object as output.
Base class for graph data types.
Definition vtkGraph.h:340
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
class describing a molecule
Definition vtkMolecule.h:84
concrete dataset represents vertices, lines, polygons, and triangle strips
generate source dataset via a user-specified function
ProgrammableMethodCallbackType RequestInformationMethod
vtkTable * GetTableOutput()
Get the output as a concrete type.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
vtkGraph * GetGraphOutput()
Get the output as a concrete type.
vtkRectilinearGrid * GetRectilinearGridOutput()
Get the output as a concrete type.
vtkPolyData * GetPolyDataOutput()
Get the output as a concrete type.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
~vtkProgrammableSource() override
void SetExecuteMethod(void(*f)(void *), void *arg)
Specify the function to use to generate the source data.
ProgrammableMethodCallbackType ExecuteMethod
vtkMolecule * GetMoleculeOutput()
Get the output as a concrete type.
static vtkProgrammableSource * New()
void SetExecuteMethodArgDelete(void(*f)(void *))
Set the arg delete method.
vtkStructuredPoints * GetStructuredPointsOutput()
Get the output as a concrete type.
vtkStructuredGrid * GetStructuredGridOutput()
Get the output as a concrete type.
int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetRequestInformationMethod(void(*f)(void *))
Specify the function to use to fill in information about the source data.
ProgrammableMethodCallbackType ExecuteMethodArgDelete
vtkUnstructuredGrid * GetUnstructuredGridOutput()
Get the output as a concrete type.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a dataset that is topologically regular with variable spacing in the three coordinate directions
topologically regular array of data
A subclass of ImageData.
A table, which contains similar-typed columns of data.
Definition vtkTable.h:168
record modification and/or execution time
dataset represents arbitrary combinations of all possible cell types