41 #ifndef vtkKCoreDecomposition_h 42 #define vtkKCoreDecomposition_h 44 #include "vtkInfovisCoreModule.h" 62 vtkSetStringMacro(OutputArrayName);
73 vtkGetMacro(UseInDegreeNeighbors,
bool);
85 vtkGetMacro(UseOutDegreeNeighbors,
bool);
96 vtkGetMacro(CheckInputGraph,
bool);
108 char* OutputArrayName;
110 bool UseInDegreeNeighbors;
111 bool UseOutDegreeNeighbors;
112 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.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Compute the k-core decomposition of the input graph.