47 #ifndef vtkKCoreDecomposition_h 48 #define vtkKCoreDecomposition_h 50 #include "vtkInfovisCoreModule.h" 68 vtkSetStringMacro(OutputArrayName);
78 vtkSetMacro(UseInDegreeNeighbors,
bool);
79 vtkGetMacro(UseInDegreeNeighbors,
bool);
80 vtkBooleanMacro(UseInDegreeNeighbors,
bool);
90 vtkSetMacro(UseOutDegreeNeighbors,
bool);
91 vtkGetMacro(UseOutDegreeNeighbors,
bool);
92 vtkBooleanMacro(UseOutDegreeNeighbors,
bool);
101 vtkSetMacro(CheckInputGraph,
bool);
102 vtkGetMacro(CheckInputGraph,
bool);
103 vtkBooleanMacro(CheckInputGraph,
bool);
114 char* OutputArrayName;
116 bool UseInDegreeNeighbors;
117 bool UseOutDegreeNeighbors;
118 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.