|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   53 #ifndef vtkKCoreLayout_h 
   54 #define vtkKCoreLayout_h 
   57 #include "vtkInfovisLayoutModule.h"  
   79   vtkSetStringMacro(KCoreLabelArrayName);
 
   88   vtkGetMacro(Polar, 
bool);
 
   89   vtkSetMacro(Polar, 
bool);
 
   90   vtkBooleanMacro(Polar, 
bool);
 
   99   vtkGetMacro(Cartesian, 
bool);
 
  100   vtkSetMacro(Cartesian, 
bool);
 
  101   vtkBooleanMacro(Cartesian, 
bool);
 
  110   vtkSetStringMacro(PolarCoordsRadiusArrayName);
 
  111   vtkGetStringMacro(PolarCoordsRadiusArrayName);
 
  120   vtkSetStringMacro(PolarCoordsAngleArrayName);
 
  121   vtkGetStringMacro(PolarCoordsAngleArrayName);
 
  130   vtkSetStringMacro(CartesianCoordsXArrayName);
 
  131   vtkGetStringMacro(CartesianCoordsXArrayName);
 
  140   vtkSetStringMacro(CartesianCoordsYArrayName);
 
  141   vtkGetStringMacro(CartesianCoordsYArrayName);
 
  149   vtkSetMacro(Epsilon, 
float);
 
  150   vtkGetMacro(Epsilon, 
float);
 
  158   vtkSetMacro(UnitRadius, 
float);
 
  159   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