93#ifndef vtkPolyDataPointSampler_h
94#define vtkPolyDataPointSampler_h
97#include "vtkFiltersModelingModule.h"
123 vtkGetMacro(Distance,
double);
141 vtkSetClampMacro(PointGenerationMode,
int, REGULAR_GENERATION, RANDOM_GENERATION);
142 vtkGetMacro(PointGenerationMode,
int);
152 vtkGetMacro(GenerateVertexPoints,
bool);
153 vtkSetMacro(GenerateVertexPoints,
bool);
154 vtkBooleanMacro(GenerateVertexPoints,
bool);
162 vtkGetMacro(GenerateEdgePoints,
bool);
163 vtkSetMacro(GenerateEdgePoints,
bool);
164 vtkBooleanMacro(GenerateEdgePoints,
bool);
172 vtkGetMacro(GenerateInteriorPoints,
bool);
173 vtkSetMacro(GenerateInteriorPoints,
bool);
174 vtkBooleanMacro(GenerateInteriorPoints,
bool);
185 vtkGetMacro(GenerateVertices,
bool);
186 vtkSetMacro(GenerateVertices,
bool);
187 vtkBooleanMacro(GenerateVertices,
bool);
199 vtkGetMacro(InterpolatePointData,
bool);
200 vtkSetMacro(InterpolatePointData,
bool);
201 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...