67 #ifndef __vtkPBGLRMATGraphSource_h
68 #define __vtkPBGLRMATGraphSource_h
70 #include "vtkInfovisParallelModule.h"
74 class vtkPVXMLElement;
91 virtual void SetNumberOfVertices(
vtkIdType value);
101 void SetProbabilities(
double A,
double B,
double C,
double D);
104 void GetProbabilities(
double *A,
double *B,
double *C,
double *D);
109 vtkSetMacro(IncludeEdgeWeights,
bool);
110 vtkGetMacro(IncludeEdgeWeights,
bool);
111 vtkBooleanMacro(IncludeEdgeWeights,
bool);
116 vtkSetStringMacro(EdgeWeightArrayName);
117 vtkGetStringMacro(EdgeWeightArrayName);
123 vtkSetMacro(AllowSelfLoops,
bool);
124 vtkGetMacro(AllowSelfLoops,
bool);
125 vtkBooleanMacro(AllowSelfLoops,
bool);
130 vtkSetMacro(GeneratePedigreeIds,
bool);
131 vtkGetMacro(GeneratePedigreeIds,
bool);
132 vtkBooleanMacro(GeneratePedigreeIds,
bool);
137 vtkSetStringMacro(VertexPedigreeIdArrayName);
138 vtkGetStringMacro(VertexPedigreeIdArrayName);
143 vtkSetStringMacro(EdgePedigreeIdArrayName);
144 vtkGetStringMacro(EdgePedigreeIdArrayName);
151 vtkSetMacro(Seed,
int);
152 vtkGetMacro(Seed,
int);
static vtkGraphAlgorithm * New()
char * VertexPedigreeIdArrayName
vtkIdType NumberOfVertices
Superclass for algorithms that produce only graph as output.
Base class for graph data types.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
char * EdgeWeightArrayName
char * EdgePedigreeIdArrayName
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
a distributed graph with random edges built accorting to the recursive matrix (R-MAT) model...