79#ifndef vtkProgrammableFilter_h
80#define vtkProgrammableFilter_h
82#include "vtkFiltersProgrammableModule.h"
101 typedef void (*ProgrammableMethodCallbackType)(
void* arg);
136 vtkSetMacro(CopyArrays,
bool);
137 vtkGetMacro(CopyArrays,
bool);
138 vtkBooleanMacro(CopyArrays,
bool);
Base class for graph data types.
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
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