 |
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__
~vtkImplicitProjectOnPlaneDistance() override=default
perform various plane computations
This class recieve a plannar polygon as input.
vtkSetSmartPointerMacro(Locator, vtkAbstractCellLocator)
vtkImplicitProjectOnPlaneDistance()
vtkGetSmartPointerMacro(Locator, vtkAbstractCellLocator)
Set/get the Locator used by to compute the distance.
vtkMTimeType GetMTime() override
Return the MTime also considering the Input dependency.
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...
static vtkImplicitProjectOnPlaneDistance * New()
abstract interface for implicit functions
a simple class to control print indentation
vtkSmartPointer< vtkPolyData > Input
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
an abstract base class for locators which find cells
vtkSmartPointer< vtkAbstractCellLocator > Locator
void EvaluateGradient(double x[3], double g[3]) override
Evaluate function gradient of nearest triangle to point x[3].
void SetInput(vtkPolyData *input)
Set the input vtkPolyData used for the implicit function evaluation.
concrete dataset represents vertices, lines, polygons, and triangle strips
provides thread-safe access to cells
vtkSmartPointer< vtkPlane > ProjectionPlane
double EvaluateFunction(double x[3]) override
Evaluate function at position x-y-z and return value.
void CreateDefaultLocator(void)
Create a default locator (vtkStaticCellLocator).
vtkTypeUInt32 vtkMTimeType