Go to the documentation of this file.
43 #ifndef vtkPolyDataPointSampler_h
44 #define vtkPolyDataPointSampler_h
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkTypeMacro(thisClass, superclass)
void SamplePolygon(vtkPoints *newPts, vtkPoints *inPts, vtkIdType npts, vtkIdType *pts)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
~vtkPolyDataPointSampler()
generate points from vtkPolyData
#define vtkSetClampMacro(name, type, min, max)
void SampleTriangle(vtkPoints *newPts, vtkPoints *inPts, vtkIdType *pts)
a simple class to control print indentation
#define vtkGetMacro(name, type)
void SampleEdge(vtkPoints *pts, double x0[3], double x1[3])
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
static vtkPolyDataPointSampler * New()
#define VTKFILTERSMODELING_EXPORT
int GenerateInteriorPoints
vtkPolyDataPointSampler()
Superclass for algorithms that produce only polydata as output.