Go to the documentation of this file.
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;
Superclass for algorithms that produce only graph as output.
Compute the k-core decomposition of the input graph.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkKCoreDecomposition * New()
a simple class to control print indentation
dynamic, self-adjusting array of int
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
Base class for graph data types.