85#include "vtkFiltersCoreModule.h"  
   88VTK_ABI_NAMESPACE_BEGIN
 
  113  vtkSetClampMacro(Padding, 
double, 0.001, 0.25);
 
  114  vtkGetMacro(Padding, 
double);
 
  130  vtkSetMacro(GenerateScalars, 
int);
 
  131  vtkGetMacro(GenerateScalars, 
int);
 
  154    SPECIFIED_TRANSFORM_PLANE = 1,
 
  155    BEST_FITTING_PLANE = 2
 
  167  vtkSetClampMacro(ProjectionPlaneMode, 
int, XY_PLANE, BEST_FITTING_PLANE);
 
  168  vtkGetMacro(ProjectionPlaneMode, 
int);
 
  172    this->SetProjectionPlaneMode(SPECIFIED_TRANSFORM_PLANE);
 
  176    this->SetProjectionPlaneMode(BEST_FITTING_PLANE);
 
a simple class to control print indentation
 
concrete class for storing a set of points
 
Superclass for algorithms that produce only polydata as output.
 
implicit function for a set of spheres
 
quickly locate points in 2-space
 
create 2D Voronoi convex tiling of input points
 
void SetGenerateScalarsToNone()
Indicate whether to create a scalar array as part of the output.
 
vtkStaticPointLocator2D * GetLocator()
Retrieve the internal locator to manually configure it, for example specifying the number of points p...
 
vtkAbstractTransform * Transform
 
void SetProjectionPlaneModeToSpecifiedTransformPlane()
Define the method to project the input 3D points into a 2D plane for tessellation.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, type information, and printing.
 
vtkIdType MaximumNumberOfTileClips
 
void SetGenerateScalarsToPointIds()
Indicate whether to create a scalar array as part of the output.
 
void SetProjectionPlaneModeToBestFittingPlane()
Define the method to project the input 3D points into a 2D plane for tessellation.
 
void SetProjectionPlaneModeToXYPlane()
Define the method to project the input 3D points into a 2D plane for tessellation.
 
static vtkVoronoi2D * New()
Standard methods for instantiation, type information, and printing.
 
vtkStaticPointLocator2D * Locator
 
int GetNumberOfThreadsUsed()
Return the number of threads actually used during execution.
 
vtkIdType PointOfInterest
 
virtual void SetTransform(vtkAbstractTransform *)
Set / get the transform which is applied to points to generate a 2D problem.
 
vtkMTimeType GetMTime() override
Get the MTime of this object also considering the locator.
 
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
vtkTypeBool GenerateVoronoiFlower
 
void SetGenerateScalarsToThreadIds()
Indicate whether to create a scalar array as part of the output.
 
vtkTypeUInt32 vtkMTimeType