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