38 #ifndef vtkSampleImplicitFunctionFilter_h 39 #define vtkSampleImplicitFunctionFilter_h 41 #include "vtkFiltersGeneralModule.h" 81 vtkSetStringMacro(ScalarArrayName);
82 vtkGetStringMacro(ScalarArrayName);
90 vtkSetStringMacro(GradientArrayName);
91 vtkGetStringMacro(GradientArrayName);
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.