47 #ifndef vtkKCoreDecomposition_h
48 #define vtkKCoreDecomposition_h
50 #include "vtkInfovisCoreModule.h"
68 vtkSetStringMacro(OutputArrayName);
79 vtkGetMacro(UseInDegreeNeighbors,
bool);
91 vtkGetMacro(UseOutDegreeNeighbors,
bool);
102 vtkGetMacro(CheckInputGraph,
bool);
114 char* OutputArrayName;
116 bool UseInDegreeNeighbors;
117 bool UseOutDegreeNeighbors;
118 bool CheckInputGraph;
static vtkGraphAlgorithm * New()
Superclass for algorithms that produce only graph as output.
Base class for graph data types.
dynamic, self-adjusting array of int
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.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Compute the k-core decomposition of the input graph.