Go to the documentation of this file.
51 #ifndef vtkImplicitSelectionLoop_h
52 #define vtkImplicitSelectionLoop_h
54 #include "vtkCommonDataModelModule.h"
represent and manipulate 3D points
vtkTypeBool AutomaticNormalGeneration
implicit function for a selection loop
virtual void SetLoop(vtkPoints *)
Set/Get the array of point coordinates defining the loop.
a cell that represents an n-sided polygon
record modification and/or execution time
virtual double EvaluateFunction(double x[3])=0
Evaluate function at position x-y-z and return value.
abstract interface for implicit functions
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkImplicitSelectionLoop()
a simple class to control print indentation
double EvaluateFunction(double x[3]) override
Evaluate function at position x-y-z and return value.
~vtkImplicitSelectionLoop() override
void EvaluateGradient(double x[3], double n[3]) override
Evaluate selection loop returning the gradient.
vtkMTimeType GetMTime() override
Overload GetMTime() because we depend on the Loop.
static vtkImplicitSelectionLoop * New()
Instantiate object with no initial loop.
vtkTypeUInt32 vtkMTimeType