19 #ifndef vtkGraphWeightFilter_h
20 #define vtkGraphWeightFilter_h
22 #include "vtkFiltersGeneralModule.h"
25 VTK_ABI_NAMESPACE_BEGIN
52 virtual bool CheckRequirements(
vtkGraph* graph)
const;
Base class for filters that weight graph edges.
Superclass for algorithms that produce only graph as output.
Base class for graph data types.
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.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.