28 #ifndef vtkCountFaces_h 29 #define vtkCountFaces_h 31 #include "vtkFiltersGeneralModule.h" 39 void PrintSelf(ostream &os,
vtkIndent indent) override;
45 vtkSetStringMacro(OutputArrayName)
46 vtkGetStringMacro(OutputArrayName)
51 ~vtkCountFaces() override;
59 char *OutputArrayName;
62 vtkCountFaces(const vtkCountFaces&) = delete;
63 void operator=(const vtkCountFaces&) = delete;
66 #endif // vtkCountFaces_h
Add a cell data array containing the number of faces per cell.
a simple class to control print indentation