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 );
95 vtkSetMacro( Polar,
bool );
96 vtkBooleanMacro( Polar,
bool );
105 vtkGetMacro( Cartesian,
bool );
106 vtkSetMacro( Cartesian,
bool );
107 vtkBooleanMacro( Cartesian,
bool );
116 vtkSetStringMacro(PolarCoordsRadiusArrayName);
117 vtkGetStringMacro(PolarCoordsRadiusArrayName);
126 vtkSetStringMacro(PolarCoordsAngleArrayName);
127 vtkGetStringMacro(PolarCoordsAngleArrayName);
136 vtkSetStringMacro(CartesianCoordsXArrayName);
137 vtkGetStringMacro(CartesianCoordsXArrayName);
146 vtkSetStringMacro(CartesianCoordsYArrayName);
147 vtkGetStringMacro(CartesianCoordsYArrayName);
155 vtkSetMacro( Epsilon,
float );
156 vtkGetMacro( Epsilon,
float );
164 vtkSetMacro( UnitRadius,
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
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