41 #ifndef vtkKCoreDecomposition_h 42 #define vtkKCoreDecomposition_h 45 #include "vtkInfovisCoreModule.h" 62 vtkSetStringMacro(OutputArrayName);
72 vtkSetMacro(UseInDegreeNeighbors,
bool);
73 vtkGetMacro(UseInDegreeNeighbors,
bool);
74 vtkBooleanMacro(UseInDegreeNeighbors,
bool);
84 vtkSetMacro(UseOutDegreeNeighbors,
bool);
85 vtkGetMacro(UseOutDegreeNeighbors,
bool);
86 vtkBooleanMacro(UseOutDegreeNeighbors,
bool);
95 vtkSetMacro(CheckInputGraph,
bool);
96 vtkGetMacro(CheckInputGraph,
bool);
97 vtkBooleanMacro(CheckInputGraph,
bool);
107 char* OutputArrayName;
109 bool UseInDegreeNeighbors;
110 bool UseOutDegreeNeighbors;
111 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.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Compute the k-core decomposition of the input graph.