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.
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.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkKCoreDecomposition * New()
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.