32#ifndef vtkGenerateRegionIds_h
33#define vtkGenerateRegionIds_h
35#include "vtkFiltersCoreModule.h"
41VTK_ABI_NAMESPACE_BEGIN
60 vtkGetMacro(MaxAngle,
double);
68 vtkSetMacro(RegionIdsArrayName, std::string);
69 vtkGetMacro(RegionIdsArrayName, std::string);
101 double MaxAngle = 30;
102 std::string RegionIdsArrayName =
"vtkRegionIds";
abstract superclass for arrays of numeric data
Generate cell array containing the region id.
static vtkGenerateRegionIds * New()
vtkGenerateRegionIds()=default
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkGenerateRegionIds() override=default
dynamic, self-adjusting array of vtkIdType
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
concrete dataset represents vertices, lines, polygons, and triangle strips