Go to the documentation of this file.
44 #ifndef vtkPolyDataPointSampler_h
45 #define vtkPolyDataPointSampler_h
47 #include "vtkFiltersModelingModule.h"
72 vtkGetMacro(Distance,
double);
represent and manipulate 3D points
vtkTypeBool GenerateInteriorPoints
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SamplePolygon(vtkPoints *newPts, vtkPoints *inPts, vtkIdType npts, vtkIdType *pts)
vtkTypeBool GenerateVertices
generate points from vtkPolyData
void SampleTriangle(vtkPoints *newPts, vtkPoints *inPts, vtkIdType *pts)
a simple class to control print indentation
~vtkPolyDataPointSampler() override
void SampleEdge(vtkPoints *pts, double x0[3], double x1[3])
static vtkPolyDataPointSampler * New()
Instantiate this class.
vtkPolyDataPointSampler()
vtkTypeBool GenerateEdgePoints
vtkTypeBool GenerateVertexPoints
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only polydata as output.