77#ifndef vtkPolyDataPointSampler_h
78#define vtkPolyDataPointSampler_h
81#include "vtkFiltersModelingModule.h"
a simple class to control print indentation
bool GenerateVertexPoints
static vtkPolyDataPointSampler * New()
Instantiate this class.
vtkPolyDataPointSampler()
bool GenerateInteriorPoints
bool InterpolatePointData
virtual void SetPointGenerationMode(int)
Specify/retrieve the type of point generation: either regular point generation or random point genera...
~vtkPolyDataPointSampler() override=default
void SetPointGenerationModeToRandom()
Specify/retrieve the type of point generation: either regular point generation or random point genera...
void PrintSelf(ostream &os, vtkIndent indent) override
Standard macros for type information and printing.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetPointGenerationModeToRegular()
Specify/retrieve the type of point generation: either regular point generation or random point genera...