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 );
Proxy object to connect input/output ports.
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation
Produces a layout for a graph labeled with K-Core information.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
char * CartesianCoordsXArrayName
char * KCoreLabelArrayName
static vtkKCoreLayout * New()
char * PolarCoordsAngleArrayName
void SetGraphConnection(vtkAlgorithmOutput *)
Convenience function provided for setting the graph input.
char * PolarCoordsRadiusArrayName
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.
char * CartesianCoordsYArrayName
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.