39#ifndef vtkImplicitSelectionLoop_h 
   40#define vtkImplicitSelectionLoop_h 
   42#include "vtkCommonDataModelModule.h"  
   45VTK_ABI_NAMESPACE_BEGIN
 
  103  vtkSetVector3Macro(Normal, 
double);
 
  104  vtkGetVectorMacro(Normal, 
double, 3);
 
abstract interface for implicit functions
 
virtual double EvaluateFunction(double x[3])=0
Evaluate function at position x-y-z and return value.
 
implicit function for a selection loop
 
void PrintSelf(ostream &os, vtkIndent indent) override
Standard VTK methods for printing and type information.
 
vtkMTimeType GetMTime() override
Overload GetMTime() because we depend on the Loop.
 
void EvaluateGradient(double x[3], double n[3]) override
Evaluate selection loop returning the gradient.
 
~vtkImplicitSelectionLoop() override
 
double EvaluateFunction(double x[3]) override
Evaluate selection loop returning a signed distance.
 
static vtkImplicitSelectionLoop * New()
Instantiate object with no initial loop.
 
vtkImplicitSelectionLoop()
 
virtual void SetLoop(vtkPoints *)
Set/Get the array of point coordinates defining the loop.
 
vtkTypeBool AutomaticNormalGeneration
 
a simple class to control print indentation
 
represent and manipulate 3D points
 
a cell that represents an n-sided polygon
 
record modification and/or execution time
 
vtkTypeUInt32 vtkMTimeType