Go to the documentation of this file.
70 #ifndef vtkPBGLRMATGraphSource_h
71 #define vtkPBGLRMATGraphSource_h
73 #include "vtkInfovisParallelModule.h"
77 class vtkPVXMLElement;
79 #if !defined(VTK_LEGACY_REMOVE)
114 void SetProbabilities(
double A,
double B,
double C,
double D);
119 void GetProbabilities(
double *A,
double *B,
double *C,
double *D);
127 vtkGetMacro(IncludeEdgeWeights,
bool);
135 vtkSetStringMacro(EdgeWeightArrayName);
146 vtkGetMacro(AllowSelfLoops,
bool);
155 vtkGetMacro(GeneratePedigreeIds,
bool);
163 vtkSetStringMacro(VertexPedigreeIdArrayName);
171 vtkSetStringMacro(EdgePedigreeIdArrayName);
182 vtkGetMacro(Seed,
int);
219 #endif //VTK_LEGACY_REMOVE
char * EdgeWeightArrayName
Superclass for algorithms that produce only graph as output.
char * EdgePedigreeIdArrayName
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
char * VertexPedigreeIdArrayName
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkIdType NumberOfVertices
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Base class for graph data types.
a distributed graph with random edges built accorting to the recursive matrix (R-MAT) model.
static vtkGraphAlgorithm * New()