25 #ifndef vtkCountFaces_h
26 #define vtkCountFaces_h
28 #include "vtkFiltersGeneralModule.h"
36 void PrintSelf(ostream &os,
vtkIndent indent) VTK_OVERRIDE;
42 vtkSetStringMacro(OutputArrayName)
48 ~vtkCountFaces() VTK_OVERRIDE;
56 char *OutputArrayName;
59 vtkCountFaces(const vtkCountFaces&) VTK_DELETE_FUNCTION;
60 void operator=(const vtkCountFaces&) VTK_DELETE_FUNCTION;
63 #endif // vtkCountFaces_h
Add a cell data array containing the number of faces per cell.
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.