36 #ifndef vtkPBGLRandomGraphSource_h
37 #define vtkPBGLRandomGraphSource_h
39 #include "vtkInfovisParallelModule.h"
43 class vtkPVXMLElement;
45 #if !defined(VTK_LEGACY_REMOVE)
75 vtkGetMacro(EdgeProbability,
double);
76 vtkSetClampMacro(EdgeProbability,
double, 0.0, 1.0);
85 vtkGetMacro(IncludeEdgeWeights,
bool);
93 vtkSetStringMacro(EdgeWeightArrayName);
102 vtkGetMacro(Directed,
bool);
116 vtkGetMacro(UseEdgeProbability,
bool);
126 vtkGetMacro(StartWithTree,
bool);
137 vtkGetMacro(AllowSelfLoops,
bool);
150 vtkGetMacro(AllowBalancedEdgeDistribution,
bool);
159 vtkGetMacro(GeneratePedigreeIds,
bool);
168 vtkSetStringMacro(VertexPedigreeIdArrayName);
176 vtkSetStringMacro(EdgePedigreeIdArrayName);
187 vtkGetMacro(Seed,
int);
225 #endif //VTK_LEGACY_REMOVE
char * EdgePedigreeIdArrayName
static vtkGraphAlgorithm * New()
char * EdgeWeightArrayName
char * VertexPedigreeIdArrayName
Generates a distributed graph with random edges.
Superclass for algorithms that produce only graph as output.
Base class for graph data types.
a simple class to control print indentation
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkIdType NumberOfVertices
bool AllowBalancedEdgeDistribution
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.