29 #ifndef vtkCountVertices_h
30 #define vtkCountVertices_h
32 #include "vtkFiltersGeneralModule.h"
40 void PrintSelf(ostream &os,
vtkIndent indent) VTK_OVERRIDE;
46 vtkSetStringMacro(OutputArrayName)
52 ~vtkCountVertices() VTK_OVERRIDE;
60 char *OutputArrayName;
63 vtkCountVertices(const vtkCountVertices&) VTK_DELETE_FUNCTION;
64 void operator=(const vtkCountVertices&) VTK_DELETE_FUNCTION;
67 #endif // vtkCountVertices_h
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
Add a cell data array containing the number of vertices per cell.