69 #ifndef vtkPBGLRMATGraphSource_h
70 #define vtkPBGLRMATGraphSource_h
72 #include "vtkInfovisParallelModule.h"
76 class vtkPVXMLElement;
78 #if !defined(VTK_LEGACY_REMOVE)
104 void SetProbabilities(
double A,
double B,
double C,
double D);
107 void GetProbabilities(
double *A,
double *B,
double *C,
double *D);
192 #endif //VTK_LEGACY_REMOVE
static vtkGraphAlgorithm * New()
#define vtkGetMacro(name, type)
char * VertexPedigreeIdArrayName
vtkIdType NumberOfVertices
#define vtkSetClampMacro(name, type, min, max)
GLsizei const GLfloat * value
#define vtkSetStringMacro(name)
Superclass for algorithms that produce only graph as output.
#define vtkTypeMacro(thisClass, superclass)
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
#define vtkGetStringMacro(name)
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...
#define vtkBooleanMacro(name, type)
#define vtkSetMacro(name, type)