 |
VTK
9.1.0
|
Go to the documentation of this file.
67 #ifndef vtkImplicitSelectionLoop_h
68 #define vtkImplicitSelectionLoop_h
70 #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
Standard VTK methods for printing and type information.
vtkImplicitSelectionLoop()
a simple class to control print indentation
double EvaluateFunction(double x[3]) override
Evaluate selection loop returning a signed distance.
~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