83#ifndef vtkPolyDataPointSampler_h
84#define vtkPolyDataPointSampler_h
87#include "vtkFiltersModelingModule.h"
113 vtkGetMacro(Distance,
double);
131 vtkSetClampMacro(PointGenerationMode,
int, REGULAR_GENERATION, RANDOM_GENERATION);
132 vtkGetMacro(PointGenerationMode,
int);
142 vtkGetMacro(GenerateVertexPoints,
bool);
143 vtkSetMacro(GenerateVertexPoints,
bool);
144 vtkBooleanMacro(GenerateVertexPoints,
bool);
152 vtkGetMacro(GenerateEdgePoints,
bool);
153 vtkSetMacro(GenerateEdgePoints,
bool);
154 vtkBooleanMacro(GenerateEdgePoints,
bool);
162 vtkGetMacro(GenerateInteriorPoints,
bool);
163 vtkSetMacro(GenerateInteriorPoints,
bool);
164 vtkBooleanMacro(GenerateInteriorPoints,
bool);
175 vtkGetMacro(GenerateVertices,
bool);
176 vtkSetMacro(GenerateVertices,
bool);
177 vtkBooleanMacro(GenerateVertices,
bool);
189 vtkGetMacro(InterpolatePointData,
bool);
190 vtkSetMacro(InterpolatePointData,
bool);
191 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
static vtkPolyDataPointSampler * New()
Instantiate this class.
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...
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...