84#ifndef vtkPolyDataPointSampler_h
85#define vtkPolyDataPointSampler_h
88#include "vtkFiltersModelingModule.h"
92VTK_ABI_NAMESPACE_BEGIN
115 vtkGetMacro(Distance,
double);
133 vtkSetClampMacro(PointGenerationMode,
int, REGULAR_GENERATION, RANDOM_GENERATION);
134 vtkGetMacro(PointGenerationMode,
int);
144 vtkGetMacro(GenerateVertexPoints,
bool);
145 vtkSetMacro(GenerateVertexPoints,
bool);
146 vtkBooleanMacro(GenerateVertexPoints,
bool);
154 vtkGetMacro(GenerateEdgePoints,
bool);
155 vtkSetMacro(GenerateEdgePoints,
bool);
156 vtkBooleanMacro(GenerateEdgePoints,
bool);
164 vtkGetMacro(GenerateInteriorPoints,
bool);
165 vtkSetMacro(GenerateInteriorPoints,
bool);
166 vtkBooleanMacro(GenerateInteriorPoints,
bool);
177 vtkGetMacro(GenerateVertices,
bool);
178 vtkSetMacro(GenerateVertices,
bool);
179 vtkBooleanMacro(GenerateVertices,
bool);
191 vtkGetMacro(InterpolatePointData,
bool);
192 vtkSetMacro(InterpolatePointData,
bool);
193 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...