86#ifndef vtkPolyDataPointSampler_h
87#define vtkPolyDataPointSampler_h
90#include "vtkFiltersModelingModule.h"
116 vtkGetMacro(Distance,
double);
134 vtkSetClampMacro(PointGenerationMode,
int, REGULAR_GENERATION, RANDOM_GENERATION);
135 vtkGetMacro(PointGenerationMode,
int);
145 vtkGetMacro(GenerateVertexPoints,
bool);
146 vtkSetMacro(GenerateVertexPoints,
bool);
147 vtkBooleanMacro(GenerateVertexPoints,
bool);
155 vtkGetMacro(GenerateEdgePoints,
bool);
156 vtkSetMacro(GenerateEdgePoints,
bool);
157 vtkBooleanMacro(GenerateEdgePoints,
bool);
165 vtkGetMacro(GenerateInteriorPoints,
bool);
166 vtkSetMacro(GenerateInteriorPoints,
bool);
167 vtkBooleanMacro(GenerateInteriorPoints,
bool);
178 vtkGetMacro(GenerateVertices,
bool);
179 vtkSetMacro(GenerateVertices,
bool);
180 vtkBooleanMacro(GenerateVertices,
bool);
192 vtkGetMacro(InterpolatePointData,
bool);
193 vtkSetMacro(InterpolatePointData,
bool);
194 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...