74 #ifndef vtkPolyDataPointSampler_h
75 #define vtkPolyDataPointSampler_h
78 #include "vtkFiltersModelingModule.h"
82 VTK_ABI_NAMESPACE_BEGIN
105 vtkGetMacro(Distance,
double);
123 vtkSetClampMacro(PointGenerationMode,
int, REGULAR_GENERATION, RANDOM_GENERATION);
124 vtkGetMacro(PointGenerationMode,
int);
134 vtkGetMacro(GenerateVertexPoints,
bool);
135 vtkSetMacro(GenerateVertexPoints,
bool);
136 vtkBooleanMacro(GenerateVertexPoints,
bool);
144 vtkGetMacro(GenerateEdgePoints,
bool);
145 vtkSetMacro(GenerateEdgePoints,
bool);
146 vtkBooleanMacro(GenerateEdgePoints,
bool);
154 vtkGetMacro(GenerateInteriorPoints,
bool);
155 vtkSetMacro(GenerateInteriorPoints,
bool);
156 vtkBooleanMacro(GenerateInteriorPoints,
bool);
167 vtkGetMacro(GenerateVertices,
bool);
168 vtkSetMacro(GenerateVertices,
bool);
169 vtkBooleanMacro(GenerateVertices,
bool);
181 vtkGetMacro(InterpolatePointData,
bool);
182 vtkSetMacro(InterpolatePointData,
bool);
183 vtkBooleanMacro(InterpolatePointData,
bool);
207 VTK_ABI_NAMESPACE_END
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...