38 #ifndef vtkSampleImplicitFunctionFilter_h 39 #define vtkSampleImplicitFunctionFilter_h 41 #include "vtkFiltersGeneralModule.h" 72 vtkGetMacro(ComputeGradients,
int);
81 vtkSetStringMacro(ScalarArrayName);
90 vtkSetStringMacro(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.
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.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
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.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkDataSetAlgorithm * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.