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 );
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
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
char * PolarCoordsAngleArrayName