65#ifndef vtkPolyDataPointSampler_h
66#define vtkPolyDataPointSampler_h
69#include "vtkFiltersModelingModule.h"
73VTK_ABI_NAMESPACE_BEGIN
96 vtkGetMacro(Distance,
double);
114 vtkSetClampMacro(PointGenerationMode,
int, REGULAR_GENERATION, RANDOM_GENERATION);
115 vtkGetMacro(PointGenerationMode,
int);
125 vtkGetMacro(GenerateVertexPoints,
bool);
126 vtkSetMacro(GenerateVertexPoints,
bool);
127 vtkBooleanMacro(GenerateVertexPoints,
bool);
135 vtkGetMacro(GenerateEdgePoints,
bool);
136 vtkSetMacro(GenerateEdgePoints,
bool);
137 vtkBooleanMacro(GenerateEdgePoints,
bool);
145 vtkGetMacro(GenerateInteriorPoints,
bool);
146 vtkSetMacro(GenerateInteriorPoints,
bool);
147 vtkBooleanMacro(GenerateInteriorPoints,
bool);
158 vtkGetMacro(GenerateVertices,
bool);
159 vtkSetMacro(GenerateVertices,
bool);
160 vtkBooleanMacro(GenerateVertices,
bool);
172 vtkGetMacro(InterpolatePointData,
bool);
173 vtkSetMacro(InterpolatePointData,
bool);
174 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...