70#ifndef vtkProgrammableFilter_h
71#define vtkProgrammableFilter_h
73#include "vtkFiltersProgrammableModule.h"
76VTK_ABI_NAMESPACE_BEGIN
93 typedef void (*ProgrammableMethodCallbackType)(
void* arg);
129 vtkSetMacro(CopyArrays,
bool);
130 vtkGetMacro(CopyArrays,
bool);
131 vtkBooleanMacro(CopyArrays,
bool);
Base class for graph data types.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
a simple class to control print indentation
class describing a molecule
concrete dataset represents vertices, lines, polygons, and triangle strips
a user-programmable filter
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkMolecule * GetMoleculeInput()
Get the input as a concrete type.
void SetExecuteMethodArgDelete(void(*f)(void *))
Set the arg delete method.
vtkPolyData * GetPolyDataInput()
Get the input as a concrete type.
static vtkProgrammableFilter * New()
ProgrammableMethodCallbackType ExecuteMethodArgDelete
vtkHyperTreeGrid * GetHyperTreeGridInput()
Get the input as a concrete type.
void SetExecuteMethod(void(*f)(void *), void *arg)
Specify the function to use to operate on the point attribute data.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkRectilinearGrid * GetRectilinearGridInput()
Get the input as a concrete type.
vtkStructuredPoints * GetStructuredPointsInput()
Get the input as a concrete type.
vtkGraph * GetGraphInput()
Get the input as a concrete type.
vtkUnstructuredGrid * GetUnstructuredGridInput()
Get the input as a concrete type.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
~vtkProgrammableFilter() override
ProgrammableMethodCallbackType ExecuteMethod
vtkTable * GetTableInput()
Get the input as a concrete type.
vtkStructuredGrid * GetStructuredGridInput()
Get the input as a concrete type.
a dataset that is topologically regular with variable spacing in the three coordinate directions
topologically regular array of data
A table, which contains similar-typed columns of data.
dataset represents arbitrary combinations of all possible cell types