96 #ifndef vtkPolyDataPointSampler_h
97 #define vtkPolyDataPointSampler_h
100 #include "vtkFiltersModelingModule.h"
126 vtkGetMacro(Distance,
double);
144 vtkSetClampMacro(PointGenerationMode,
int, REGULAR_GENERATION, RANDOM_GENERATION);
145 vtkGetMacro(PointGenerationMode,
int);
155 vtkGetMacro(GenerateVertexPoints,
bool);
156 vtkSetMacro(GenerateVertexPoints,
bool);
157 vtkBooleanMacro(GenerateVertexPoints,
bool);
165 vtkGetMacro(GenerateEdgePoints,
bool);
166 vtkSetMacro(GenerateEdgePoints,
bool);
167 vtkBooleanMacro(GenerateEdgePoints,
bool);
175 vtkGetMacro(GenerateInteriorPoints,
bool);
176 vtkSetMacro(GenerateInteriorPoints,
bool);
177 vtkBooleanMacro(GenerateInteriorPoints,
bool);
188 vtkGetMacro(GenerateVertices,
bool);
189 vtkSetMacro(GenerateVertices,
bool);
190 vtkBooleanMacro(GenerateVertices,
bool);
202 vtkGetMacro(InterpolatePointData,
bool);
203 vtkSetMacro(InterpolatePointData,
bool);
204 vtkBooleanMacro(InterpolatePointData,
bool);
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
generate points from vtkPolyData
bool GenerateVertexPoints
vtkPolyDataPointSampler()
bool GenerateInteriorPoints
bool InterpolatePointData
~vtkPolyDataPointSampler() override=default
void SetPointGenerationModeToRandom()
Specify/retrieve the type of point generation: either regular point generation or random point genera...
static vtkPolyDataPointSampler * New()
Instantiate this class.
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...