Go to the documentation of this file.
30 #ifndef vtkGraphWeightFilter_h
31 #define vtkGraphWeightFilter_h
virtual bool CheckRequirements(vtkGraph *const graph) const
Superclass for algorithms that produce only graph as output.
void PrintSelf(ostream &os, vtkIndent indent)
virtual float ComputeWeight(vtkGraph *const graph, const vtkEdgeType &edge) const =0
#define vtkTypeMacro(thisClass, superclass)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
a simple class to control print indentation
Base class for filters that weight graph edges.
#define VTKFILTERSGENERAL_EXPORT
Base class for graph data types.