26 #ifndef vtkCountVertices_h
27 #define vtkCountVertices_h
29 #include "vtkFiltersGeneralModule.h"
37 void PrintSelf(ostream &os,
vtkIndent indent) VTK_OVERRIDE;
43 vtkSetStringMacro(OutputArrayName)
49 ~vtkCountVertices() VTK_OVERRIDE;
57 char *OutputArrayName;
60 vtkCountVertices(const vtkCountVertices&) VTK_DELETE_FUNCTION;
61 void operator=(const vtkCountVertices&) VTK_DELETE_FUNCTION;
64 #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.