74#ifndef vtkPolyDataPointSampler_h
75#define vtkPolyDataPointSampler_h
78#include "vtkFiltersModelingModule.h"
104 vtkGetMacro(Distance,
double);
122 vtkSetClampMacro(PointGenerationMode,
int, REGULAR_GENERATION, RANDOM_GENERATION);
123 vtkGetMacro(PointGenerationMode,
int);
133 vtkGetMacro(GenerateVertexPoints,
bool);
134 vtkSetMacro(GenerateVertexPoints,
bool);
135 vtkBooleanMacro(GenerateVertexPoints,
bool);
143 vtkGetMacro(GenerateEdgePoints,
bool);
144 vtkSetMacro(GenerateEdgePoints,
bool);
145 vtkBooleanMacro(GenerateEdgePoints,
bool);
153 vtkGetMacro(GenerateInteriorPoints,
bool);
154 vtkSetMacro(GenerateInteriorPoints,
bool);
155 vtkBooleanMacro(GenerateInteriorPoints,
bool);
166 vtkGetMacro(GenerateVertices,
bool);
167 vtkSetMacro(GenerateVertices,
bool);
168 vtkBooleanMacro(GenerateVertices,
bool);
180 vtkGetMacro(InterpolatePointData,
bool);
181 vtkSetMacro(InterpolatePointData,
bool);
182 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...