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.
void SetGraphConnection(vtkAlgorithmOutput *)
Convenience function provided for setting the graph input.
char * PolarCoordsRadiusArrayName
static vtkKCoreLayout * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
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.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
char * CartesianCoordsXArrayName
Proxy object to connect input/output ports.
char * KCoreLabelArrayName