56 #ifndef vtkKCoreLayout_h
57 #define vtkKCoreLayout_h
60 #include "vtkInfovisLayoutModule.h"
82 vtkSetStringMacro(KCoreLabelArrayName);
91 vtkGetMacro(Polar,
bool);
92 vtkSetMacro(Polar,
bool);
93 vtkBooleanMacro(Polar,
bool);
102 vtkGetMacro(Cartesian,
bool);
103 vtkSetMacro(Cartesian,
bool);
104 vtkBooleanMacro(Cartesian,
bool);
113 vtkSetStringMacro(PolarCoordsRadiusArrayName);
114 vtkGetStringMacro(PolarCoordsRadiusArrayName);
123 vtkSetStringMacro(PolarCoordsAngleArrayName);
124 vtkGetStringMacro(PolarCoordsAngleArrayName);
133 vtkSetStringMacro(CartesianCoordsXArrayName);
134 vtkGetStringMacro(CartesianCoordsXArrayName);
143 vtkSetStringMacro(CartesianCoordsYArrayName);
144 vtkGetStringMacro(CartesianCoordsYArrayName);
152 vtkSetMacro(Epsilon,
float);
153 vtkGetMacro(Epsilon,
float);
161 vtkSetMacro(UnitRadius,
float);
162 vtkGetMacro(UnitRadius,
float);
static vtkGraphAlgorithm * New()
Produces a layout for a graph labeled with K-Core information.
char * CartesianCoordsYArrayName
char * KCoreLabelArrayName
char * PolarCoordsRadiusArrayName
Superclass for algorithms that produce only graph as output.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Proxy object to connect input/output ports.
a simple class to control print indentation
char * CartesianCoordsXArrayName
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.
char * PolarCoordsAngleArrayName