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