Go to the documentation of this file.
69 #ifndef vtkPBGLRMATGraphSource_h
70 #define vtkPBGLRMATGraphSource_h
72 #include "vtkInfovisParallelModule.h"
76 class vtkPVXMLElement;
78 #if !defined(VTK_LEGACY_REMOVE)
192 #endif //VTK_LEGACY_REMOVE
char * EdgeWeightArrayName
Superclass for algorithms that produce only graph as output.
char * EdgePedigreeIdArrayName
#define vtkTypeMacro(thisClass, superclass)
static vtkPBGLRMATGraphSource * New()
#define vtkSetClampMacro(name, type, min, max)
virtual void SetNumberOfVertices(vtkIdType value)
GLsizei const GLfloat * value
~vtkPBGLRMATGraphSource()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void GetProbabilities(double *A, double *B, double *C, double *D)
a simple class to control print indentation
#define vtkSetStringMacro(name)
#define vtkGetMacro(name, type)
vtkGetStringMacro(ExtensionsString)
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
char * VertexPedigreeIdArrayName
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
vtkIdType NumberOfVertices
void SetProbabilities(double A, double B, double C, double D)
Base class for graph data types.
a distributed graph with random edges built accorting to the recursive matrix (R-MAT) model.
void PrintSelf(ostream &os, vtkIndent indent)