17#ifndef vtkCountVertices_h
18#define vtkCountVertices_h
20#include "vtkFiltersGeneralModule.h"
23VTK_ABI_NAMESPACE_BEGIN
35 vtkSetStringMacro(OutputArrayName);
36 vtkGetStringMacro(OutputArrayName);
48 vtkSetMacro(UseImplicitArray,
bool);
49 vtkGetMacro(UseImplicitArray,
bool);
65 bool UseImplicitArray =
false;
Add a cell data array containing the number of vertices per cell.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
int RequestData(vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkCountVertices * New()
~vtkCountVertices() override
a simple class to control print indentation