65 #ifndef vtkPolyDataPointSampler_h
66 #define vtkPolyDataPointSampler_h
69 #include "vtkFiltersModelingModule.h"
73 VTK_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);
198 VTK_ABI_NAMESPACE_END
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
bool InterpolatePointData
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
void SetPointGenerationModeToRandom()
Specify/retrieve the type of point generation: either regular point generation or random point genera...
bool GenerateVertexPoints
void SetPointGenerationModeToRegular()
Specify/retrieve the type of point generation: either regular point generation or random point genera...
generate points from vtkPolyData
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
bool GenerateInteriorPoints