Go to the documentation of this file.
59 #ifndef vtkKCoreLayout_h
60 #define vtkKCoreLayout_h
62 #include "vtkInfovisLayoutModule.h"
85 vtkSetStringMacro(KCoreLabelArrayName);
94 vtkGetMacro( Polar,
bool );
105 vtkGetMacro( Cartesian,
bool );
116 vtkSetStringMacro(PolarCoordsRadiusArrayName);
126 vtkSetStringMacro(PolarCoordsAngleArrayName);
136 vtkSetStringMacro(CartesianCoordsXArrayName);
146 vtkSetStringMacro(CartesianCoordsYArrayName);
156 vtkGetMacro( Epsilon,
float );
165 vtkGetMacro( UnitRadius,
float );
char * CartesianCoordsYArrayName
Superclass for algorithms that produce only graph as output.
char * PolarCoordsRadiusArrayName
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.
Produces a layout for a graph labeled with K-Core information.
a simple class to control print indentation
char * PolarCoordsAngleArrayName
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
char * CartesianCoordsXArrayName
Proxy object to connect input/output ports.
static vtkGraphAlgorithm * New()
char * KCoreLabelArrayName