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);
a simple class to control print indentation
represent and manipulate 3D points
Superclass for algorithms that produce only polydata as output.
generate points from vtkPolyData
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkPolyDataPointSampler()
void SampleTriangle(vtkPoints *newPts, vtkPoints *inPts, vtkIdType *pts)
void SamplePolygon(vtkPoints *newPts, vtkPoints *inPts, vtkIdType npts, vtkIdType *pts)
~vtkPolyDataPointSampler()
void SampleEdge(vtkPoints *pts, double x0[3], double x1[3])
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkPolyDataPointSampler * New()
Instantiate this class.
int GenerateInteriorPoints
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.