44#ifndef vtkKCoreDecomposition_h
45#define vtkKCoreDecomposition_h
48#include "vtkInfovisCoreModule.h"
65 vtkSetStringMacro(OutputArrayName);
75 vtkSetMacro(UseInDegreeNeighbors,
bool);
76 vtkGetMacro(UseInDegreeNeighbors,
bool);
77 vtkBooleanMacro(UseInDegreeNeighbors,
bool);
87 vtkSetMacro(UseOutDegreeNeighbors,
bool);
88 vtkGetMacro(UseOutDegreeNeighbors,
bool);
89 vtkBooleanMacro(UseOutDegreeNeighbors,
bool);
98 vtkSetMacro(CheckInputGraph,
bool);
99 vtkGetMacro(CheckInputGraph,
bool);
100 vtkBooleanMacro(CheckInputGraph,
bool);
110 char* OutputArrayName;
112 bool UseInDegreeNeighbors;
113 bool UseOutDegreeNeighbors;
114 bool CheckInputGraph;
Superclass for algorithms that produce only graph as output.
Base class for graph data types.
a simple class to control print indentation
dynamic, self-adjusting array of int
Compute the k-core decomposition of the input graph.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkKCoreDecomposition * New()
~vtkKCoreDecomposition() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.