41 #ifndef vtkPolyDataPointSampler_h
42 #define vtkPolyDataPointSampler_h
44 #include "vtkFiltersModelingModule.h"
69 vtkGetMacro(Distance,
double);
77 vtkGetMacro(GenerateVertexPoints,
int);
87 vtkGetMacro(GenerateEdgePoints,
int);
97 vtkGetMacro(GenerateInteriorPoints,
int);
110 vtkGetMacro(GenerateVertices,
int);
124 int GenerateVertexPoints;
125 int GenerateEdgePoints;
126 int GenerateInteriorPoints;
127 int GenerateVertices;
129 void SampleEdge(
vtkPoints *pts,
double x0[3],
double x1[3]);
~vtkPolyDataPointSampler() override
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
generate points from vtkPolyData
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.