Go to the documentation of this file.
38 #ifndef vtkSampleImplicitFunctionFilter_h
39 #define vtkSampleImplicitFunctionFilter_h
41 #include "vtkFiltersGeneralModule.h"
81 vtkSetStringMacro(ScalarArrayName);
82 vtkGetStringMacro(ScalarArrayName);
90 vtkSetStringMacro(GradientArrayName);
91 vtkGetStringMacro(GradientArrayName);
virtual void SetImplicitFunction(vtkImplicitFunction *)
Specify the implicit function to use to generate data.
static vtkSampleImplicitFunctionFilter * New()
Standard instantiation, type information, and print methods.
sample an implicit function over a dataset, generating scalar values and optional gradient vectors
~vtkSampleImplicitFunctionFilter() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkMTimeType GetMTime() override
Return the MTime also taking into account the implicit function.
abstract superclass for arrays of numeric data
vtkSampleImplicitFunctionFilter()
abstract interface for implicit functions
Superclass for algorithms that produce output of the same type as input.
vtkTypeBool ComputeGradients
a simple class to control print indentation
Detect and break reference loops.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkImplicitFunction * ImplicitFunction
void ReportReferences(vtkGarbageCollector *) override
vtkTypeUInt32 vtkMTimeType