41#ifndef vtkKCoreLayout_h 
   42#define vtkKCoreLayout_h 
   45#include "vtkInfovisLayoutModule.h"  
   47VTK_ABI_NAMESPACE_BEGIN
 
   68  vtkSetStringMacro(KCoreLabelArrayName);
 
   77  vtkGetMacro(Polar, 
bool);
 
   78  vtkSetMacro(Polar, 
bool);
 
   79  vtkBooleanMacro(Polar, 
bool);
 
   88  vtkGetMacro(Cartesian, 
bool);
 
   89  vtkSetMacro(Cartesian, 
bool);
 
   90  vtkBooleanMacro(Cartesian, 
bool);
 
   99  vtkSetStringMacro(PolarCoordsRadiusArrayName);
 
  100  vtkGetStringMacro(PolarCoordsRadiusArrayName);
 
  109  vtkSetStringMacro(PolarCoordsAngleArrayName);
 
  110  vtkGetStringMacro(PolarCoordsAngleArrayName);
 
  119  vtkSetStringMacro(CartesianCoordsXArrayName);
 
  120  vtkGetStringMacro(CartesianCoordsXArrayName);
 
  129  vtkSetStringMacro(CartesianCoordsYArrayName);
 
  130  vtkGetStringMacro(CartesianCoordsYArrayName);
 
  138  vtkSetMacro(Epsilon, 
float);
 
  139  vtkGetMacro(Epsilon, 
float);
 
  147  vtkSetMacro(UnitRadius, 
float);
 
  148  vtkGetMacro(UnitRadius, 
float);
 
Proxy object to connect input/output ports.
 
Superclass for algorithms that produce only graph as output.
 
a simple class to control print indentation
 
Produces a layout for a graph labeled with K-Core information.
 
char * CartesianCoordsXArrayName
 
char * KCoreLabelArrayName
 
char * PolarCoordsAngleArrayName
 
void SetGraphConnection(vtkAlgorithmOutput *)
Convenience function provided for setting the graph input.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
char * PolarCoordsRadiusArrayName
 
~vtkKCoreLayout() override
 
static vtkKCoreLayout * New()
 
char * CartesianCoordsYArrayName
 
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.