26 #ifndef vtkSampleImplicitFunctionFilter_h
27 #define vtkSampleImplicitFunctionFilter_h
30 #include "vtkFiltersGeneralModule.h"
32 VTK_ABI_NAMESPACE_BEGIN
70 vtkSetStringMacro(ScalarArrayName);
71 vtkGetStringMacro(ScalarArrayName);
79 vtkSetStringMacro(GradientArrayName);
80 vtkGetStringMacro(GradientArrayName);
107 VTK_ABI_NAMESPACE_END
abstract interface for implicit functions
vtkTypeUInt32 vtkMTimeType
void ReportReferences(vtkGarbageCollector *) override
Detect and break reference loops.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeBool ComputeGradients
vtkImplicitFunction * ImplicitFunction
a simple class to control print indentation
abstract superclass for arrays of numeric data
virtual vtkMTimeType GetMTime()
Return this object's modified time.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
sample an implicit function over a dataset, generating scalar values and optional gradient vectors ...
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.