Go to the documentation of this file.
38 #ifndef vtkSampleImplicitFunctionFilter_h
39 #define vtkSampleImplicitFunctionFilter_h
41 #include "vtkFiltersGeneralModule.h"
72 vtkGetMacro(ComputeGradients,
int);
81 vtkSetStringMacro(ScalarArrayName);
90 vtkSetStringMacro(GradientArrayName);
104 int ComputeGradients;
105 char *ScalarArrayName;
106 char *GradientArrayName;
sample an implicit function over a dataset, generating scalar values and optional gradient vectors
abstract superclass for arrays of numeric data
vtkTypeUInt64 vtkMTimeType
abstract interface for implicit functions
Superclass for algorithms that produce output of the same type as input.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
a simple class to control print indentation
static vtkDataSetAlgorithm * New()
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
Detect and break reference loops.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.