 |
VTK
9.0.1
|
Go to the documentation of this file.
25 #ifndef vtkCountFaces_h
26 #define vtkCountFaces_h
28 #include "vtkFiltersGeneralModule.h"
42 vtkSetStringMacro(OutputArrayName);
43 vtkGetStringMacro(OutputArrayName);
63 #endif // vtkCountFaces_h
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.
~vtkCountFaces() override
static vtkCountFaces * New()
a simple class to control print indentation
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
Add a cell data array containing the number of faces per cell.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.