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