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;
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.