Go to the documentation of this file.
44 #ifndef vtkPolyDataPointSampler_h
45 #define vtkPolyDataPointSampler_h
47 #include "vtkFiltersModelingModule.h"
72 vtkGetMacro(Distance,
double);
80 vtkGetMacro(GenerateVertexPoints,
int);
90 vtkGetMacro(GenerateEdgePoints,
int);
100 vtkGetMacro(GenerateInteriorPoints,
int);
113 vtkGetMacro(GenerateVertices,
int);
132 void SampleEdge(
vtkPoints *pts,
double x0[3],
double x1[3]);
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkPolyDataPointSampler()
generate points from vtkPolyData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
int GenerateInteriorPoints
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.