 |
VTK
9.0.1
|
Go to the documentation of this file.
26 #ifndef vtkCountVertices_h
27 #define vtkCountVertices_h
29 #include "vtkFiltersGeneralModule.h"
43 vtkSetStringMacro(OutputArrayName);
44 vtkGetStringMacro(OutputArrayName);
64 #endif // vtkCountVertices_h
int RequestData(vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
Add a cell data array containing the number of vertices per cell.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
~vtkCountVertices() override
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkCountVertices * New()