 |
VTK
9.0.1
|
Go to the documentation of this file.
31 #ifndef vtkImplicitProjectOnPlaneDistance_h
32 #define vtkImplicitProjectOnPlaneDistance_h
37 #include "vtkFiltersCoreModule.h"
86 vtkGetMacro(Tolerance,
double);
87 vtkSetMacro(Tolerance,
double);
102 #ifndef __VTK_WRAP_JAVA__
131 void CreateDefaultLocator(
void);
perform various plane computations
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
virtual double EvaluateFunction(double x[3])=0
Evaluate function at position x-y-z and return value.
virtual void Modified()
Update the modification time for this object.
vtkSmartPointer< vtkGenericCell > UnusedCell
NormType GetNorm() const
Set the norm to use: L0: 0 when the projection is inside the input polygon, 1 otherwise L2: Euclidean...
abstract interface for implicit functions
vtkMTimeType GetMTime() override
Overload standard modified time function.
a simple class to control print indentation
virtual void EvaluateGradient(double x[3], double g[3])=0
Evaluate function gradient at position x-y-z and pass back vector.
vtkSmartPointer< vtkPolyData > Input
an abstract base class for locators which find cells
vtkSmartPointer< vtkAbstractCellLocator > Locator
concrete dataset represents vertices, lines, polygons, and triangle strips
provides thread-safe access to cells
vtkSmartPointer< vtkPlane > ProjectionPlane
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeUInt32 vtkMTimeType